Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Calendar

June 2009
Sun Mon Tue Wed Thu Fri Sat
 1(1)23456
7(3)8910111213
14151617181920
21222324252627
282930    
Jan(4) Feb(2) Mar(7) Apr
May(1) Jun(4) Jul Aug
Sep Oct Nov Dec
Years:

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 history download (+172 -167) diffs

./Packages/BDS 2006/VirtualTreesR.bdsproj 183 history download (+8 -3) diffs

./Source/VirtualTrees.pas 183 history download (+291 -309) diffs

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 history download (+19 -7) diffs

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 history download (+1267 -1123) diffs

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 history download (+22 -17) diffs

179 by DanielBauten on 10 March 2009, 13:09:20 +0100 (12 months ago) - Bug fix: corrected TBaseVirtualTree.GetVisibleParent

./Source/VirtualTrees.pas 179 history download (+5 -16) diffs

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 history download (+245 -73) diffs

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 history download (+0) new

./Delphi/VirtualTreesD12.res 177 history download (+0) new

./Delphi/VirtualTreesD11D.res 177 history download (+0) new

./Delphi/VirtualTreesD11.res 177 history download (+0) new

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 history download (+11 -4) diffs

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 history download (+1355 -406) diffs

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 history download (+0) new

./Source/VirtualTrees.res 173 history download

./Design/VirtualTreesReg.pas 173 history download (+1 -0) diffs

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 history download (+1947 -800) diffs

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 history download (+588 -251) diffs

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 history download (+64 -35) diffs

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 history download (+17 -11) diffs

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 history download (+676 -308) diffs

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 history download (+41) new

./Delphi/VirtualTreesD12D.dpk 165 history download (+38) new

./Delphi/VirtualTreesD12.dpk 165 history download (+40) new

./Delphi/VirtualTreesD11D.dpk 165 history download (+38) new

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 history download (+7 -2) diffs

./Source/VTHeaderPopup.pas 164 history download (+5 -0) diffs

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 history download (+64 -38) diffs

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 history download (+170 -85) diffs

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 history download (+5 -4) diffs

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 history download (+110 -43) diffs

159 by Jim on 14 July 2008, 14:58:58 +0200 (19 months ago) July 14, 2008

  - Clean out folder

./Delphi/VirtualTreesD12D.res 159 history deleted

./Delphi/VirtualTreesD12.res 159 history deleted

./Delphi/VirtualTreesD12D.dpk 159 history deleted

./Delphi/VirtualTreesD12.dpk 159 history deleted

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 history download (+8 -0) diffs

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 history download (+5 -0) diffs

./Delphi/VirtualTreesD12D.res 157 history download (+0) new

./Delphi/VirtualTreesD12.res 157 history download (+0) new

./Source/VirtualTrees.pas 157 history download (+8 -8) diffs

./Source/VTAccessibilityFactory.pas 157 history download (+5 -0) diffs

… 3 more files in changeset.
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 history download (+7 -1) diffs

./Source/VirtualTrees.pas 156 history download (+244 -189) diffs

./Source/VTAccessibilityFactory.pas 156 history download (+17 -5) diffs

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 history download (+182 -26) diffs

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 history download (+106 -29) diffs

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 history download (+43 -24) diffs

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 history download (+90 -30) diffs

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 history download (+34 -3) diffs

earlier earlier | later later
Open Source License registered to the www.soft-gems.net Project. This license of FishEye is provided to support the development of www.soft-gems.net only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-307 2008-07-31 ) - Administration - Page generated 2010-03-12 20:28 +0100