Commit graph

5,795 commits

Author SHA1 Message Date
cordylus
926fbf7866 UPD: Refactor out exception raising from thumbnail selection code to simplify debugging and reduce overhead 2019-07-08 15:04:17 +00:00
cordylus
56182b3e62 FIX: Bug [0001640] Switching to an empty drive says "No files" in the status bar, yet shows details of the last file that was under cursor 2019-07-07 18:57:40 +00:00
Alexander Koblov
275e27ce2d ADD: Edit button on middle toolbar 2019-07-07 11:48:08 +00:00
Alexander Koblov
17efb38f30 FIX: Bug [0002315] Program cannot start - it is throwing an error 2019-07-07 11:14:22 +00:00
Alexander Koblov
97addc81d3 FIX: Load toolbars 2019-07-07 10:57:54 +00:00
Alexander Koblov
2c7ffca55d ADD: Enable middle toolbar context menu and drag&drop 2019-07-07 10:25:17 +00:00
Alexander Koblov
835f7282dd ADD: Save middle toolbar options 2019-07-07 09:52:11 +00:00
Alexander Koblov
9dd65625c5 DEL: Unneeded file 2019-07-07 09:37:53 +00:00
Alexander Koblov
0d0b5e6c18 ADD: Middle toolbar configuration page 2019-07-07 09:23:01 +00:00
Alexander Koblov
83cfbc2bfb FIX: FsStatusInfo - wrong path 2019-06-30 08:58:45 +00:00
cordylus
721bb065d1 FIX: cm_TransferLeft and cm_TransferRight caused discrepancy between the visually active panel and the panel that accepts keyboard input if the target inactive panel was filtered, due to filter change event when disabling filter in AfterChangePath 2019-06-29 14:22:39 +00:00
Alexander Koblov
696c01e61b ADD: Lua - SysUtils.CreateDirectory function 2019-06-29 11:20:50 +00:00
cordylus
4555b89e88 FIX: Bug [0001982] File Search with Brief View Navigation style Causes Issues with Selecting Files 2019-06-29 01:14:54 +00:00
cordylus
e2450b0438 FIX: Bug [0002153] Don't reset filter when changing view #2 2019-06-29 00:11:31 +00:00
Alexander Koblov
b630e042eb FIX: Find text with default encoding #2 2019-06-26 17:34:55 +00:00
cordylus
50dda48fd0 FIX: Combine operation ignored last line in crc file if it didn't end with newline 2019-06-25 22:51:34 +00:00
cordylus
dac5142737 FIX: Bug [0001843] Text thumbnails do not display the last line of text 2019-06-25 22:33:22 +00:00
Alexander Koblov
dfb175582c FIX: Find text with default encoding 2019-06-25 19:38:25 +00:00
cordylus
7a554ed359 FIX: Lost active panel highlight when changing view from quick search after previous commit 2019-06-25 10:31:02 +00:00
cordylus
12d3ebae67 FIX: Bug [0002153] Don't reset filter when changing view
UPD: Quick search/filter is now cloned with FileView (currently used e.g. in Target = Source)
2019-06-24 21:23:51 +00:00
cordylus
39b3264dfc UPD: Accept hotkey modifiers in any order in filter in options 2019-06-23 16:54:25 +00:00
cordylus
0d27027975 ADD: Feature [0002074] Add an option to filter hotkeys using the name of the keys 2019-06-23 02:58:11 +00:00
cordylus
3b91617d05 FIX: Bug [0002085] File selection with "INSERT" not working on filtered list 2019-06-23 00:27:12 +00:00
Alexander Koblov
51797f8c25 DEL: Duplicate option 2019-06-22 12:32:05 +00:00
Alexander Koblov
9f4ac492a8 UPD: Sync dirs - don't save asymmetric mode by default 2019-06-22 12:18:51 +00:00
Alexander Koblov
2d07eb80e2 UPD: Middle toolbar - load before resize 2019-06-22 09:12:39 +00:00
Alexander Koblov
44aded6668 ADD: Middle toolbar - initial implementation 2019-06-22 09:00:11 +00:00
Alexander Koblov
52498c9f90 ADD: Print setup dialog - use one decimal point 2019-06-20 19:09:24 +00:00
Alexander Koblov
1b753023f0 ADD: Print setup dialog - close by escape key 2019-06-20 18:37:29 +00:00
cordylus
e3d79d1454 FIX: Bug [0002307] 2019-06-19 22:04:56 +00:00
Alexander Koblov
9f479a0155 ADD: Viewer - enable printing from plugins 2019-06-18 18:47:13 +00:00
cordylus
f9097bec94 FIX: Tab order in options 2019-06-17 23:40:40 +00:00
Alexander Koblov
846b2c25ac FIX: Revert 8876 partially 2019-06-17 18:37:32 +00:00
cordylus
790bdb8537 FIX: Exception when closing quick search panel using mouse after revision 8891 2019-06-17 16:32:45 +00:00
cordylus
3f2bf9bcfd FIX: Quick search moved to the next or previous result with every configuration button click if there was a manual move before the click 2019-06-17 16:05:32 +00:00
cordylus
7f5ddeeb62 FIX: Quick search moved to the next or previous result with every filter button click if there was a manual move before the click 2019-06-17 02:26:09 +00:00
cordylus
87edb410c0 FIX: Prevent quick search buttons from capturing focus on mouse click 2019-06-17 02:06:11 +00:00
cordylus
03ea6ae8c0 UPD: Show confirmation dialog after drag&drop by default 2019-06-16 22:24:36 +00:00
cordylus
2cf81a061b FIX: Quick search moved to the next or previous result with every change of search text if there was a manual move before the edit 2019-06-16 19:54:02 +00:00
cordylus
d8e008077c ADD: Multi-Caret mode in editor (includes column editing) 2019-06-16 15:52:34 +00:00
cordylus
a1485d5c06 ADD: Enter column selection mode with Alt key 2019-06-16 14:45:17 +00:00
cordylus
f0d3ef680d FIX: Copying in column mode in editor 2019-06-16 14:40:34 +00:00
Alexander Koblov
4851274808 DEL: Obsolete code 2019-06-16 10:29:07 +00:00
Alexander Koblov
20760a0705 FIX: Build under Windows, memory leak 2019-06-15 15:18:14 +00:00
Alexander Koblov
c8b074cde0 ADD: Load tray icon from icon theme 2019-06-15 12:32:58 +00:00
Alexander Koblov
091ac7b6d3 ADD: Load application icon from icon theme 2019-06-15 12:09:53 +00:00
Alexander Koblov
be08b613c4 UPD: Use DCStringHashListUtf8 unit 2019-06-10 18:07:40 +00:00
Alexander Koblov
adca44988f FIX: Bug [0002054] Multi Rename Tool not working for "repeating" filenames #2 2019-06-09 20:26:05 +00:00
Alexander Koblov
95c03fc8a7 ADD: Show first difference when auto compare enabled 2019-06-08 12:09:58 +00:00
Alexander Koblov
c7147b1d69 FIX: Bug [0001097] Show thumbnails loses Custom Columns 2019-06-08 10:55:45 +00:00