Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
823 commits
Select commit Hold shift + click to select a range
85e45e0
Revert "Issue #1146: Revert initial change. Do not set toAutoSort by …
joachimmarder Aug 13, 2023
b4cd92f
Reverted changes for #1146
joachimmarder Aug 13, 2023
07fa2dd
Change for #832: Turn TVirtualNode.LastChild into a readonly property…
joachimmarder Aug 13, 2023
990c552
Change for #832: Turn TVirtualNode.ChildCount into a readonly property…
joachimmarder Aug 13, 2023
0a58e65
Fixed Issue #1206 - TBaseVirtualTree.AutoScale() never decreases height
joachimmarder Aug 22, 2023
e83d3dc
Add check for MainColumn column when it need to be the FocusedColumn
isakindov Sep 6, 2023
7ec83ff
Merge pull request #1215 from Npc8/master
joachimmarder Sep 6, 2023
a050064
Fixed issue #1199: Infinite loop in TBaseVirtualTree.Destroy()
joachimmarder Sep 20, 2023
8e8f9ca
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Sep 20, 2023
90a09f8
Change for #832: Turn TVirtualNode.NodeHeight into a readonly property
joachimmarder Sep 20, 2023
015f367
Issue #1169: Drop support for RAD Studio XE3 - XE8
joachimmarder Sep 21, 2023
d8f63bd
Add alias for reducing breaking changes
joachimmarder Sep 21, 2023
5cab564
Issue #1088: Better visualize Fixed columns
joachimmarder Sep 21, 2023
cbad967
Added aliases for increased compatibility with V7
joachimmarder Sep 22, 2023
d1bcddb
Create Class inheritance.txt
joachimmarder Sep 23, 2023
36948a9
Added aliases for increased compatibility with V7
joachimmarder Sep 24, 2023
4b3532f
Added aliases for increased compatibility with V7
joachimmarder Sep 24, 2023
c671a8b
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Sep 24, 2023
c4349b3
Moved Accessible stuff from class TVTAncestorVcl to base class TVTBas…
joachimmarder Sep 24, 2023
5812346
Moved implementation of methods CopyToClipboard() and CutToClipboard(…
joachimmarder Sep 24, 2023
913fc43
Moved implementation of method RenderOLEData() from calss TVTAncestor…
joachimmarder Sep 24, 2023
8a5bdfb
Prevent potential range check error in TVirtualTreeColumns.TotalWidth()
joachimmarder Sep 27, 2023
c38fc9b
Improvements for issue #1088
joachimmarder Oct 5, 2023
5b31c3e
Fixed issue #1222: Tree lines not painted
joachimmarder Oct 14, 2023
d28b32f
Fix for issue #1221: OnHeaderClick Event triggered twice if vclstyle …
joachimmarder Oct 14, 2023
8d52ac6
Minor cleanups related to issue #1222
joachimmarder Oct 15, 2023
68354c6
Incorporate Last Years Changes and fixes to build on FMX
livius2 Oct 29, 2023
e0e3e84
Merge pull request #1223 from livius2/Incorporate_last_years_chenges
joachimmarder Oct 30, 2023
2247ade
small step - extract TVirtualTreeHintWindow to VirtualTrees.AncestorVCL
livius2 Oct 31, 2023
d3752aa
Merge pull request #1224 from livius2/extract_hint_window
joachimmarder Nov 1, 2023
7c4f9b7
CreateSystemImageSet, SetWindowTheme and small cleanup
livius2 Nov 2, 2023
2bc0624
Merge pull request #1225 from livius2/systemImages_theme
joachimmarder Nov 4, 2023
a3a333c
FMX scroll fixes + some virtal abstract
livius2 Nov 8, 2023
1258e88
Merge pull request #1226 from livius2/scroll_fixes__few_virtual_abstract
joachimmarder Nov 11, 2023
1aac7ef
Fix compiler warning RAD Studio 12
joachimmarder Nov 14, 2023
26deba0
We meanwhile have two InitializeGlobalStructures() methods, make sure…
joachimmarder Nov 14, 2023
bf359e1
Fix for #1228: Columns EndUpdate and duplicate position
joachimmarder Nov 16, 2023
cac4853
Improved fix for #1228 and #1179
joachimmarder Nov 18, 2023
aa21804
Use TColors.GridColor for drawing grid line in all situations. Issue …
joachimmarder Nov 18, 2023
111a4d8
Minor improvement for issue #1228
joachimmarder Nov 29, 2023
adce702
(Refinements)Added missing units into uses list.
AliDehbansiahkarbon Dec 5, 2023
254d2bf
(Refinements)Added missing units into uses list.
AliDehbansiahkarbon Dec 5, 2023
e70245c
Merge pull request #1231 from AliDehbansiahkarbon/master
joachimmarder Dec 5, 2023
a11e542
* Added definitions to build with Delphi 12
Daniel-Tr Jan 11, 2024
a766ae9
* Adjusted paths for VS2019 and BuildTools again
Daniel-Tr Jan 11, 2024
151569e
* Fall back to the MSBuild.exe registered in the path, if no explicit…
Daniel-Tr Jan 11, 2024
fa05c1e
Fixed some warnngs in demo projects
joachimmarder Jan 11, 2024
23892be
Moved TBaseVirtualTree.DoPaintText() up in class hierarchy as it is n…
joachimmarder Jan 12, 2024
5add9ce
Fix for issue #1228:Columns EndUpdate and duplicate position
joachimmarder Jan 20, 2024
ca28e53
Fix for compiler error in Delhi 10, Issue #1237
joachimmarder Jan 22, 2024
3b1cde1
* Extracted procedure that controls the initial selection of the edit…
Daniel-Tr Feb 1, 2024
7df624d
Added additional alias for type IDataObject to fix issue #1241
joachimmarder Mar 10, 2024
7971cd3
Fix for issue #1243: Header DblClickResize and HeaderClickAutoSort: S…
joachimmarder Mar 10, 2024
7ba3d29
Minor tweaks regarding toAutoChnageScale: Apply also on startup and d…
joachimmarder Mar 16, 2024
c179b83
Fix for issue #1245.
joachimmarder Mar 20, 2024
10f854d
Fixed issue#1247
joachimmarder Mar 29, 2024
dd2088d
Fixed issue #1248 by removing own WMPrintClient() method.
joachimmarder Apr 7, 2024
c3ddc11
Fixed #1249 : Restored compatibility with C++ Builder
joachimmarder Apr 9, 2024
2149578
Old font must be restored to get correct column size, see issue #1250
joachimmarder Apr 14, 2024
239928b
Added GUID to interface. Related to issue #1251
joachimmarder Apr 18, 2024
a2b743e
Update README.md for ofiicial / final V8
joachimmarder Jun 19, 2024
8642274
Introduced new alias type TNodeHeight and set it to TNativeInt to fix…
joachimmarder Jun 30, 2024
83ab625
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jun 30, 2024
d320404
Issue #1260: Use new type TNodeHeight in more places to avoid integer…
joachimmarder Jul 1, 2024
1ca8a55
AutoScale() now takes the size of the imagelist into account. Issue #…
joachimmarder Aug 2, 2024
9ace431
Fixed isssue #1262: Choose the correct start node dependant on the va…
joachimmarder Aug 14, 2024
53b11a5
Set useful background color before calling OnAfterCellPaint event, se…
joachimmarder Aug 26, 2024
e7ea57c
Revert "Fixed isssue #1262: Choose the correct start node dependant o…
joachimmarder Sep 1, 2024
557067c
2nd attempt to fix #1262: Use Result as iterator variable, so we can…
joachimmarder Sep 1, 2024
299e291
Get rid of warning W1075 in RAD Studio 12.2
joachimmarder Sep 18, 2024
85324c0
Fixed line endings and encoding
joachimmarder Sep 22, 2024
0a8934e
Fixed test project and added it to group.
joachimmarder Sep 22, 2024
b708361
Preparation for issue #806: Prevent AVs if FOwner is nil.
joachimmarder Oct 3, 2024
6fa59af
Some commented code for issue #806
joachimmarder Oct 3, 2024
18af499
Preparation for issue #806: Extracted new method TVTHeader.ColumnDrop…
joachimmarder Oct 3, 2024
4a8f158
Fixed compiler warning by removing unused variable. #806
joachimmarder Oct 4, 2024
cb456ba
corrected line endings to fix warning in IDE
joachimmarder Oct 5, 2024
26c5f47
Added new clipboard formats for header drag and drop. Issue #806
joachimmarder Oct 5, 2024
9d14ba8
Moved GetTreeFromDataObject() to TVTDragManager, which now handles CF…
joachimmarder Oct 5, 2024
2189631
Added constructor for TVTHeader to TVTDataObject. GetData() now handl…
joachimmarder Oct 5, 2024
fcb170c
We are now using Windows drag and drop instead of own drawn drag and …
joachimmarder Oct 5, 2024
733f5a6
Improve HotSpot of the drag image, take mouse position into account i…
joachimmarder Oct 5, 2024
5bf755c
Fixed drag image hot spot. Removed now unused method UpdateWindowAndD…
joachimmarder Oct 10, 2024
4fae664
Removed now unused parameter ImagePosition from TVTDragImage.PrepareD…
joachimmarder Oct 11, 2024
f309af5
Modification to repro #1268
joachimmarder Oct 11, 2024
f9a7833
Issue #1270: Use cursors from Windows instead of own resources
joachimmarder Oct 21, 2024
b010808
Issue #1271: Deprecate TVTButtonFillMode.fmTreeColor, remove last use…
joachimmarder Oct 21, 2024
5104ed9
Issue #1270: Draw FPanningImage scaled without using a TCanvas.
joachimmarder Oct 21, 2024
e1430a3
Issue #1270: Scale FPanningImage when loading it, not when drawing it.
joachimmarder Oct 21, 2024
a9d6d26
Fix for issue #1272: AVs if you set CheckImageKind to ckCustom
joachimmarder Oct 22, 2024
5669a15
Some IDE induced changes.
joachimmarder Oct 22, 2024
376111b
Issue #1271: Remove resource file VirtualTrees.res
joachimmarder Oct 23, 2024
bf90491
Get rid of compiler warning in package
joachimmarder Oct 23, 2024
1a71d45
Merge branch 'master' into refix-725
Oct 31, 2024
01e9fea
refix methods 'GetLastVisibleNoInit' (and 'GetLastVisible') to return…
Oct 31, 2024
8fac474
Merge pull request #1274 from hermannoffen/refix-725@master
joachimmarder Nov 1, 2024
d6903b5
Issue #1270: Replaced Windows API window for panning by a TForm
joachimmarder Nov 1, 2024
6eb5d39
Removed superfluous code due to changes for #1270
joachimmarder Nov 4, 2024
2318c1a
Minor last adjustments for issue #1070
joachimmarder Nov 5, 2024
c1ec243
Issue #806: Removed TVTDragImageStates.disSystemSupport and various n…
joachimmarder Nov 6, 2024
5cc3e6f
Fixed issue #1276
joachimmarder Nov 6, 2024
0690b24
Fixed #1277: Wrong library paths are suggested in install.txt
joachimmarder Nov 21, 2024
59c0184
add a method to determine the top node of a subtree that is effective…
Nov 29, 2024
6959033
revised methods 'GetNextVisible[NoInit]' and 'GetPreviousVisible[NoIn…
Nov 29, 2024
92f5c60
Merge pull request #1280 from hermannoffen/fix-overflow@master
joachimmarder Dec 5, 2024
09066e5
Add ColumnHeaderSpanning event
Npc8 Dec 6, 2024
0888e6a
Simplified panning code
pyscripter Dec 7, 2024
12ce0cb
Merge pull request #1286 from pyscripter/master
joachimmarder Dec 7, 2024
741c8ac
Follow-up changes for PR #1286
joachimmarder Dec 7, 2024
d150cb8
Fixed issue #1203: Grid lines do not scale
joachimmarder Dec 7, 2024
58e0562
Merge pull request #1285 from Npc8/master
joachimmarder Dec 8, 2024
0e0ac49
Update GridDemo for ColumnHeaderSpanning
Npc8 Dec 9, 2024
403e36e
Merge pull request #1287 from Npc8/master
joachimmarder Dec 9, 2024
11e7b6f
Fixed compiler warning about signed and unsinged types
joachimmarder Dec 26, 2024
33828f6
DeleteNodes(): Prevent range error below when empty array is passen. …
joachimmarder Dec 29, 2024
298f300
Removed link to XE fork as it is no longer maintained.
joachimmarder Jan 1, 2025
f7076bd
Use a link to GitHub instead of JAM Software for V5.5.3
joachimmarder Jan 1, 2025
87d22c6
Fixed line endings.
joachimmarder Jan 3, 2025
9b0b143
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jan 3, 2025
9252d32
Removed no longer needed batch file
joachimmarder Jan 3, 2025
fbb28a7
Fixed issue #1289: AV on middle button click
joachimmarder Jan 3, 2025
0ee239b
Fixed line endings
joachimmarder Jan 3, 2025
b18ed65
Remove unit VirtualTrees.PanningWindow again, it is no longer needed.…
joachimmarder Jan 13, 2025
7522680
Some improvemnts for issue #1283
joachimmarder Feb 2, 2025
3d8b67f
Fixed issue #1292: State tsClearPending is removed in the code after …
joachimmarder Feb 5, 2025
9a5d89e
Final fix for issue #1283
joachimmarder Feb 11, 2025
507d330
Improvements for #1254: For header drag&drop to work, we need to regi…
joachimmarder Mar 3, 2025
03e097e
Fixed issue #1294: In TVirtualTreeColumn.GetCaptionWidth bad calculat…
joachimmarder Mar 19, 2025
4199d5e
Fix build problems on command line with Delphi 12.3
Apr 7, 2025
bd7bf2b
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
Apr 7, 2025
cd55325
Added make target for RAD Studio 12.3 and made it the default for con…
Apr 7, 2025
5193660
Unify settings for ImplcitBuild
Apr 7, 2025
aa6eaf1
Removed duplicate {$HPPEMIT} lines, they are also in unit VirtualTree…
joachimmarder Apr 21, 2025
066d341
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Apr 21, 2025
5612380
Include Win64X in ComponentPlatformsAttribute. See issue #1296
joachimmarder Apr 21, 2025
8a6d4de
Call RegisterDragDrop() only when truly needed. Issue #1298
joachimmarder Apr 25, 2025
003aa9b
Fixed issue #1297: First click on node may not trigger OnNodeClick
joachimmarder Apr 25, 2025
3fbcf47
Fixed issue #1299: Remove unnecessary debug output in TBaseVirtualTre…
joachimmarder May 12, 2025
0bc3318
Move DoPopupMenu from WMRButtonUp to WMContextMenu #1301
UweRaabe May 30, 2025
6a8d46c
Merge pull request #1302 from UweRaabe/Move_DoPopupMenu_to_WMContextM…
joachimmarder May 30, 2025
91866c1
Simplified code in VST2GetPopupMenu() and show popup menu also when t…
joachimmarder May 30, 2025
b679a0e
Fixed issue #1295: DragOver implementation faulty
joachimmarder Jun 9, 2025
7eba45f
Implemented issue #1300: Keep image indent if GetImageIndexEx returns…
joachimmarder Jun 9, 2025
015ebe5
Fixed issue #1303: Compiler Error due to use of pfidWindows ind RAD S…
joachimmarder Jun 9, 2025
e31221a
Fixed missing icon error by using default icon, added default manifest
joachimmarder Jun 15, 2025
3d4a34c
Remove unnecessary IDataObject type in public interface
Bungelaar Jun 17, 2025
836e16b
IDE induced change. Line endings?
joachimmarder Jun 17, 2025
8f568a4
Merge pull request #1305 from Bungelaar/master
joachimmarder Jun 17, 2025
b88a49b
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jun 17, 2025
1e1937d
Removed fix for #1264 again, as it caused #1306.
joachimmarder Jun 18, 2025
6626806
Remove packages for no longer supported C++ Builder versions. #1307
joachimmarder Jun 18, 2025
1f52c10
Add C++Builder 12 project files
Bungelaar Jun 18, 2025
7f05acb
Merge pull request #1308 from Bungelaar/master
joachimmarder Jun 20, 2025
7c3acb2
Add the missing CBuilder 12 cpp project files
Bungelaar Jun 26, 2025
1d34d8f
Merge pull request #1309 from Bungelaar/master
joachimmarder Jun 26, 2025
68a2b29
Corrected dependencies
joachimmarder Jun 30, 2025
ff44ea4
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jun 30, 2025
3503f59
Fix wrong coordinates in WMContextMenu
UweRaabe Jul 11, 2025
39f9d77
Merge pull request #1311 from UweRaabe/Fix_OnGetPopupMenu_Node_parame…
joachimmarder Jul 13, 2025
c4221b8
Fixed issue #1312: List index out of bounds exception when editng a …
joachimmarder Jul 25, 2025
5eb6f5f
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jul 25, 2025
85edf1d
Fixed formally wrong parameter in event.
joachimmarder Jul 25, 2025
043c022
Typos fixed
Kromster80 Aug 18, 2025
f2e46af
Merge pull request #1315 from Kromster80/patch-1
joachimmarder Aug 20, 2025
94f7896
Updated for V8.1.2
Aug 22, 2025
bddf170
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
Aug 22, 2025
54b5eea
Revert "Fix build problems on command line with Delphi 12.3"
joachimmarder Sep 2, 2025
40fbfae
Revert "Unify settings for ImplcitBuild"
joachimmarder Sep 2, 2025
8afd48e
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Sep 2, 2025
273dfcd
Fix OnChange event with post nil if the note is the same
livius2 Sep 2, 2025
3f18a3f
Merge pull request #1317 from livius2/fix_ochange_event_nil_node
joachimmarder Sep 2, 2025
84bb428
Fixed issue #1314: Make fixed columns non-draggable
joachimmarder Sep 2, 2025
08c28e5
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Sep 2, 2025
585f3ce
Added image for use in software catalogs.
Sep 11, 2025
dd2fad3
Fxied C++ Builder issue #1319
joachimmarder Oct 19, 2025
9714718
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Oct 19, 2025
11c482a
Make surew the background color is properly initialzed for draw-events
Nov 26, 2025
c10671f
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
Nov 26, 2025
5a20a96
Fixed #1323: Clipbrd is missing scope in VirtualTrees.BaseTree
joachimmarder Dec 29, 2025
da649be
Fixed issue #1322: TBaseVirtualTree.IterateSubtree() iterates nothing…
joachimmarder Dec 30, 2025
91d796b
Fixes issue #1324: OnEditCancelled event is not called
joachimmarder Jan 4, 2026
4c4d337
Added test for OnEditCancelled event
chuacw Jan 4, 2026
09171be
Merge pull request #1326 from chuacw/master
joachimmarder Jan 4, 2026
8dbb0dd
Fix missing scope, and removed unused units
chuacw Jan 6, 2026
d4e826b
Merge pull request #1328 from chuacw/master
joachimmarder Jan 6, 2026
e087306
Added tests for AddColumn, EditNode pass and failure
chuacw Jan 6, 2026
95eb410
Removed superfluous LBeforeStates for TestEditNodeFail
chuacw Jan 6, 2026
1467c6f
Checks that a readnoly tree cannot be edited
chuacw Jan 6, 2026
1cd89ce
Checks that a readonly tree cannot be edited
chuacw Jan 6, 2026
cb778ec
Fixed commit typo
chuacw Jan 6, 2026
a9b7e53
Merge pull request #1329 from chuacw/master
joachimmarder Jan 6, 2026
641e0d1
Added a new OnDrawTextEx event, updated DoTextDrawing and new tests f…
chuacw Jan 6, 2026
d17de7b
Merge pull request #1331 from chuacw/OnDrawTextEx
joachimmarder Jan 6, 2026
9078dbf
Changes file encoding from ANSI to UTF8
chuacw Jan 6, 2026
3e65973
Fixes incompatible event signatures
chuacw Jan 6, 2026
6a14f4f
Merge pull request #1333 from chuacw/IncompatibleEventSignature
joachimmarder Jan 6, 2026
3d6968f
Fixes memory leaks
chuacw Jan 7, 2026
f9fe7df
Merge pull request #1336 from chuacw/master
joachimmarder Jan 7, 2026
5e96edb
Initial check-in multicell selection
chuacw Jan 9, 2026
e663be9
Multicell with copy support
chuacw Jan 11, 2026
14b60a0
Removed empty function
chuacw Jan 11, 2026
10c9b34
Added IsCellSelectionEnabled virtual method
chuacw Jan 11, 2026
8d89933
Fixes ability to select with shift+arrows
chuacw Jan 11, 2026
86a537a
Fixes #1197
chuacw Jan 11, 2026
9445010
Fixes invalid event signatures for OLE demo
chuacw Jan 11, 2026
239048b
Fixes missing unit scopes
chuacw Jan 11, 2026
d0e734b
Fixes missing unit scopes
chuacw Jan 11, 2026
446f9a7
Fixes incompatible event signature
chuacw Jan 11, 2026
0712f74
Fixes incompatible event signature
chuacw Jan 11, 2026
96216d5
Fixes missing unit scope
chuacw Jan 11, 2026
98d7826
Fixes missing unit scope
chuacw Jan 11, 2026
4500c1e
Fixes missing unit scope
chuacw Jan 11, 2026
65f4d6d
Merge pull request #1338 from chuacw/Fix-#1197
joachimmarder Jan 11, 2026
f5597ab
Fixes missing unit scope
chuacw Jan 11, 2026
c445371
Fixes missing unit scope
chuacw Jan 11, 2026
164c4d8
Fixes missing unit scope
chuacw Jan 11, 2026
75b9f66
Fixes missing unit scope
chuacw Jan 11, 2026
60b4992
Fixed incompatible event signature
chuacw Jan 11, 2026
194a43c
Merge pull request #1339 from chuacw/IncompatibleEventSignatures
joachimmarder Jan 11, 2026
7d1854f
Fix for #1253
chuacw Jan 12, 2026
dfb9c38
Merge pull request #1340 from chuacw/Fix1253
joachimmarder Jan 12, 2026
a81b13c
Merge pull request #1337 from chuacw/Multiselect
joachimmarder Jan 12, 2026
204e27e
A TIntegerSet has a fix length (Int32). Cast it to Integer before exp…
Jan 13, 2026
ed91f66
Ensure DefaultNodeHeight is updated. Related to issue #1341
joachimmarder Jan 14, 2026
ec3e41f
Improve comment. Related to issue #1341
joachimmarder Jan 14, 2026
77b6c8a
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Jan 14, 2026
afed010
Added search path so that project compiles out-of-the-box.
joachimmarder Jan 15, 2026
7f773d7
Fixes #1236
chuacw Jan 16, 2026
27d6422
Merge pull request #1345 from chuacw/Fix-#1236
joachimmarder Jan 18, 2026
d349efa
Issue #841: Do not use inline assember on FMX platforms that do not s…
joachimmarder Feb 1, 2026
a73dfb1
Merge branch 'master' of https://github.com/JAM-Software/Virtual-Tree…
joachimmarder Feb 1, 2026
c154935
Revert "Fix OnChange event with post nil if the note is the same"
joachimmarder Feb 2, 2026
699c376
Replaced inline vars with regular vars
chuacw Feb 3, 2026
621805e
Merge pull request #1348 from chuacw/remove-inline-vars
joachimmarder Feb 3, 2026
1a0d59e
Reapply "Fix OnChange event with post nil if the note is the same"
joachimmarder Feb 3, 2026
9e42dd3
Remove inline var in VirtualTrees registration
chuacw Feb 4, 2026
6db1b31
Merge pull request #1349 from chuacw/remove-inline-vars
joachimmarder Feb 4, 2026
12a5822
Fixes OnChange event #1347
chuacw Feb 5, 2026
5a28155
Merge pull request #1350 from chuacw/Fix-OnChange-event-for-node-sele…
joachimmarder Feb 5, 2026
ccfe666
Removes implicit warnings when compiling
chuacw Feb 5, 2026
54792f9
Merge pull request #1352 from chuacw/remove-implicit-warnings-in-comp…
joachimmarder Feb 5, 2026
1321952
Fixes missing OnChange event
chuacw Feb 5, 2026
175d319
More tests and fixes
chuacw Feb 6, 2026
c13700f
Added test form to Tests
chuacw Feb 6, 2026
877c16c
Merge pull request #1353 from chuacw/Fix-OnChange-event-for-node-sele…
joachimmarder Feb 6, 2026
bdbb669
Updated tests for missing OnChange event
chuacw Feb 7, 2026
e9a7cb0
Merge pull request #1354 from chuacw/Fix-OnChange-event-for-node-sele…
joachimmarder Feb 8, 2026
0fd0a19
Added a new enum toMultiCellSelect
chuacw Feb 10, 2026
77dea2a
Merge pull request #1355 from chuacw/Fix-OnChange-event-for-node-sele…
joachimmarder Feb 11, 2026
f789e48
Related to issue #1080: Repaint control in case coFixed and other col…
joachimmarder Feb 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable any line endings auto conversion.
* -text
102 changes: 58 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,58 @@
# Compiled source #
###################
*.dcu
*.obj
*.exe
*.bpl
*.bpi
*.dcp
*.rsm
*.stat
*.map

# Generated source #
###################
*.hpp

# Backup files #
###################
*.~*

# IDE Files #
###################
*.dproj.local
*.groupproj.local
*.identcache
*.dsk
*.tvsconfig
*.otares
*.drc
*.rc
*.res
*.local

# Output Folders #
###################
/Win32
/Win64
/OSX32
/__history
*.bak
*.Patch
VirtualTreeView.zip
*.#00
*.pch
# Compiled source #
###################
*.dcu
*.obj
*.exe
*.bpl
*.bpi
*.dcp
*.rsm
*.stat
*.map
*.d
*.o

# Generated source #
###################
*.hpp

# Backup files #
###################
*.~*
__recovery

# IDE Files #
###################
*.dproj.local
*.groupproj.local
*.identcache
*.dsk
*.tvsconfig
*.otares
*.drc
*.rc
*.res
*.local
*.dsv

# Output Folders #
###################
/Win32
/Win64
/OSX32
/__history
*.bak
*.Patch
VirtualTreeView.zip
*.#00
*.pch
*.skincfg
*.a
Packages/RAD Studio XE3/VirtualTreesR.lib
*.lib

# Folder with repro projects #
##############################
/#*
Tests/dunitx-results.xml
Tests/TestInsightSettings.ini
1,811 changes: 0 additions & 1,811 deletions CHANGES.txt

This file was deleted.

117 changes: 55 additions & 62 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,56 @@
{
"search_pathes":
[
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],

"browsing_pathes":
[
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],

"source_folders":
[
{
"folder": "source",
"base": "",
"recursive": true,
"filter": "*;*.*"
},
{
"folder": "Packages",
"base": "",
"recursive": true,
"filter": "*;*.*"
},
{
"folder": "Design",
"base": "",
"recursive": true,
"filter": "*;*.*"
}
],

"projects":
[
{
"project": "Packages\\RAD Studio XE3\\VirtualTreeView.groupproj"
"compiler_max": 26
},
{
"project": "Packages\\RAD Studio XE6\\VirtualTreeView.groupproj"
"compiler": 27
},
{
"project": "Packages\\RAD Studio XE7\\VirtualTreeView.groupproj"
"compiler": 28
},
{
"project": "Packages\\RAD Studio XE8\\VirtualTreeView.groupproj"
"compiler": 29
},
{
"project": "Packages\\RAD Studio 10\\VirtualTreeView.groupproj"
"compiler_min": 30
}
]
}
"search_pathes": [
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],
"browsing_pathes": [
{
"pathes": "Source",
"platforms": "Win32;Win64"
}
],
"source_folders": [
{
"folder": "source",
"base": "",
"recursive": true,
"filter": "*;*.*"
},
{
"folder": "Packages",
"base": "",
"recursive": true,
"filter": "*;*.*"
},
{
"folder": "Design",
"base": "",
"recursive": true,
"filter": "*;*.*"
}
],
"projects": [
{
"project": "Packages\\RAD Studio XE3\\VirtualTreeView.groupproj",
"compiler_max": 26
},
{
"project": "Packages\\RAD Studio XE6\\VirtualTreeView.groupproj",
"compiler": 27
},
{
"project": "Packages\\RAD Studio XE7\\VirtualTreeView.groupproj",
"compiler": 28
},
{
"project": "Packages\\RAD Studio XE8\\VirtualTreeView.groupproj",
"compiler": 29
},
{
"project": "Packages\\RAD Studio 10\\VirtualTreeView.groupproj",
"compiler_min": 30
}
]
}
Loading