Commit Graph

  • 2d0654b66a LazMapViewer: Fix transparency of marker images in the RGBGraphics drawing engine. wp_xxyyzz 2024-04-04 16:08:39 +0000
  • d8caf811af LazMpaViewer: Keep the alpha channel when a new image is assigned to the TMapView.POIImage. wp_xxyyzz 2024-04-03 22:17:47 +0000
  • a82bd5d98a LazMapViewer: Add button to replace default POI image to fulldemo projects. wp_xxyyzz 2024-04-03 21:39:31 +0000
  • 1b014e0d1b rgbGraphics: Update version to 1.1 for next OPM release. wp_xxyyzz 2024-04-03 16:56:56 +0000
  • 63972ead2e LazMapviewer: Update RGBGraphicsDrawingEngine to support qt6 wp_xxyyzz 2024-04-03 16:54:09 +0000
  • 674eeaed6d rgbgraphics: Add qt6 and cocoa support. wp_xxyyzz 2024-04-03 16:49:30 +0000
  • 7b6eeafcb3 rgbgraphics: Add qt5 support. wp_xxyyzz 2024-04-03 16:23:07 +0000
  • 7d571238f8 LazMapViewer: 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
  • 9be8f8eb5e LazMapViewer: Move public TCustomDrawingEngine.DrawBitmapOT to protected section of TIntfGraphicsDrawingEngine, not needed anywhere else. wp_xxyyzz 2024-04-02 21:44:36 +0000
  • ebb5b52522 LazMapViewer: Fix GPSPointIntfo display in both fulldemo projects wp_xxyyzz 2024-04-02 21:29:43 +0000
  • 9fcf346d74 LazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine when text color is white wp_xxyyzz 2024-04-02 20:36:17 +0000
  • fb42932f2e LazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine wp_xxyyzz 2024-04-02 20:23:37 +0000
  • 2f00c05ab1 LazMapViewer: 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
  • b2c7b67f03 LazMapViewer: Fix package compilation and elevations demo with Laz 2.0.12 wp_xxyyzz 2024-04-02 13:58:49 +0000
  • 7e5d6eff6b LazMapViewer: HitTest method added to TMapItem, TMapCollection. Intersect() zerodiv fix. TMapView.LatLonToScreen overload with lat,lon. alpine-a110 2024-04-02 10:54:31 +0000
  • 1ab5a3d877 LazMapViewer: Fix height of POI text background color combobox in fulldemo (too small in Linux) wp_xxyyzz 2024-03-31 16:52:57 +0000
  • 2b3c16e686 LazMapViewer: Fix text size calculation in intfgraphics drawingengine for qt5 wp_xxyyzz 2024-03-30 19:17:37 +0000
  • c02d8b5566 LazMapViewer: flights example: Added `Follow tightly' check box. Marked missing segments in QFA28, QFA95. alpine-a110 2024-03-30 18:13:54 +0000
  • 30180acdfb LazMapViewer: 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
  • 67d62d9719 LazMapViewer: Fix usage of CachePath and CacheOnDisk in some example projects. wp_xxyyzz 2024-03-29 17:53:20 +0000
  • b1be720320 LazMapViewer: TMapViewer.CacheOnDisk property initialization fix. alpine-a110 2024-03-29 16:31:09 +0000
  • f2e3491fa5 LazMapViewer: Deprecate also TRealPoint.Init in favour of TRealPoint.InitXY and TRealPoint.InitLatLon wp_xxyyzz 2024-03-29 09:15:14 +0000
  • d0103c8182 LazMapViewer: 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
  • 8b3ac7d175 LazMapViewer: New example - Flight Track Logs. alpine-a110 2024-03-28 23:41:26 +0000
  • 5e78c55b9f LazMapViewer: Added TMapPoint.AssignTo methods. alpine-a110 2024-03-28 23:20:17 +0000
  • 1962802720 LazMapViewer: ZoomMin and ZoomMax restrictions when zooming with the mouse. alpine-a110 2024-03-28 14:51:19 +0000
  • 9f6e255450 LazMapViewer: TMapView.CyclicPointsOf fix of array length. CalcIntermedPoint parameters check. alpine-a110 2024-03-28 14:48:50 +0000
  • cbeaba4e2c LazMapViewer: amend [r9292] alpine-a110 2024-03-28 14:37:52 +0000
  • 0c1a27965b LazMapViewer: 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
  • 6995a6c863 LazMapViewer: Track segments connection. Z Orders fix. GPX load/store new props. ClipPolyToRect function added. alpine-a110 2024-03-28 14:20:58 +0000
  • 8eaa889f85 LazMapViewer: Track segment marks and GPX track loading. TryStrToGpxColor fix. alpine-a110 2024-03-28 14:15:23 +0000
  • 6a13ae7fb3 LazMapViewer: Rehaul of TMapItem/TMapCollection, TMapTrack, TMapTrackPoint, TMapTrackPoints. TTrackSegmentExtraData added. alpine-a110 2024-03-28 13:45:53 +0000
  • b651135f37 LazMapViewer: 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
  • 8651b681b3 LazMapViewer: mvde_bgra.pas TextOut native. alpine-a110 2024-03-28 13:32:38 +0000
  • 7784494b85 NiceChart: Fix compilation in case-sensitive OS. wp_xxyyzz 2024-03-26 21:25:28 +0000
  • bdeeba6040 image_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
  • d79d152f88 RxFPC:TMemDataset fix datasize for BCD fields alexs75 2024-03-21 05:48:02 +0000
  • 7c414d3da5 LazMapViewer: Drawing engines BrushStyle fix. alpine-a110 2024-03-19 09:42:10 +0000
  • ed4772cf18 fpspreadsheet: Chart link supports series pointers varying with y level in multi-level series wp_xxyyzz 2024-03-17 12:04:37 +0000
  • d77952de79 fpexif: New EXIF convenience property GPSDateTime (read/write) wp_xxyyzz 2024-03-15 16:14:43 +0000
  • 2f5e3d2cc2 fpexif: Allow to write EXIF image orientation. wp_xxyyzz 2024-03-15 15:29:11 +0000
  • c0398db0f2 fpExif: Do not abort reading EXIF in case of some specific errors. wp_xxyyzz 2024-03-15 14:57:15 +0000
  • c1146182af fpspreadsheet: Gradient support in xlsx charts. Unified gradient directions between xlsx and ods. wp_xxyyzz 2024-03-12 11:36:21 +0000
  • d3e74427df fpspreadsheet: xlsx chart writer supports chart background color. wp_xxyyzz 2024-03-08 00:28:54 +0000
  • ef0d96fa34 fpspreadsheet: xlsx writer supports chart plotarea background and border. wp_xxyyzz 2024-03-08 00:21:03 +0000
  • 94bdea03f5 fpspreadsheet: Improved luminance modulation and offset calculation of chart colors. wp_xxyyzz 2024-03-08 00:03:14 +0000
  • 4c8c72e8f0 fpspreadsheet: Set default stock chart axis minimum to zero. wp_xxyyzz 2024-03-06 16:49:42 +0000
  • c0659755d3 fpspreadsheet: Fix position of right TChartAxis read from xlsx file. wp_xxyyzz 2024-03-06 16:48:36 +0000
  • 05d6ec914a fpspreadsheet: Attempting to use Excel's default series colors. wp_xxyyzz 2024-03-05 23:44:14 +0000
  • d459d064e8 fpspreadsheet: Fix default brushes and pens in stock series. wp_xxyyzz 2024-03-05 22:39:19 +0000
  • 3f0fa39576 LazMapViewer: Added option TMapViewOption.mvoLatLonInDMS to show/edit Latitude and Longitude in deg-min-secs. alpine-a110 2024-03-05 16:57:24 +0000
  • 78ce108950 fpspreadsheet: Combine TsColor and Transparency to new type TsChartColor. Update all demos. wp_xxyyzz 2024-03-04 23:14:52 +0000
  • 3689d1f46d LazMapViewer: TMapLayersPropertyEditor form added. alpine-a110 2024-03-04 14:12:37 +0000
  • 7f604013a0 LazMapViewer: TMapLayersPropertyEditor with Load/Save single layer to .gpx file. alpine-a110 2024-03-04 14:03:49 +0000
  • f3338c7249 LazMapViewer: Added TGpxWriter (rudimentary) into mvGPX. alpine-a110 2024-03-04 13:38:29 +0000
  • 58f994c821 LazMapViewer: Added CacheLocation property to the TMapView alpine-a110 2024-03-04 13:36:32 +0000
  • d85d2a6abd SetOnDrawPoint fix. alpine-a110 2024-03-04 13:31:34 +0000
  • c56c859c68 MPlayer: Add start parameters to "simple" demo to fix occasional issues in Windows (Issue #39070) wp_xxyyzz 2024-03-04 11:35:41 +0000
  • 9a46c50c6f MPlayer: 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
  • 67802d571d fpspreadsheet: Implement axis position for xlsx writer. Fix its transfer to TAChart. wp_xxyyzz 2024-02-29 18:31:48 +0000
  • 8d065c3c40 fpspreadsheet: xlsx writer supports error bars. wp_xxyyzz 2024-02-27 21:59:57 +0000
  • da1ef1e564 fpspreadsheet: Fix writing stack-volume chart to xlsx. wp_xxyyzz 2024-02-27 17:32:22 +0000
  • 7a563091f5 fpspreadsheet: Fix crash and wrong colors when reading stock HLC ods test file. wp_xxyyzz 2024-02-25 23:38:45 +0000
  • 989074fede fpspreadsheet: Fix display of date axis labels for xlsx stock series wp_xxyyzz 2024-02-24 23:34:23 +0000
  • a4c397f107 fpspreadsheet: xlsx writer for stock series complete. reader improved. wp_xxyyzz 2024-02-24 19:15:10 +0000
  • 93705cad58 CactusJukebox: Stop the player process when the application ends. wp_xxyyzz 2024-02-23 10:43:25 +0000
  • 0db0bf4880 cactusjukebox: Fix floating point-to-string conversion error wp_xxyyzz 2024-02-23 10:42:12 +0000
  • 00b7a55956 image_sources: Two more marker images by Roland Hahn wp_xxyyzz 2024-02-22 13:43:41 +0000
  • 6672f4a3ba LazMapViewer: Two more marker images by Roland Hahn wp_xxyyzz 2024-02-22 13:40:26 +0000
  • 9ef462c3b6 RxFPC:add Hint property for LazReport controls alexs75 2024-02-22 12:20:05 +0000
  • 05eac2d82b Fix compilation of Cactus Jukebox. Cleanup. juhamanninen 2024-02-22 11:42:35 +0000
  • 51c3d02574 LazMapViewer: Add marker images, provided by Roland Hahn. wp_xxyyzz 2024-02-21 23:48:06 +0000
  • 59668266f3 image_sources: More map marker images by Roland Hahn wp_xxyyzz 2024-02-21 18:41:41 +0000
  • d3f9a5822c images_sources: Marker images for LazMapViewer by Roland Hahn wp_xxyyzz 2024-02-20 00:01:35 +0000
  • 092f4dbc33 fpspreadsheet: xlsx chart writer supports stock series (not 100% perfect, yet). wp_xxyyzz 2024-02-19 23:16:19 +0000
  • d1fc64c954 ExCtrls: Fix compilation with FPC 3.3.1 wp_xxyyzz 2024-02-18 15:50:12 +0000
  • 949f982417 images_sources: Updated tab-close icons for the search dialog. By Roland Hahn. wp_xxyyzz 2024-02-16 10:52:48 +0000
  • 3df923204b fpspreadsheet: xlsx chart writer supports line series. wp_xxyyzz 2024-02-14 21:25:42 +0000
  • 2dd2f58400 image_sources: images for treeview component editor. Some more general purpose images. By Roland Hahn. wp_xxyyzz 2024-02-14 21:11:02 +0000
  • db74c8f70c LazMapViewer: Added TPointOfInterest.OnDrawPoint event. alpine-a110 2024-02-14 16:29:55 +0000
  • 4042426ed7 fpspreadsheet: Fix xlsx reader for rotated primary+secondary axes charts wp_xxyyzz 2024-02-14 10:11:02 +0000
  • 9c8682ff8b fpspreadsheet: Fix rotated axis titles. wp_xxyyzz 2024-02-14 00:32:33 +0000
  • 42a8f179d2 fpspreadsheet: Fix broken code due to previous commits. wp_xxyyzz 2024-02-13 23:41:49 +0000
  • 8ffdac8479 LazMapViewer: Added POI collection to the map layers. alpine-a110 2024-02-13 18:15:14 +0000
  • 292186aa03 fpspreadsheet: Fix axis title direction in rotated charts. wp_xxyyzz 2024-02-13 18:09:15 +0000
  • a42599716b fpspreadsheet: xlsx writer supports secondary axes of unrotated charts wp_xxyyzz 2024-02-13 17:14:25 +0000
  • 442dae0083 fpspreadsheet: Add/fix/extend chart reader/writer code for datapoint label positions, xlsx and ods. wp_xxyyzz 2024-02-11 14:39:09 +0000
  • 234c16404d LazMapViewer: Default map center at (0,0) with zoom=1 alpine-a110 2024-02-10 17:53:13 +0000
  • f991ac6415 LazMapViewer: Map providers defaults to NONE. Map view cannot be activated in such a case. alpine-a110 2024-02-10 16:55:28 +0000
  • 1097da21d4 fpspreadsheet: Fix number formats of datapoint labels (xlsx/ods readers/writers). wp_xxyyzz 2024-02-10 16:03:45 +0000
  • 44caa5ca26 fpspreadsheet: Fix reading of rotated xlsx charts wp_xxyyzz 2024-02-10 10:21:42 +0000
  • 004f1a9328 LazMapViewer: Corrected spelling error, Lattitude -> Latitude. alpine-a110 2024-02-09 16:41:53 +0000
  • e5087c7df6 fpspreadsheet: xlsx writer supports rotated bar series. wp_xxyyzz 2024-02-09 16:28:04 +0000
  • e9e5b18ab3 LazMapViewer: Check compatability of provider projection type against the base provider. alpine-a110 2024-02-09 12:50:20 +0000
  • ea1efb8066 LazMapViewer: 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
  • cf44ec6b55 fpspreadsheet: Fix data point colors in ods reader when default color should be used. wp_xxyyzz 2024-02-08 22:20:54 +0000
  • 94208f009b fpspreadsheet: Fix determination of image size for some specific gif images. wp_xxyyzz 2024-02-08 18:29:01 +0000
  • da988abc0e fpspreadsheet: Fix assignment of datapoint styles to data points. wp_xxyyzz 2024-02-08 12:28:04 +0000
  • 76c0221e9e fpspreadsheet: 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
  • 45ec507997 RichMemo: Delete all files (except readme.txt) since repository has moved to github. wp_xxyyzz 2024-02-07 11:07:34 +0000