.. |
addons
|
LazMapViewer: Implement MapViewEnabled for MultiMapsPlugin. Extend dragmarker_demo to show enabling of specific maps.
|
2024-12-29 17:31:14 +00:00 |
mvcache.pas
|
LazMapViewer: Avoid "png/jpg expected" error messages when tile download fails.
|
2024-12-18 20:33:22 +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: Fix LazIntfImage drawing engine crashing in TextOut under Linux (issue #39083)
|
2024-12-13 15:32:09 +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 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 |
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: Enable/disable zooming and panning of the map. Issue #39069, patch by Yuliyan Ivanov. Update colored_tracks demo.
|
2024-01-29 13:04:09 +00:00 |
mvdrawingengine.pas
|
LazMapViewer: Fix misc compilation and runtime errors.
|
2024-12-18 20:07:56 +00:00 |
mvengine_mapreg.inc
|
LazMapViewer: Fix drawing of scaled transparent tiles by BGRABitmap drawing engine.
|
2024-11-05 08:39:31 +00:00 |
mvengine.pas
|
LazMapViewer: Reorganize cache directory to <provider>/<zoom> hierarchy
|
2024-12-18 16:54:43 +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: Remove duplicate distance calculation in TGPSPoint. Had to move some general-purpose geo-math routines to a new units mvGeoMath. Old functions kept in mvEngine, but marked as deprecated.
|
2024-04-15 23:11:21 +00:00 |
mvgeonames.pas
|
LazMapViewer: Less hints and warnings
|
2024-09-30 15:44:03 +00:00 |
mvgpsobj.pas
|
LazMapViewer: Less hints and warnings
|
2024-09-30 15:44:03 +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: Fix Layer Editor crashing when layer with loaded gpx file is deleted.
|
2024-12-31 12:47:39 +00:00 |
mvlayerspropeditform.pas
|
LazMapViewer: Fix Layer Editor crashing when layer with loaded gpx file is deleted.
|
2024-12-31 12:47:39 +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: Add icon for BGRADrawingEngine to resource. Less hints.
|
2020-03-22 17:08:13 +00:00 |
mvmapviewer.pas
|
LazMapViewer: Update object tree with tracks/pois loaded as gpx from layer editor.
|
2024-12-31 12:11:47 +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: Less hints and warnings
|
2024-09-30 15:44:03 +00:00 |
mvmapviewerpatheditform.lfm
|
LazMapViewer: Fixed (2) Flickering of component on map, (4) Mark of track points, (5) Selection identification, (6) Red border; from issue #39088.
|
2024-12-26 18:22:25 +00:00 |
mvmapviewerpatheditform.pas
|
LazMapViewer: Fixed (2) Flickering of component on map, (4) Mark of track points, (5) Selection identification, (6) Red border; from issue #39088.
|
2024-12-26 18:22:25 +00:00 |
mvmapviewerpropedits.pas
|
LazMapviewer: Add layer editor as additional TMapView component editor. Replace Load/Save buttons in layer editor by tool buttons.
|
2024-12-30 18:50:30 +00:00 |
mvmapviewerreg.pas
|
LazMapViewer: Extend TLegalNoticePlugin to support embedded links and line-breaks. Update demos.
|
2024-12-28 12:52:00 +00:00 |
mvplugincore.pas
|
LazMapViewer: Implement MapViewEnabled for MultiMapsPlugin. Extend dragmarker_demo to show enabling of specific maps.
|
2024-12-29 17:31:14 +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: Initial version of a plugin system. Code mostly by Ekkehard Domning, issue #39083
|
2024-12-07 20:56:27 +00:00 |
mvtypes.pas
|
LazMapviewer: Add TileID to parameters of OnDrawMissingTile event/plugin.
|
2024-12-18 12:33:22 +00:00 |