mc/src
Andrew Borodin 82b27ead4d Optimization of history load.
Formerly, each widget loaded its history self in its constructor.
Thus, history file was read as many times as many widgets with history
are in dialog.

Now all widget histories are read from ${XDG_CACHE_HOME}/mc/history
file at one time after dialog initialization.

The ev_history_load_save_t event is apllied to load  histories.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2011-06-21 16:13:10 +04:00
..
consaver Fix of terminal resize handling 2011-04-13 13:37:46 +04:00
diffviewer Fix of DLG_ACTION handling in diff viewer. 2011-03-30 16:17:16 +04:00
editor WEdit::num_widget_lines and WEdit::num_widget_columns are removed. 2011-04-13 13:37:46 +04:00
filemanager Optimization of history load. 2011-06-21 16:13:10 +04:00
man2hlp Fixed a typo and bad grammar in man2hlp. 2010-09-06 17:37:28 +03:00
vfs Added locale setting before calling dpkg to fix "link to" parsing on non-C locales 2011-05-17 15:50:36 +04:00
viewer Viewer: removed commented-out code. 2011-04-13 13:37:46 +04:00
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
args.c Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
args.h Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
background.c Added events for handle parent_call_string() and parent_call() 2011-03-21 23:55:52 +02:00
background.h Added events for handle parent_call_string() and parent_call() 2011-03-21 23:55:52 +02:00
clipboard.c Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
events_init.c Added events for handle parent_call_string() and parent_call() 2011-03-21 23:55:52 +02:00
events_init.h Prepare to initialize application events. 2011-03-21 11:46:41 +02:00
execute.c Use events for suspend mc (by pressing on CTRL+Z) 2011-03-21 23:55:52 +02:00
execute.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
help.c Fix of DLG_ACTION handling in interactive help. 2011-03-30 16:17:16 +04:00
help.h Use events for calling help window 2011-03-21 23:55:52 +02:00
history.h Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
keybind-defaults.c Fix of DLG_ACTION handling in interactive help. 2011-03-30 16:17:16 +04:00
keybind-defaults.h Moved input_map, listbox_map and dialog_map variables to 'lib' subdirectory. 2011-03-21 23:55:51 +02:00
learn.c Ticket #2544: search dialog trim spaces 2011-05-31 18:50:31 +03:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Moved initialization of mc_global.share_data_dir and mc_global.sysconf_dir to library 2011-03-21 23:55:51 +02:00
main.h Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
Makefile.am Added configure parameter --enable-mclib for build own shared library 2011-03-21 23:55:53 +02:00
selcodepage.c Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c) 2011-03-21 23:55:50 +02:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Ticket #2541: MC saves configuration many times. 2011-06-21 16:13:10 +04:00
setup.h (history_save): new function to save widget history 2011-06-21 16:13:10 +04:00
subshell.c Get rid of some function forward declarations. 2011-04-13 13:37:46 +04:00
subshell.h Moved mc_refresh() to lib/widget 2011-03-21 23:55:52 +02:00
textconf.c Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
util.c Move check_for_default() function from lib/util.c to src/util.c 2011-03-21 23:55:51 +02:00
util.h Move check_for_default() function from lib/util.c to src/util.c 2011-03-21 23:55:51 +02:00