| library:/VirtualTreeview/ |
jump to detailed chart | hide Line HistoryConstraintCalendarSort: path | last-commit | first-commit Sub Directories |
Changelog
183
by Mike on
07 June 2009, 20:22:24 +0200
(9 months ago)
- Fixed broken draw selection.
- Removed a couple of warnings. - Simplified check image types (no need for two system check image enumerants).
./Packages/BDS 2006/VirtualTreesD.bdsproj
183
./Packages/BDS 2006/VirtualTreesR.bdsproj
183
./Source/VirtualTrees.pas
183
182
by Mike on
01 June 2009, 11:08:07 +0200
(9 months ago)
Patch from whitekid to fix node height computation wrt indentation and margin.
./Source/VirtualTrees.pas
182
181
by TimoTegtmeier on
15 May 2009, 12:52:29 +0200
(9 months ago)
- Improvement: new TVTMiscOption toEditOnClick, toEditOnDblClick to control if editing can be started with a single click or a double click
- Bug fix: the internal pointers of TBufferedAnsiString are …
./Source/VirtualTrees.pas
181
180
by DanielBauten on
13 March 2009, 11:09:46 +0100
(11 months ago)
- Bug fix: fixed an issue in TVirtualTreeColumns.HandleClick that could lead to a case where no header click event is triggered
- Bug fix: fixed an issue in TBaseVirtualTree.HandleHotTrack that could …
./Source/VirtualTrees.pas
180
179
by DanielBauten on
10 March 2009, 13:09:20 +0100
(12 months ago)
- Bug fix: corrected TBaseVirtualTree.GetVisibleParent
./Source/VirtualTrees.pas
179
178
by DanielBauten on
10 March 2009, 09:06:20 +0100
(12 months ago)
- Improvement: extended hot node tracking to track the hot column too
- Improvement: new THitPosition hiOnItemButtonExact used to draw hot buttons when using Windows Vista's Explorer theme - Improveme…
./Source/VirtualTrees.pas
178
177
by jim on
08 March 2009, 15:14:19 +0100
(12 months ago)
March 8 2009
- Checked in missing res files for D11 and D12
./Delphi/VirtualTreesD12D.res
177
./Delphi/VirtualTreesD12.res
177
./Delphi/VirtualTreesD11D.res
177
./Delphi/VirtualTreesD11.res
177
176
by DanielBauten on
20 February 2009, 13:03:07 +0100
(12 months ago)
- Bug fix: reverted the implementation of DrawTextW back to the one prior to 4.8.1 as the line end detection lead to a compiler warning under Delphi 2009
- Bug fix: corrected implementation of GetStri…
./Source/VirtualTrees.pas
176
175
by DanielBauten on
20 February 2009, 09:10:46 +0100
(12 months ago)
- Bug fix: the node focus will no longer change if a TVTMiscOption.toGridExtensions is set and one clicks right of (or left of, if right-to-left reading) the last column
- Bug fix: fixed an issue with…
./Source/VirtualTrees.pas
175
173
by DanielBauten on
16 January 2009, 18:11:22 +0100
(13 months ago)
- modifications and new files for 4.8.0
./Resources/VT vertical split.cur
173
./Design/VirtualTreesReg.pas
173
172
by DanielBauten on
16 January 2009, 18:09:33 +0100
(13 months ago)
- Bug fix: removed off-by-1 error in TBaseVirtualTree.GetBottomNode
- Improvement: improved speed of TBaseVirtualTree.GetMaxColumnWidth when using UseSmartColumnWidth - Bug fix: modified TBaseVirtual…
./Source/VirtualTrees.pas
172
171
by DanielBauten on
24 October 2008, 18:53:47 +0200
(16 months ago)
- Bugfix: removed 'FVisibleCount := 0' from TBaseVirtualTree.Clear as this would lead to incorrect VisibleCount in read-only mode
- Bugfix: fixed a condition in TBaseVirtualTree.ToggleCallback that c…
./Source/VirtualTrees.pas
171
170
by DanielBauten on
20 October 2008, 13:30:48 +0200
(16 months ago)
- Bug fix: corrected ScrollIntoView to behave as expected when no fixed columns exist
- Bug fix: extended InitializeLineImageAndSelectLevel to eliminate artifacts while scrolling with toChildrenAbove…
./Source/VirtualTrees.pas
170
169
by DanielBauten on
20 October 2008, 13:24:44 +0200
(16 months ago)
- Improvement: new TVTPaintOption toFixedIndent to draw the tree with a fixed ident (instead of node level dependent indents)
./Source/VirtualTrees.pas
169
168
by DanielBauten on
17 October 2008, 17:14:05 +0200
(16 months ago)
Improvement: new TVTPaintOption toChildrenAbove to draw children nodes above their parent
./Source/VirtualTrees.pas
168
165
by Jim on
24 August 2008, 17:56:25 +0200
(18 months ago)
Aug 23, 2008
- Checked in the D12 packages
./Delphi/VirtualTreesD11.dpk
165
./Delphi/VirtualTreesD12D.dpk
165
./Delphi/VirtualTreesD12.dpk
165
./Delphi/VirtualTreesD11D.dpk
165
164
by Jim on
24 August 2008, 16:36:53 +0200
(18 months ago)
Aug 24, 2008
- Backed the rev back to 4.7.0 as this had not been officially released yet - Official 4.7.0 release for Delphi/C++ 2009
./Source/VirtualTrees.pas
164
./Source/VTHeaderPopup.pas
164
163
by DanielBauten on
18 August 2008, 15:36:26 +0200
(18 months ago)
Improvement: redesigned and overloaded TBaseVirtualTree.ScrollIntoView in order to use vertical scrolling separately
./Source/VirtualTrees.pas
163
162
by DanielBauten on
14 August 2008, 16:02:13 +0200
(18 months ago)
- Improvement: optimized ScrollIntoView for horizontal scrolling
- Improvement: in TBaseVirtualTree.WMKeyDown column navigation for VK_PRIOR and VK_NEXT is now handled in same way as row navigation…
./Source/VirtualTrees.pas
162
161
by DanielBauten on
22 July 2008, 15:40:33 +0200
(19 months ago)
- Improvement: in TBaseVirtualTree.WMHScroll the horizontal page scrolling now considers fixed columns
./Source/VirtualTrees.pas
161
160
by DanielBauten on
15 July 2008, 18:27:16 +0200
(19 months ago)
- Improvement: in TBaseVirtualTree.ScrollIntoView the case of FFocusedColumn being invalid is considered
- Improvement: in TBaseVirtualTree.HandleMouseDown DoFocusNode is not called if node focus did …
./Source/VirtualTrees.pas
160
159
by Jim on
14 July 2008, 14:58:58 +0200
(19 months ago)
July 14, 2008
- Clean out folder
./Delphi/VirtualTreesD12D.res
159
./Delphi/VirtualTreesD12.res
159
./Delphi/VirtualTreesD12D.dpk
159
./Delphi/VirtualTreesD12.dpk
159
158
by Jim on
14 July 2008, 05:06:16 +0200
(19 months ago)
July 13, 2008
- Changes to support D5 and lower. - Changes to prepare for Unicode
./Source/VirtualTrees.pas
158
157
by Jim on
14 July 2008, 02:16:37 +0200
(19 months ago)
July 13, 2008
Small tweaks for Unicode readiness.
./Source/VTAccessibility.pas
157
./Delphi/VirtualTreesD12D.res
157
./Delphi/VirtualTreesD12.res
157
./Source/VirtualTrees.pas
157
./Source/VTAccessibilityFactory.pas
157
156
by Mike on
13 July 2008, 13:16:37 +0200
(19 months ago)
- Merged in changes from Jim.
- Some adjustments for accessability stuff.
./Source/VTAccessibility.pas
156
./Source/VirtualTrees.pas
156
./Source/VTAccessibilityFactory.pas
156
155
by DanielBauten on
23 June 2008, 07:13:09 +0200
(20 months ago)
- Improvement: the content retangle of the cell can be modified via the OnBeforeCellPaint event, the cell paint mode indicate wether OnBeforeCellPaint is called for painting the cell or just for getti…
./Source/VirtualTrees.pas
155
154
by DanielBauten on
17 June 2008, 09:49:19 +0200
(20 months ago)
- Improvement: new property added: TBaseVirtualTree.OnCanSplitterResizeColumn, new function added: TVirtualTreeColumns.GetScrollWidth
- Improvement: horizontal page scrolling now uses the average colu…
./Source/VirtualTrees.pas
154
153
by DanielBauten on
12 June 2008, 11:20:27 +0200
(20 months ago)
- Bug fix: for multiline tooltips also the column width is checked to determine the tooltip is needed or unnecessary
- Improvement: the result value of GetUseSmartColumnWidth is initialized correctly…
./Source/VirtualTrees.pas
153
152
by DanielBauten on
04 June 2008, 19:05:42 +0200
(21 months ago)
- Bug fix: horizontal page scrolling via mouse wheel now works correctly, i.e. in TBaseVirtualTree.CMMouseWheel ScrollCount includes GetVisibleFixedWidth and FIndent
- Improvement: horizontal scrollin…
./Source/VirtualTrees.pas
152
151
by DanielBauten on
29 May 2008, 07:08:22 +0200
(21 months ago)
Improvement: new properties: FOnAfterAutoFitColumns, FOnBeforeAutoFitColumns, FOnAfterGetMaxColumnWidth, FOnBeforeGetMaxColumnWidth
./Source/VirtualTrees.pas
151
|