doublecmd/components/virtualtreeview
cobines 07d6f92ccc UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors.
FIX: VTV: Scrolling after drag&drop on QT did not work.
UPD: VTV: Implement mapping rectangle screen to client and vice versa to fix checking if mouse pointer is in control when scrolling.
2012-05-06 17:05:38 +00:00
..
include/intf ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
units UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors. 2012-05-06 17:05:38 +00:00
doublecmd.diff UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors. 2012-05-06 17:05:38 +00:00
ideicons.lrs ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
lclconstants.inc ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
lclfunctions.inc ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
readme.txt ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
registervirtualtreeview.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
virtualtrees.lrs ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
VirtualTrees.pas UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors. 2012-05-06 17:05:38 +00:00
virtualtreeview_package.lpk UPD: Rename VirtualTreeView package so that it is clear that it is not the original. 2012-05-06 08:08:28 +00:00
virtualtreeview_package.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
virtualtreeview_package_doublecmd.lpk UPD: Remove not used functions or functions that already have implementations in LCL from LCLExtensions. Fix some types to fix range check errors. 2012-05-06 17:05:38 +00:00
virtualtreeview_package_doublecmd.pas UPD: Rename VirtualTreeView package so that it is clear that it is not the original. 2012-05-06 08:08:28 +00:00
VTAccessibility.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
VTAccessibilityFactory.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
VTConfig.inc UPD: VTV: Merge some changes from trunk and from patch at http://bugs.freepascal.org/view.php?id=21216 to allow building for 64bit. 2012-04-30 15:12:12 +00:00
VTGraphics.pas UPD: VTV: Merge some changes from trunk and from patch at http://bugs.freepascal.org/view.php?id=21216 to allow building for 64bit. 2012-04-30 15:12:12 +00:00
VTHeaderPopup.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
vtlogger.pas ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00

Virtual Tree View from Lazarus CCR
https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/virtualtreeview-new/branches/4.8
Rev. 2200

Some modifications done for Double Commander (see doublecmd.diff).