Commit graph

192 commits

Author SHA1 Message Date
cobines
301acf4119 UPD: Convert attributes as a number in search template from INI file. 2012-05-10 18:57:28 +00:00
cobines
7079d654b7 UPD: Allow deleting items from some combo boxes with Shift+Delete. Issue [0000165]. 2012-05-09 08:57:29 +00:00
cobines
13e7529c7a FIX: Building on Unix. 2012-05-07 10:34:33 +00:00
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
Alexander Koblov
7aac4b973b ADD: SystemEncodingUtf8 variable 2012-05-06 14:44:59 +00:00
Alexander Koblov
4e3a9f86ac ADD: CeRawToUtf8 function 2012-05-06 12:54:47 +00:00
Alexander Koblov
01132e1c55 ADD: Additional converting functions, 'Ce' prefix to functions names to distinguish from another units 2012-05-06 10:29:11 +00:00
cobines
6dbe89feae UPD: Rename VirtualTreeView package so that it is clear that it is not the original. 2012-05-06 08:08:28 +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
Alexander Koblov
c873ea0f42 FIX: Crash if explorer.exe is not running 2012-04-21 08:31:19 +00:00
cobines
257a5b6deb UPD: Few optimizations with setting Result of function. 2012-04-20 12:34:19 +00:00
cobines
a32d3d70c4 UPD: Move function that doesn't add node when value is default to XmlConfig. 2012-04-20 12:19:04 +00:00
Alexander Koblov
b73b60a506 FIX: Building on MacOS X. 2012-04-20 05:41:30 +00:00
cobines
cbd92ed5ed FIX: Building on MacOS X. 2012-04-20 04:42:56 +00:00
cobines
84045f2995 UPD: Allow drag&drop toolbar buttons between different toolbars when editing submenus in Options. 2012-04-17 14:07:45 +00:00
cobines
3ecdf97991 FIX: Building on Unix. 2012-04-16 01:04:15 +00:00
cobines
9e3fe62cbe UPD: Make copying attributes, date/time, ownership optional for Copy operation. 2012-04-15 12:55:13 +00:00
Alexander Koblov
c327939385 FIX: Compilation under Linux 2012-04-14 19:37:30 +00:00
cobines
fd6610389a FIX: Wrong variable used in DateTimeToUnixFileTime on Windows. 2012-04-14 12:38:56 +00:00
cobines
b8a4a45448 UPD: Cache time zone bias on Windows. 2012-04-14 12:36:17 +00:00
cobines
604fd03bfc UPD: Move encoding converting functions to doublecmd_common package. 2012-04-14 12:16:26 +00:00
cobines
b91c9f8a1d UPD: Move date/time functions and file attribute functions to doublecmd_common package. 2012-04-14 12:11:39 +00:00
cobines
19e6bf2a9f FIX: Display tool button menu under the button not under the toolbar in case the toolbar has multiple lines. 2012-04-12 12:11:49 +00:00
cobines
9ebbfccf78 UPD: Creating menu toolbar buttons. 2012-04-12 12:08:14 +00:00
cobines
87594e7799 UPD: Don't store hotkeys for toolbar because they can be retrieved from hotkey manager. 2012-04-11 06:40:25 +00:00
cobines
25e3d34956 UPD: Show also conflicts for hotkeys for the same command but with different parameters. 2012-04-11 02:13:19 +00:00
cobines
d134709a8d UPD: Remove unneeded definitions of TDynamicStringArray. 2012-04-11 00:58:55 +00:00
cobines
7c8616c263 UPD: Up requirement for KASComp package. 2012-04-10 08:37:05 +00:00
cobines
74a82c8d63 FIX: Typo in build script. 2012-04-10 08:15:46 +00:00
cobines
6cf900a8f4 UPD: Move most of toolbar editor into an Options page. 2012-04-10 07:45:18 +00:00
cobines
2e29d5849b UPD: Toolbar: Apply Flat and GroupIndex properties also to separator buttons. 2012-04-10 01:44:40 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
43d91daa56 UPD: Store toolbar buttons configuration inside doublecmd.xml. 2012-04-08 08:01:10 +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
cobines
800620f317 UPD: Use dcpcrypt and chsdet as packages. 2012-03-11 13:18:07 +00:00
cobines
563c8fe354 FIX: Bug [0000345] Copying text from the viewer adds a 00 character to the end of the copied text. 2012-03-11 12:15:25 +00:00
cobines
26098f8bce DEL: Remove not needed Clipboard.Clear. Clibpoard.SetAsText already calls Clear. 2012-03-10 14:57:25 +00:00
cobines
4925060281 FIX: Move to next control when pressing TAB. 2012-03-06 13:39:10 +00:00
Alexander Koblov
e658cfd910 ADD: Feature [0000172] "Filename/directory competition" 2012-02-11 10:01:16 +00:00
Alexander Koblov
f7c0c95696 ADD: Feature [0000172] "Filename/directory competition" 2012-02-08 17:50:38 +00:00
Alexander Koblov
0c1878ecfe ADD: KASPathEdit component with path auto complete function 2012-02-08 16:03:39 +00:00
Alexander Koblov
8b73f0c8ad ADD: Show hotkeys for kasbarmenu (patch by Rustem) 2012-02-05 13:11:05 +00:00
Alexander Koblov
18bbf79534 UPD: Take horizontal scrollbar into account when get text height 2012-01-15 19:07:54 +00:00