doublecmd/src
2012-03-14 20:21:52 +00:00
..
frames UPD: Use same font as in Editor in highlighters preview 2012-03-14 04:52:03 +00:00
newdesign ADD: Scroll grid horizontally with left, right arrow keys when LynxLike mode is disabled. 2012-03-13 23:43:44 +00:00
platform FIX: Don't store pointers to temporary variables for later usage. Temp variables might be destroyed before the code in the next source line is executed. 2012-03-12 15:17:01 +00:00
_getsvnrev.cmd FIX: Get revision number when create packages 2010-01-10 14:02:33 +00:00
dcrevision.inc UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
dmcommondata.lfm UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
dmcommondata.pas UPD: Use FPC resources for forms 2011-02-01 18:25:55 +00:00
dmhelpmanager.lfm UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
dmhelpmanager.pas UPD: Use FPC resources for forms 2011-02-01 18:25:55 +00:00
dmhigh.lfm FIX: Bug [0000382] Default highlighting 2012-03-14 04:39:23 +00:00
dmhigh.pas FIX: Save converted highlighters file immediately after the import 2012-03-14 05:05:32 +00:00
doublecmd.ico UPD: Use new icon also in trunk 2010-01-15 11:26:14 +00:00
doublecmd.lpi UPD: Use dcpcrypt and chsdet as packages. 2012-03-11 13:18:07 +00:00
doublecmd.lpr FIX: Don't update format settings when they change. 2012-03-11 18:27:34 +00:00
extractdwrflnfo.lpr line extract tools 2009-11-10 06:46:52 +00:00
fAbout.lfm FIX: Bug [0000260] 2012-03-10 10:45:32 +00:00
fAbout.lrt ADD: Display version and build in the main window caption. Add button to copy info from about dialog to clipboard. Patch from xeningem. 2011-09-30 19:36:24 +00:00
fAbout.pas ADD: Add Dmytro Zheludko (Fuhrer) to contributors list. 2012-03-05 13:10:25 +00:00
fattributesedit.lfm UPD: Transition to clDefault. 2011-01-03 00:49:36 +00:00
fattributesedit.lrt ADD: Editor for attributes in Find Files dialog. 2010-04-08 19:53:41 +00:00
fattributesedit.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fchecksumcalc.lfm ADD: Patch [0000264] with modifications 2012-03-10 10:54:47 +00:00
fchecksumcalc.lrt ADD: HAVAL, RIPEMD and TIGER hash algorithms support 2011-10-26 16:57:45 +00:00
fchecksumcalc.pas ADD: HAVAL, RIPEMD and TIGER hash algorithms support 2011-10-26 16:57:45 +00:00
fchecksumverify.lfm UPD: Show "Verify checksum" dialog as non-modal 2011-11-26 10:52:27 +00:00
fchecksumverify.lrt ADD: Some code for Feature Request [2795936] Calculate and verify check sum 2009-05-23 22:15:25 +00:00
fchecksumverify.pas UPD: Show "Verify checksum" dialog as non-modal 2011-11-26 10:52:27 +00:00
fcolumnssetconf.lfm UPD: Move SetColorInColorBox to udcutils 2011-04-12 14:56:11 +00:00
fcolumnssetconf.lrt UPD: Language files 2010-02-24 21:06:04 +00:00
fcolumnssetconf.pas FIX: Update files views when columns sets change, bug [0000339]. 2012-03-11 02:55:48 +00:00
fconfigtoolbar.lfm FIX: Enable/Disable hotkey edit (patch by Fuhrer) 2011-04-29 03:38:49 +00:00
fconfigtoolbar.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fconfigtoolbar.pas UPD: Allow retrieving short and long caption of a command separately (action caption and hint respectively). 2011-11-01 23:01:43 +00:00
fconnectionmanager.lfm FIX: "Connection manager" form 2010-05-24 21:51:31 +00:00
fconnectionmanager.lrt ADD: Network connection manager 2010-05-22 13:38:15 +00:00
fconnectionmanager.pas UPD: Revert WFX API changes, it is need to create new universal plugin type for such things 2010-07-12 04:33:28 +00:00
fcopymovedlg.lfm UPD: Copy/Move dialog: remove the start method arrow menu in favour of a separate queue button (patch by Fuhrer). Add default hotkey F2. 2012-03-06 12:12:21 +00:00
fcopymovedlg.lrt UPD: Copy/Move dialog: remove the start method arrow menu in favour of a separate queue button (patch by Fuhrer). Add default hotkey F2. 2012-03-06 12:12:21 +00:00
fcopymovedlg.pas UPD: Workarounds for keys and mouse clicks after drag&drop not needed anymore, bugs were fixed in Lazarus 0.9.31. 2012-03-06 20:51:56 +00:00
fdescredit.lfm UPD: Disable minimize button in some modal dialogs 2012-03-13 16:13:13 +00:00
fdescredit.lrt UPD: Use csDropDownList style for encoding combobox 2009-07-06 19:52:06 +00:00
fdescredit.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fdialogbox.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
fdiffer.lfm FIX: "Copy block left/right" when set cursor position manually 2011-07-04 10:49:56 +00:00
fdiffer.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fdiffer.pas FIX: "Copy block left/right" when set cursor position manually 2011-07-04 10:49:56 +00:00
feditor.lfm FIX: Saving text in editor shouldn't move cursor to first line (bug [0000296]) 2012-01-06 13:27:36 +00:00
feditor.lrt FIX: Saving text in editor shouldn't move cursor to first line (bug [0000296]) 2012-01-06 13:27:36 +00:00
feditor.pas ADD: Feature [0000354] "Redesign internal editor configuration dialog" 2012-03-10 08:23:04 +00:00
feditsearch.lfm FIX: Bug [3415942] "Editor->Search&Replace field order is bad..." 2011-09-30 13:10:45 +00:00
feditsearch.lrt FIX: Bug [3415942] "Editor->Search&Replace field order is bad..." 2011-09-30 13:10:45 +00:00
feditsearch.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fextractdlg.lfm ADD: Options "ExtractWithoutPath" and "FileExists" to extract operations 2011-03-29 16:34:00 +00:00
fextractdlg.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fextractdlg.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
ffileassoc.lfm UPD: Add quotes when file name has spaces 2011-08-05 17:32:30 +00:00
ffileassoc.lrt UPD: Allow using icons from executables (Windows) and MIME types in file associations icons, support env. variables. 2011-06-05 01:00:41 +00:00
ffileassoc.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
ffileexecuteyourself.lfm UPD: Make window waiting for finishing executing show up in taskbar. 2011-03-24 21:43:39 +00:00
ffileexecuteyourself.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
ffileexecuteyourself.pas UPD: Make window waiting for finishing executing show up in taskbar. 2011-03-24 21:43:39 +00:00
fFileOpDlg.lfm DEL: Not needed text in some controls. 2012-03-10 19:23:06 +00:00
fFileOpDlg.lrt DEL: Not needed text in some controls. 2012-03-10 19:23:06 +00:00
fFileOpDlg.pas UPD: better autosize and tab support 2012-01-02 17:32:05 +00:00
ffileproperties.lfm UPD: Improve interface of File Properties. 2011-12-10 02:28:08 +00:00
ffileproperties.lrt UPD: Improve interface of File Properties. 2011-12-10 02:28:08 +00:00
ffileproperties.pas FIX: Bug [0000298] Don't always reload file list after Show File Properties. 2012-03-06 20:47:28 +00:00
fFindDlg.lfm UPD: small UI updates 2012-01-02 20:19:59 +00:00
fFindDlg.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fFindDlg.pas FIX: Bug [0000262] 2012-03-10 10:38:48 +00:00
ffindview.lfm UPD: Transition to clDefault. 2011-01-03 00:49:36 +00:00
ffindview.lrt UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
ffindview.pas UPD: Change using DebugLn to thread-safe DCDebug. 2011-03-30 20:02:16 +00:00
fhackform.lfm UPD: Restore workaround with fhackform 2011-01-14 09:20:54 +00:00
fhackform.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fhardlink.lfm UPD: Change link descriptions (fixes [3002680]), move symbolic link before hard link in menu, since it is more often used. 2011-02-03 02:39:17 +00:00
fhardlink.lrt UPD: Change link descriptions (fixes [3002680]), move symbolic link before hard link in menu, since it is more often used. 2011-02-03 02:39:17 +00:00
fhardlink.pas FIX: Using relative paths in create symlink, hardlink. 2011-03-09 00:53:12 +00:00
fhotdir.lfm FIX: Bug [0000343] Directory Hotlist window is not closed by Esc button. 2012-03-06 12:43:14 +00:00
fhotdir.lrt UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
fhotdir.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
flinker.lfm UPD: Disable minimize button in file linker dialog 2012-03-13 16:03:03 +00:00
flinker.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
flinker.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
fmain.lfm FIX: Showing selected drive at startup (bug [0000360]). 2012-03-10 15:45:08 +00:00
fmain.lrt ADD: Compare Directories command 2012-02-04 13:45:27 +00:00
fmain.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
fmaskinputdlg.lfm UPD: Autosize controls in mask input form. 2011-03-21 05:06:04 +00:00
fmaskinputdlg.lrt ADD: Define search template from input mask dialog 2010-11-06 08:51:00 +00:00
fmaskinputdlg.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fmkdir.lfm UPD: small UI updates 2012-01-02 17:54:16 +00:00
fmkdir.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fmkdir.pas UPD: small UI updates 2012-01-02 17:54:16 +00:00
fmodview.lfm UPD: Transition to clDefault. 2011-01-03 00:49:36 +00:00
fmodview.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fmodview.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fMsg.lfm UPD: Transition to clDefault. 2011-01-03 00:49:36 +00:00
fMsg.pas UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
fmultirename.lfm UPD: Language files. 2011-11-01 19:50:50 +00:00
fmultirename.lrt UPD: Language files. 2011-11-01 19:50:50 +00:00
fmultirename.pas FIX: "Illegal character in format string" exception 2012-03-03 11:35:17 +00:00
foptions.lfm FIX: Tab-order in options dialog. 2011-12-07 10:21:08 +00:00
foptions.lrt UPD: Show "Options" dialog as non-modal 2011-11-26 11:04:55 +00:00
foptions.pas ADD: Ask for adding hotkey with Shift for cm_Delete for reversing "delete to trash" setting (issue [0000241]). 2012-01-05 21:44:02 +00:00
fpackdlg.lfm ADD: "Put in the TAR archive first" option to pack files dialog 2011-06-28 10:00:33 +00:00
fpackdlg.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fpackdlg.pas ADD: Ask to repeat the password when packing (patch by Holger Segler with small modifications) 2011-11-13 09:35:07 +00:00
fpackinfodlg.lfm FIX: Pack info dialog sometimes disappearing immediately when shown after Enter pressed (GTK2). 2012-03-14 20:21:52 +00:00
fpackinfodlg.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fpackinfodlg.pas FIX: Pack info dialog sometimes disappearing immediately when shown after Enter pressed (GTK2). 2012-03-14 20:21:52 +00:00
fpc-extra.cfg FIX: Cross compiling to 64 bit under Linux 2011-12-17 08:58:54 +00:00
fselecttextrange.lfm FIX: Change Russian text to English. Remove unneccessary language value in viewer dialog. 2011-09-15 11:12:18 +00:00
fselecttextrange.lrt FIX: Change Russian text to English. Remove unneccessary language value in viewer dialog. 2011-09-15 11:12:18 +00:00
fselecttextrange.pas ADD: Feature Request [3404185] 2011-09-06 03:34:15 +00:00
fsetfileproperties.lfm FIX: Don't allow "grayed" state for check boxes in "Set attributes dialog", because FileSourceSetFilePropertyOperation don't supports it 2011-08-05 13:50:44 +00:00
fsetfileproperties.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fsetfileproperties.pas FIX: Reset file time to '01-01-1970' when change attributes of multiply files 2012-01-14 11:09:10 +00:00
fsplitter.lfm UPD: Patch [0000261] by denis230 with small modification 2012-03-13 15:55:13 +00:00
fsplitter.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
fsplitter.pas UPD: Patch [0000261] by denis230 with small modification 2012-03-13 15:55:13 +00:00
fsymlink.lfm UPD: Change link descriptions (fixes [3002680]), move symbolic link before hard link in menu, since it is more often used. 2011-02-03 02:39:17 +00:00
fsymlink.lrt UPD: Change link descriptions (fixes [3002680]), move symbolic link before hard link in menu, since it is more often used. 2011-02-03 02:39:17 +00:00
fsymlink.pas FIX: Using relative paths in create symlink, hardlink. 2011-03-09 00:53:12 +00:00
ftweakplugin.lfm FIX: Packer plugins flags change 2011-06-25 16:31:05 +00:00
ftweakplugin.lrt UPD: Regenerate LRT and languages files with Lazarus trunk. 2011-07-15 00:04:10 +00:00
ftweakplugin.pas FIX: Packer plugins flags change 2011-06-25 16:31:05 +00:00
fviewer.lfm DEL: Not needed text in some controls. 2012-03-10 19:23:06 +00:00
fviewer.lrt DEL: Not needed text in some controls. 2012-03-10 19:23:06 +00:00
fviewer.pas ADD: Some actions for hotkeys in Viewer (patch by Rustem with modifications) 2011-12-31 11:35:12 +00:00
ubinarycompare.pas UPD: Differ tool 2010-05-01 22:07:57 +00:00
uclassesex.pas UPD: Support share mode in mbFileCreate. 2011-06-07 14:41:23 +00:00
ucmdlineparams.pas ADD: Command line parameter "--no-console" to hide debug console window 2011-04-26 03:37:29 +00:00
uColorExt.pas ADD: Rearrange items by Drag&Drop in "File Types Colors" list, optimizations (patch by vitaliyg) 2011-12-01 06:46:19 +00:00
ucolumns.pas FIX: Update files views when columns sets change, bug [0000339]. 2012-03-11 02:55:48 +00:00
uconnectionmanager.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
uconvencoding.pas FIX: Bug [0000302] "Garbage in Editor when open zero size file" 2012-01-14 10:40:06 +00:00
ucryptproc.pas ADD: Patch [0000247] "Small updates to wfxplugin" (by vitaliyg) 2011-12-01 07:36:49 +00:00
udcutils.pas ADD: Case sensitive sorting with first upper case then lower case (issue [0000085]). 2012-01-08 17:13:07 +00:00
udebug.pas FIX: Compiling with Lazarus trunk. 2012-03-08 01:31:20 +00:00
udescr.pas FIX: Process comments when file name contains a space 2011-07-09 12:38:05 +00:00
udetectstr.pas UPD: Change using DebugLn to thread-safe DCDebug. 2011-03-30 20:02:16 +00:00
udiff.pas ADD: Start to implement new compare files tool 2010-05-01 20:27:59 +00:00
udrive.pas ADD: Show special icon for removable usb drives 2012-02-12 08:04:01 +00:00
udriveslist.pas ADD: Make drives list button options page. Add options to show/hide columns in the drives list. 2011-10-08 16:28:15 +00:00
udsxmodule.pas FIX: Don't plugins with FPC < 2.5. 2011-06-07 23:13:28 +00:00
uexceptions.pas UPD: Improve support for non-UTF-8 locale on Unix (bug [0000037]). 2011-11-05 20:17:16 +00:00
uexts.pas UPD: Improve support for non-UTF-8 locale on Unix (bug [0000037]). 2011-11-05 20:17:16 +00:00
ufilefunctions.pas DEL: Not needed check. 2012-03-11 21:43:57 +00:00
ufileprocs.pas FIX: Preserve date/time of directories when copying/moving. 2011-05-16 22:32:02 +00:00
ufilesorting.pas FIX: Crash when inserting files into an empty filelist (bug [0000362]). 2012-03-13 12:56:45 +00:00
ufileviewnotebook.pas FIX: Recalculate notebook size after changing caption with Multiline tabs, bug [0000213]. 2011-10-27 22:32:30 +00:00
ufindfiles.pas UPD: Use ZVDateTimePicker in find files dialog, redesign interface (patch by Fuhrer with some changes) 2011-03-05 12:32:20 +00:00
ufindmmap.pas UPD: Several updates to viewer: 2009-12-02 11:53:43 +00:00
ufindthread.pas FIX: Close "Find file" dialog by Alt+F4 2011-11-09 18:51:44 +00:00
uformcommands.pas ADD: Comment how to set up a form for HotkeyManager. 2012-03-06 12:16:29 +00:00
uglobs.pas UPD: Optionally use previous behaviour of renaming file; by default use shell to rename from Vista up (for UAC). 2012-03-13 16:47:26 +00:00
uGlobsPaths.pas ADD: Feature [0000338] "Set COMMANDER_DRIVE environment variable" 2012-02-14 04:46:21 +00:00
uhash.pas ADD: SFV checksum support 2011-12-02 17:29:21 +00:00
uhighlighterprocs.pas UPD: Move all units to "src" subdirectory 2009-04-20 06:39:38 +00:00
uhotkeymanager.pas ADD: Show shortcut on the Add to queue button. 2012-03-06 12:26:20 +00:00
ulng.pas UPD: Display a different message if no files have been loaded. 2012-03-13 04:17:09 +00:00
ulog.pas FIX: Ensure Log splitter is not slipping under log window 2012-03-04 22:44:55 +00:00
umaincommands.pas FIX: Bug [0000298] Don't always reload file list after Show File Properties. 2012-03-06 20:47:28 +00:00
umasks.pas ADD: Patch "New quick search/filter" [3405463] from bbtruk. 2011-09-22 11:48:59 +00:00
umultiarc.pas FIX: Auto configure archiver when used envioriement variable 2012-01-15 17:00:12 +00:00
un_lineinfo.pp FIX: Building with FPC trunk. 2011-02-20 09:44:59 +00:00
un_process.pas ADD: OnQueryString event 2011-03-19 17:43:28 +00:00
un_xtrctdwrflnfo.pp FIX: Extracting Dwarf debug line info from Win64 PE+ files. 2010-03-03 11:34:32 +00:00
uparitercontrols.pas UPD: Cleanup. 2011-11-06 04:33:41 +00:00
upathlabel.pas UPD: Center path label vertically (patch [3403238] with some modifications). 2011-09-03 21:40:43 +00:00
uquickviewpanel.pas UPD: Rename functions returning copies of files for clarity. 2011-03-25 06:15:52 +00:00
uresample.pas FIX: Building with FPC trunk. 2011-01-13 05:54:10 +00:00
usearchtemplate.pas UPD: Use ZVDateTimePicker in find files dialog, redesign interface (patch by Fuhrer with some changes) 2011-03-05 12:32:20 +00:00
ushellexecute.pas ADD: Support tilde ~ (home directory) in path parameters (feature request [3228603]). 2011-09-27 16:23:03 +00:00
ushowform.pas UPD: Change some functions to procedures because result isn't needed. 2011-12-08 13:43:28 +00:00
uShowMsg.pas UPD: Disable minimize button in some modal dialogs 2012-03-13 16:13:13 +00:00
usyndiffcontrols.pas FIX: Some fixes for Mac OS X 2012-01-15 14:05:26 +00:00
usyneditfiler.pas FIX: Saving text in editor shouldn't move cursor to first line (bug [0000296]) 2012-01-06 13:27:36 +00:00
uthumbnails.pas UPD: Allow using icons from executables (Windows) and MIME types in file associations icons, support env. variables. 2011-06-05 01:00:41 +00:00
utranslator.pas UPD: Change using DebugLn to thread-safe DCDebug. 2011-03-30 20:02:16 +00:00
utypes.pas ADD: Case sensitive sorting with first upper case then lower case (issue [0000085]). 2012-01-08 17:13:07 +00:00
uvfsmodule.pas FIX: Don't add new FileSource if current as same 2011-11-13 09:03:47 +00:00
uwcxmodule.pas FIX: Use system encoding for DefaultIniName 2012-02-17 07:00:11 +00:00
uwcxprototypes.pas UPD: Use cdecl calling convention under UNIX'es 2011-08-13 12:56:31 +00:00
uwdxmodule.pas FIX: Use system encoding for DefaultIniName 2012-02-17 07:00:11 +00:00
uwdxprototypes.pas UPD: Use cdecl calling convention under UNIX'es 2011-08-13 12:56:31 +00:00
uwfxmodule.pas FIX: Use system encoding for DefaultIniName 2012-02-17 07:00:11 +00:00
uwfxprototypes.pas UPD: Use cdecl calling convention under UNIX'es 2011-08-13 12:56:31 +00:00
uwlxmodule.pas FIX: Use system encoding for DefaultIniName 2012-02-17 07:00:11 +00:00
uwlxprototypes.pas UPD: Use cdecl calling convention under UNIX'es 2011-08-13 12:56:31 +00:00
uxmlconfig.pas UPD: Added saving file view history for each tab (for filesystem only). Changed format of tab info in configuration, so that each file view and file source get their own config node. 2010-05-04 23:06:19 +00:00