Commit Graph

246 Commits

Author SHA1 Message Date
6ba1ac075c * Check FSelectionCount in CopyToClipboard
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1056 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 11:15:12 +00:00
0fb81de4d1 * Replace WideString by UnicodeString
* Don't type cast Pointer to ordinal in QuickSort

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1055 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 05:00:53 +00:00
8575e8a108 * Fix visibility of TVirtualTreeHintWindow.Paint
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1054 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 04:42:33 +00:00
d8a5912b7c * Use the native LCL methods to build bitmap mask in system check images
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1053 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 04:40:44 +00:00
287d58b230 * Removed unused code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1052 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 04:34:02 +00:00
bf720bd525 * Correctly position the header hint when bidimode is rtl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1051 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 03:51:58 +00:00
45b3bd78c7 * Make BorderStyle default to bsSingle
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1050 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-13 03:21:54 +00:00
0772af1ab7 * Fix crash in TBaseVirtualTree.FinishCutOrCopy
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1049 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 23:14:56 +00:00
0941527fd4 * Comment unused code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1048 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 21:59:23 +00:00
8bf4cb4e37 * Implement Copy to Clipboard on non windows widgetset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1047 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 21:58:55 +00:00
db29d2cbfb * Fix compilation under fpc 2.24 and under unix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1046 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 21:19:16 +00:00
a8f48f3906 * Fix WrapString
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1045 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 21:01:20 +00:00
00fcff257a * Add ContentToText and ContentToUnicode for backward compatibility
* Advanced demo: fix compilation and add ability to save as UTF-8

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1044 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 20:21:04 +00:00
f5021d5d6a * Properly handle unicode in ContentTo* methods
* Refactor ContentTo* methods to use UTF-8 as the base encoding

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1043 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-12 16:26:43 +00:00
fba3d9bd52 * Remove ContentTp* overloads to avoid infinite loop
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1038 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-08 15:33:04 +00:00
48521cb82f * Use VTVDragManager instead of Controls.DragManager in DragAndDrop
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1037 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-08 15:21:39 +00:00
6f6aee59f0 * Use {$packset 1} so sets can be of 1 or 2 bytes (by Juha Manninen)
* Change TVirtualNode to record instead of a packed record. Remove dummy padding field

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1036 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-08 15:13:52 +00:00
822745d0fc * Create branches and trunk directories
* Move files to trunk

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1035 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-08 14:04:26 +00:00
364c1f0c79 * Fix Hint Position according to bidimode and control bounds
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1034 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-12-08 13:36:31 +00:00
1f8c09c225 * Use String instead of UTF8String like LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1019 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-11-23 20:23:30 +00:00
dd7b42db37 * Check for HandleAllocated in InvalidateColumn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-09 18:10:31 +00:00
5d096cb147 * Remove CanFocus. Use he inherited from TWincontrol instead
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@981 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-09 18:08:14 +00:00
37b177bf77 * Set BidiMode and Alignment properties of the HintWindow
* Remove unnecessary fields from TVTHintData record

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@980 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-09 17:57:49 +00:00
312447448c * Replace #13 by LineEnding in advanced demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@971 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-04 14:08:44 +00:00
1d9351d20e * Fixed crash when showing a hint without a associated node, e.g., Header hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@970 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-04 10:15:32 +00:00
20abbe612a * Set hint font according to hint type
* Remove not necessary hint code

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@969 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-04 10:10:10 +00:00
01b0cbec46 * Remove HintAnimation property and related code
* Remove HintAnimation references to demos

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@968 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-04 00:17:11 +00:00
e370cfcea2 * Set HintMaxWidth for multiline hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@967 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-10-02 20:58:38 +00:00
fd94d08b05 * Basic support for native hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@966 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-09-27 15:17:11 +00:00
0d0c4e4c5d * Fix GetHitTestInfoAt when the header is visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@917 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-07-18 18:40:36 +00:00
8b838af59f * Publish OnUTF8KeyPress
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-11 14:13:36 +00:00
6eb3432e9a * Fix compilation on non windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@831 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-09 02:24:48 +00:00
2eb02a2179 * Synchronize with main VTV repository up to svn rev 183
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@830 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-08 19:11:22 +00:00
48f19f547e * Synchronize with main VTV repository up to svn rev 181
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@829 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-08 18:32:59 +00:00
520d92a0ed * Fix InvalidateColumn when header is visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@803 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-16 17:50:29 +00:00
e2b84fd41a * Synchronize with main VTV repository up to svn rev 180
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@775 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-11 12:41:14 +00:00
71288d8d81 * Synchronize with main VTV repository up to svn rev 178
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@774 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-10 18:11:01 +00:00
ec85886930 * Synchronize with main VTV repository up to svn rev 175
* Change how check image is loaded to allow checkbox in header

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@773 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-04-10 10:28:24 +00:00
8be550999c * Remove obsolete functions used to migrate from old options and to handle the old stream header method
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@748 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-03-22 12:23:19 +00:00
3f728b5a6c * Use DrawEffect to paint disabled and selected images
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-19 01:27:15 +00:00
216770d05a * Dont invalidate the tree in TVTHeader.SetHeight during loading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-19 00:54:35 +00:00
10672ff117 * Fix compilation of vtbasic demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-19 00:40:21 +00:00
ba2ed59ae8 * Store Header.Columns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-15 16:43:33 +00:00
795438d20c * Fix compilation in unix
* Remove Ctl3d properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@701 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-02-08 17:52:22 +00:00
413d1f2258 * Synchronize with main VTV repository up to svn rev 172-173
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-01-28 02:01:16 +00:00
9294036813 * Rename virtualtreeview-unstable to virtualtreeview-new
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@674 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-01-25 13:45:09 +00:00