Commit graph

10 commits

Author SHA1 Message Date
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
cobines
5898567558 ADD: VTV: Possibility for descendant class to say whether scrolling can occur. 2012-05-06 07:48:48 +00:00
cobines
b25543f220 FIX: VTV: Move WMKeyDown to protected section so that it can be called via inherited from descendant class. Also fix range check error. 2012-05-05 15:16:46 +00:00
cobines
bdb3520767 FIX: VTV: Checking mouse position when autoscrolling. 2012-05-05 15:11:08 +00:00
cobines
3c36792398 FIX: VTV: Usage of save/restore canvas state (fixes drawing header on QT). 2012-04-30 15:18:09 +00:00
cobines
d8c9c8b215 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
cobines
a0fcfe0f15 FIX: Don't report first node when position indicates header. 2012-04-26 04:51:50 +00:00
cobines
02760d2249 FIX: Crash when moving mouse while tab is being closed. 2012-03-16 19:15:56 +00:00
cobines
43f0f44f30 FIX: Grid jumping horizontally. 2012-03-13 22:58:47 +00:00
cobines
1bf0d33905 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