72e6a3e6e1LazMapViewer: Fix switching to hand-point cursor even when mouse is not on a marker. Issue #39117, patch by Kirill Filippenok.
wp_xxyyzz
2025-04-01 15:57:54 +0000
87fec238ecTHtmlPort: Add file IMPORTANT.txt stating that the repository is not maintained and replaced by HTMLViewer.
wp_xxyyzz
2025-04-01 12:12:18 +0000
2e9ee399fcLazMapViewer: Improved point detection in mvPluginCommon's FindNearestMarker. Issue #39101.
wp_xxyyzz
2025-04-01 09:30:54 +0000
24b6e1099dLazMapViewer: Add options to TMarkerEditorPlugin to enable/disable adding/dragging/selecting points.
wp_xxyyzz
2025-03-31 21:54:53 +0000
5eaca89b50LazMapViewer: Improved handling of system colors by RGBGraphicsDrawingEngine
wp_xxyyzz
2025-03-31 17:52:34 +0000
7f043291a1LazMapViewer: Save DrawingEngine state in stack.
wp_xxyyzz
2025-03-31 11:46:38 +0000
310132d9f5LazMapViewer: Add methods to store/restore the state of the drawing engine (pen, brush, font, opacity).
wp_xxyyzz
2025-03-31 11:09:56 +0000
ff2c7c5e7fLazMapViewer: Fix positioning of rotated text in BGRABitmap drawer.
wp_xxyyzz
2025-03-30 22:07:42 +0000
3a4e228b66LazMapViewer: Improved output of rotated text. DrawingEngine.TextExtent now can return both unrotated and rotated text extents.
wp_xxyyzz
2025-03-30 22:01:32 +0000
934c2bd1a0LazMapViewer: Fix title of TMarkerEditorPlugin in plugin editor list.
wp_xxyyzz
2025-03-25 10:34:10 +0000
3ca1ec96dbLazMapViewer: Toggle selection of a point in TMarkerEditorPlugin by CTRL + LeftClick
wp_xxyyzz
2025-03-25 10:10:46 +0000
d9536cca8aLazMapViewer: Introduce in TMarkerEditorPlugin FState as statevariable to replace individual flag variables. Unselect only after confirmation.
wp_xxyyzz
2025-03-25 09:51:14 +0000
0c94a4cd90LazMapViewer: Replace TMarkerEditorPlugin properties ClickMode and ExtendSelection by key combinations in Shift* properties. Update demp.
wp_xxyyzz
2025-03-24 19:17:34 +0000
7677def6cfLazMapViewer: Make TMapView respond to keyboard events.
wp_xxyyzz
2025-03-24 17:42:51 +0000
f7d9f1cbd8LazMapviewer: Use intermediate class TCustomMarkerClickPlugin to have more control on published properties. Rename some identifiers.
wp_xxyyzz
2025-03-24 12:22:10 +0000
8441d2546fLazMapViewer: Add rubberband selection to TMarkerEditorPlugin.
wp_xxyyzz
2025-03-23 14:06:17 +0000
6ef401c2e3LazMapViewer: Add mini documentation to the header of some plugin files. Less hints and warnings.
wp_xxyyzz
2025-03-22 18:18:32 +0000
34b247e060LazMapViewer: Rename MarkerSelectAndDrag_Demo project to MarkerEditor_Demo.
wp_xxyyzz
2025-03-22 12:41:22 +0000
e02d3d772eLazMapViewer: Rename TMarkerSelectAndDragPlugin to TMarkerEditorPlugin. New option to add markers by the plugin.
wp_xxyyzz
2025-03-22 12:33:27 +0000
3d757daf7dLazMapViewer: Add OnStartDrag and OnEndDrag events to TMarkerSelectAndDragPlugin
wp_xxyyzz
2025-03-21 14:03:12 +0000
c3c6ce1223LazMapViewer: refactor finding of point groups in TMarkerSelectAndDragPlugin
wp_xxyyzz
2025-03-21 13:27:50 +0000
980bc6f436LazMapViewer: Add all points of clicked shape (track or area) to selection of TMarkerSelectAndDragPlugin.
wp_xxyyzz
2025-03-20 23:43:11 +0000
bba6b4a7e6LazMapViewer: Add methods to convert selection of TMarkerSelectAndDragPlugin to GPS track/area.
wp_xxyyzz
2025-03-20 23:05:26 +0000
a036319196LazMapViewer: Add methods DeleteSelectedPoints, ConvertSelectedPointsToMapArea and ConvertSelectedPointsToMapTrack to TMarkerSelectAndDragPlugin
wp_xxyyzz
2025-03-20 19:03:33 +0000
56cae39588LazMapViewer: Add property MultiSelect to TMarkerSelectAndDragPlugin.
wp_xxyyzz
2025-03-19 23:47:32 +0000
331e6fd9c2LazMapViewer: New TMarkerSelectAndDragPlugin. Separate all marker plugins off into unit MvMarkerPlugins.
wp_xxyyzz
2025-03-19 23:29:03 +0000
cc5dd7eb5eLazMapViewer: Avoid crash of TMarkerClickPlugin when a click occurs between points. Support cursor change on points. Add OnCanClick event to disallow clicking on specific points.
wp_xxyyzz
2025-03-18 11:24:45 +0000
a1e91b1045LazMapViewer: Add MarkerClickPlugin and demo.
wp_xxyyzz
2025-03-17 12:28:13 +0000
12914ebd4bLazMapViewer: Add new TMarkerHint plugin.
wp_xxyyzz
2025-03-17 11:55:46 +0000
8e3611f53aLazMapViewer: Fix default font height in BGRADrawingEngine
wp_xxyyzz
2025-03-14 21:44:51 +0000
a49a182aa2LazMapViewer: Minor refactoring of tile drawing.
wp_xxyyzz
2025-03-14 18:04:04 +0000
870c3252cbLazMapViewer: Fix incorrect painting of stretched and missing tiles when Cyclic is true.
wp_xxyyzz
2025-03-13 15:50:11 +0000
7cf32c3448LazMapViewer: Support TransparentMap property also in painting of stretched tiles.
wp_xxyyzz
2025-03-12 22:44:39 +0000
43ee80e563LazMapViewer: Add property TransparentMap to allow correct background drawing of alpha-channel-transparent tiles. Add OnAfterDrawTile event forgotten in r9666.
wp_xxyyzz
2025-03-12 22:29:23 +0000
2ddd901a34LazMapViewer: New area icon by Roland Hahn
wp_xxyyzz
2025-03-12 22:05:32 +0000
201779c33cLazMapViewer: Add OnDrawEditMark event to TMapView allowing to custom-draw the EditMark of the viewer. Internal FMarquee* properties renamed to FRubberband*
wp_xxyyzz
2025-03-12 14:28:40 +0000
12eb71ee4eLazMapViewer: Fix loss of coordinate accuracy when dragging points at small zoom factor. Issue #39114.
wp_xxyyzz
2025-03-12 09:46:35 +0000
adc968308bLazMapViewer: In TMapEditMark, move declarations of FPt, FMarquee, FMarqueeRect, and FLit from private to protected section. Rename FLit to FList. Issze #39114
wp_xxyyzz
2025-03-11 13:54:25 +0000
6dcc628ea3LazMapViewer: Create the MapView's EditMark in a separate virtual method, CreateEditMark. Issue #39114
wp_xxyyzz
2025-03-11 10:29:41 +0000
d80d4c79f5LazMapViewer: Restrict zoom level to allowed range. Part of issue #39111.
wp_xxyyzz
2025-03-08 21:28:25 +0000
637f4bbf66Add more icons for LazMapViewer. By Roland Hahn.
wp_xxyyzz
2025-03-08 18:45:28 +0000
e4ab7bc646LazMapViewer/PointsEditor: Use high-dpi icons by Roland Hahn. Toolbar instead of speed buttons. More descriptive edit mode info texts.
wp_xxyyzz
2025-03-08 18:41:51 +0000
4d9359aea2LazMapViewer: Fix "semicolon after 'then'" issue in unit mvDrawingEngine. Issue #39109.
wp_xxyyzz
2025-03-06 18:41:17 +0000
61effac4d9LazMapViewer: Fix duplicate painting of points in TGPSComboLayer (side-effect of #9658).
wp_xxyyzz
2025-03-05 16:14:33 +0000
5c8d6b0cb2LazMapViewer: Less hints and warnings.
wp_xxyyzz
2025-03-04 09:25:12 +0000
f98a48a096LazMapViewer: TGPSObjectList.Draw now draws its items. Issue #39110.
wp_xxyyzz
2025-03-04 09:02:34 +0000
688e0e2303LazMapViewer: Replace method TMapView.GetIDsArea by .GetAreaOfIDs (deprecate the old one).
wp_xxyyzz
2025-03-04 08:56:22 +0000
223a1ca884LazMapViewer: Add GPSObj filter also to public MapViewer methods ObjsAtScreenPt and VisibleObjsAtScreenPt. Issue #39108.
wp_xxyyzz
2025-03-04 08:39:16 +0000
b37743bbf4LazMapViewer: MapViewer's FindObjsAtScreenPt now can filter by TGPSObj class type. Issue #39108.
wp_xxyyzz
2025-03-03 23:09:08 +0000
ccdccc2805JVCLLaz: Fix "semicolon after then" bug in JvDBTreeView demo (issue #39109)
wp_xxyyzz
2025-03-02 17:35:29 +0000
9a4f0f40f1powerpdf: add project group for all sample projects. Remove lib folder.
wp_xxyyzz
2025-02-27 11:07:01 +0000
58fdb80002powerpdf: Fix compilation with Laz v4.99
wp_xxyyzz
2025-02-27 11:00:27 +0000
cfe6c14a8ffpspreadsheet: Clip cell ranges at the sheet dimension limits. Add some test cases for it.
wp_xxyyzz
2025-02-26 23:27:47 +0000
b3fca34799FPSpreadsheet: Fix formula MATCH support of wildcards in strings.
wp_xxyyzz
2025-02-19 18:47:36 +0000
69fb5b2ea2FPSpreadsheet: Fix compilation (issue #39106). Add unit test for ADDRESS formula.
wp_xxyyzz
2025-02-18 09:17:14 +0000
81f20ccfdbFPSpreadsheet: Add unit tests for ACOS, ODD, POWER, RADIANS
wp_xxyyzz
2025-02-17 10:58:14 +0000
350efafd15FPSpreadsheet: Handle missing argument in ROW and COLUMN formulas. Add unit tests for ROW, COLUMN, LOG, LOG10, and fix others regarding error cases.
wp_xxyyzz
2025-02-17 08:50:06 +0000
b794930352LazMapViewer: Fix crash in qt5 due to text output in plugins (reason: incorrect text size measurement) Issue #39105
wp_xxyyzz
2025-02-15 18:55:06 +0000
846ac6f77aAllow assignment for readonly object property.
inoussa
2025-02-13 10:30:43 +0000
7830ba9937LazMapViewer: Avoid duplicate storage of property values in TMapPoint and TMapPointOfInterest.
wp_xxyyzz
2025-02-12 22:31:37 +0000
9e05b54faeLazMapViewer: Update project group
wp_xxyyzz
2025-02-12 21:45:18 +0000
b240deb779LazMapViewer: Fix grid plugin hanging when width of a cyclic map is reduced below 360°.
wp_xxyyzz
2025-02-12 00:15:42 +0000
c6d652e51dLazMapViewer: Make TDraggableMarkerPlugin act on TMapPoint and descendants as well.
wp_xxyyzz
2025-02-12 00:14:38 +0000
ddef318478FPSpreadsheet: Fix COUNTIF, SUMIF and AVERAGEIF formulas when they contain error values in the arguments.
wp_xxyyzz
2025-02-11 18:18:47 +0000
d8cc948b6aLazMapViewer: New PluginManager property MouseButtonDown, update demos. New OnHit and OnBeginChange events for the AreaSelect plugin (issue #39102), new multi demo.
wp_xxyyzz
2025-02-10 23:17:27 +0000
ad7d4dea27LazMapViewer: Fix potential crash when setting the PluginManager for the MapView (part of issue #39092, patch by @iluha.companets)
wp_xxyyzz
2025-02-10 21:59:42 +0000