lazarus-ccr/components/lazmapviewer/source
2025-05-26 21:02:07 +00:00
..
addons LazMapViewer: Fix memory leak in AreaSelectionPlugin. Issue #39126, patch by Kirill Filippenok 2025-05-26 21:02:07 +00:00
mvcache.pas LazMapViewer: Prevent writing to cache files while they are open. Issue #39121. Based on patch by Kirill Filippenok. 2025-05-10 08:45:00 +00:00
mvclassregistration.pas LazMapViewer: Initial version of a plugin system. Code mostly by Ekkehard Domning, issue #39083 2024-12-07 20:56:27 +00:00
mvde_intfgraphics.pas LazMapViewer: Save DrawingEngine state in stack. 2025-03-31 11:46:38 +00:00
mvde_lcl.pas LazMapViewer: Less hints and warnings 2024-09-30 15:44:03 +00:00
mvdlecache.pas LazMapViewer: Sync with dev version (726b708e19): New event OnGPSItemsModified, new grid plugin, bug fixes, less hints and warnings. 2024-12-12 10:15:13 +00:00
mvdlefpc.pas LazMapViewer: Add mini documentation to the header of some plugin files. Less hints and warnings. 2025-03-22 18:18:32 +00:00
mvdlewin.pas LazMapViewer: Add proxy support to WinINet download engine. Adapt both "fulldemo" samples. 2023-11-17 15:56:49 +00:00
mvdownloadengine.pas LazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit. 2024-03-30 00:10:45 +00:00
mvdragobj.pas LazMapViewer: Fix loss of coordinate accuracy when dragging points at small zoom factor. Issue #39114. 2025-03-12 09:46:35 +00:00
mvdrawingengine.pas LazMapViewer: Improved handling of system colors by RGBGraphicsDrawingEngine 2025-03-31 17:52:34 +00:00
mvengine_mapreg.inc LazMapViewer: Minor improvements and clean-up. Rename TMapView.POIOpacity to .POITextBgOpacity. 2025-04-05 22:45:14 +00:00
mvengine.pas LazMapViewer: Fix ZoomOnObj and ZoomOnArea methods to fire the OnZoomChange event. Issue #39125. 2025-05-23 09:58:12 +00:00
mvextradata.pas LazMapViewer: Track segment marks and GPX track loading. TryStrToGpxColor fix. 2024-03-28 14:15:23 +00:00
mvgeomath.pas LazMapViewer: Add mini documentation to the header of some plugin files. Less hints and warnings. 2025-03-22 18:18:32 +00:00
mvgeonames.pas LazMapViewer: Less hints and warnings 2024-09-30 15:44:03 +00:00
mvgpsobj.pas LazMapViewer: Add methods to convert selection of TMarkerSelectAndDragPlugin to GPS track/area. 2025-03-20 23:05:26 +00:00
mvgpx.pas LazMapViewer: Update object tree with tracks/pois loaded as gpx from layer editor. 2024-12-31 12:11:47 +00:00
mvjobqueue.pas LazMapViewer: Fixed recursive loop when loading TMapView component with UseThreads=true. 2024-12-25 22:40:12 +00:00
mvjobs.pas LazMapViewer: Less hints and warnings 2024-09-30 15:44:03 +00:00
mvlayerspropeditform.lfm LazMapViewer: Extend Layer Editor to zoom and center on loaded gpx track 2025-01-01 23:45:06 +00:00
mvlayerspropeditform.pas LazMapViewer: Less hints and warnings. 2025-03-04 09:25:12 +00:00
mvmapprovider.pas LazMapviewer: Add TileID to parameters of OnDrawMissingTile event/plugin. 2024-12-18 12:33:22 +00:00
mvmapviewer_icons.res LazMapViewer: New palette icons by Roland Hahn 2025-01-13 15:26:42 +00:00
mvmapviewer.pas LazMapViewer: Fix issues when entering map point date in MapViewerEditForm. 2025-04-11 18:19:21 +00:00
mvmapviewerpatheditdsgform.lfm LazMapViewer: Fixed issue when deleting a single point from a track. Points editor form splitted up into runtime and design time parts. 2024-07-19 18:02:48 +00:00
mvmapviewerpatheditdsgform.pas LazMapViewer: Points editor changes: Track/area points can be now entered sequentially by clicking with the mouse; lon/lat of the selection can be changed directly to any supported format (floating point or deg-min-secs) 2025-01-18 21:53:49 +00:00
mvmapviewerpatheditform.lfm LazMapViewer: Fix issues when entering map point date in MapViewerEditForm. 2025-04-11 18:19:21 +00:00
mvmapviewerpatheditform.pas LazMapViewer: Fix issues when entering map point date in MapViewerEditForm. 2025-04-11 18:19:21 +00:00
mvmapviewerpropedits.pas LazMapViewer: Minor improvements and clean-up. Rename TMapView.POIOpacity to .POITextBgOpacity. 2025-04-05 22:45:14 +00:00
mvmapviewerreg.pas LazMapViewer: Add TileInfo plugin. Issue #39112. 2025-03-09 00:14:57 +00:00
mvplugincommon.pas LazMapViewer: Preparation for new OPM version 1.0 2025-04-11 14:17:21 +00:00
mvplugineditors.lfm LazMapViewer: Initial version of a plugin system. Code mostly by Ekkehard Domning, issue #39083 2024-12-07 20:56:27 +00:00
mvplugineditors.pas LazMapViewer: Rename unit mvPluginCore to mvPluginCommon. Adapt all sample projects. 2025-01-11 11:06:39 +00:00
mvtypes.pas LazMapViewer: Add new TMarkerHint plugin. 2025-03-17 11:55:46 +00:00