7d571238f8LazMapViewer: Rework text drawing in TRGBGraphicsDrawingEngine to avoid by-pass to LazIntfImage in favour of built-in graphics routines.
wp_xxyyzz
2024-04-03 16:06:28 +0000
9be8f8eb5eLazMapViewer: Move public TCustomDrawingEngine.DrawBitmapOT to protected section of TIntfGraphicsDrawingEngine, not needed anywhere else.
wp_xxyyzz
2024-04-02 21:44:36 +0000
ebb5b52522LazMapViewer: Fix GPSPointIntfo display in both fulldemo projects
wp_xxyyzz
2024-04-02 21:29:43 +0000
9fcf346d74LazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine when text color is white
wp_xxyyzz
2024-04-02 20:36:17 +0000
fb42932f2eLazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine
wp_xxyyzz
2024-04-02 20:23:37 +0000
2f00c05ab1LazMapViewer: Rework text drawing code in IntfGraphicsDrawingEngine for simplification and to avoid occasionally opaque text background in Linux/gtk2 although it should be transparent.
wp_xxyyzz
2024-04-02 15:22:28 +0000
b2c7b67f03LazMapViewer: Fix package compilation and elevations demo with Laz 2.0.12
wp_xxyyzz
2024-04-02 13:58:49 +0000
7e5d6eff6bLazMapViewer: HitTest method added to TMapItem, TMapCollection. Intersect() zerodiv fix. TMapView.LatLonToScreen overload with lat,lon.
alpine-a110
2024-04-02 10:54:31 +0000
1ab5a3d877LazMapViewer: Fix height of POI text background color combobox in fulldemo (too small in Linux)
wp_xxyyzz
2024-03-31 16:52:57 +0000
2b3c16e686LazMapViewer: Fix text size calculation in intfgraphics drawingengine for qt5
wp_xxyyzz
2024-03-30 19:17:37 +0000
30180acdfbLazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit.
wp_xxyyzz
2024-03-30 00:10:45 +0000
67d62d9719LazMapViewer: Fix usage of CachePath and CacheOnDisk in some example projects.
wp_xxyyzz
2024-03-29 17:53:20 +0000
f2e3491fa5LazMapViewer: Deprecate also TRealPoint.Init in favour of TRealPoint.InitXY and TRealPoint.InitLatLon
wp_xxyyzz
2024-03-29 09:15:14 +0000
d0103c8182LazMapViewer: Add functions named "LatLon" in addition to the old ones named as "LonLat" and mark the old ones as deprecated.
wp_xxyyzz
2024-03-29 08:59:35 +0000
8b3ac7d175LazMapViewer: New example - Flight Track Logs.
alpine-a110
2024-03-28 23:41:26 +0000
0c1a27965bLazMapViewer: Calculation of bearing, target point by bearing, midpoint, intermediate point. First, Last of TMapCollection, TMapPoint.ToScreen property. TGPSTrack draw event and ConnectColor/Width properties. Better GPX import/export.
alpine-a110
2024-03-28 14:28:13 +0000
6995a6c863LazMapViewer: Track segments connection. Z Orders fix. GPX load/store new props. ClipPolyToRect function added.
alpine-a110
2024-03-28 14:20:58 +0000
8eaa889f85LazMapViewer: Track segment marks and GPX track loading. TryStrToGpxColor fix.
alpine-a110
2024-03-28 14:15:23 +0000
b651135f37LazMapViewer: Drag button check (mbLeft) moved from Engine to MapView. Added Start/End/AbortDragging methods. GetObjectsInArea with a class filter.
alpine-a110
2024-03-28 13:36:09 +0000
7784494b85NiceChart: Fix compilation in case-sensitive OS.
wp_xxyyzz
2024-03-26 21:25:28 +0000
bdeeba6040image_source: Note that images in "Lazarus" folder have been moved to gitlab and will be deleted here sooner or later.
wp_xxyyzz
2024-03-21 17:25:34 +0000
d79d152f88RxFPC:TMemDataset fix datasize for BCD fields
alexs75
2024-03-21 05:48:02 +0000
94bdea03f5fpspreadsheet: Improved luminance modulation and offset calculation of chart colors.
wp_xxyyzz
2024-03-08 00:03:14 +0000
4c8c72e8f0fpspreadsheet: Set default stock chart axis minimum to zero.
wp_xxyyzz
2024-03-06 16:49:42 +0000
c0659755d3fpspreadsheet: Fix position of right TChartAxis read from xlsx file.
wp_xxyyzz
2024-03-06 16:48:36 +0000
05d6ec914afpspreadsheet: Attempting to use Excel's default series colors.
wp_xxyyzz
2024-03-05 23:44:14 +0000
d459d064e8fpspreadsheet: Fix default brushes and pens in stock series.
wp_xxyyzz
2024-03-05 22:39:19 +0000
3f0fa39576LazMapViewer: Added option TMapViewOption.mvoLatLonInDMS to show/edit Latitude and Longitude in deg-min-secs.
alpine-a110
2024-03-05 16:57:24 +0000
78ce108950fpspreadsheet: Combine TsColor and Transparency to new type TsChartColor. Update all demos.
wp_xxyyzz
2024-03-04 23:14:52 +0000
3689d1f46dLazMapViewer: TMapLayersPropertyEditor form added.
alpine-a110
2024-03-04 14:12:37 +0000
7f604013a0LazMapViewer: TMapLayersPropertyEditor with Load/Save single layer to .gpx file.
alpine-a110
2024-03-04 14:03:49 +0000
f3338c7249LazMapViewer: Added TGpxWriter (rudimentary) into mvGPX.
alpine-a110
2024-03-04 13:38:29 +0000
58f994c821LazMapViewer: Added CacheLocation property to the TMapView
alpine-a110
2024-03-04 13:36:32 +0000
c56c859c68MPlayer: Add start parameters to "simple" demo to fix occasional issues in Windows (Issue #39070)
wp_xxyyzz
2024-03-04 11:35:41 +0000
9a46c50c6fMPlayer: Fix component being broken in Linux (gtk2) after Lazarus commit "bfd34850 LCL-GTK2: Remove a boolean param from GetWidgetInfo and use new func GetOrCreateWidgetInfo. Identify memory leaks." on Aug 11, 2019. Issue #39070. Based on patch by Michael Köcher. Update "Simple" demo project.
wp_xxyyzz
2024-03-03 11:45:23 +0000
67802d571dfpspreadsheet: Implement axis position for xlsx writer. Fix its transfer to TAChart.
wp_xxyyzz
2024-02-29 18:31:48 +0000
e9e5b18ab3LazMapViewer: Check compatability of provider projection type against the base provider.
alpine-a110
2024-02-09 12:50:20 +0000
ea1efb8066LazMapViewer: Added layers collection and center point to the map. Map can be activated into the form designer.
alpine-a110
2024-02-09 06:46:54 +0000
cf44ec6b55fpspreadsheet: Fix data point colors in ods reader when default color should be used.
wp_xxyyzz
2024-02-08 22:20:54 +0000
94208f009bfpspreadsheet: Fix determination of image size for some specific gif images.
wp_xxyyzz
2024-02-08 18:29:01 +0000
da988abc0efpspreadsheet: Fix assignment of datapoint styles to data points.
wp_xxyyzz
2024-02-08 12:28:04 +0000
76c0221e9efpspreadsheet: Radar series support in xlsx chart reader/writer. Fix some issues with radar series in ods.
wp_xxyyzz
2024-02-07 17:36:41 +0000
45ec507997RichMemo: Delete all files (except readme.txt) since repository has moved to github.
wp_xxyyzz
2024-02-07 11:07:34 +0000