1
1
mc/src
Andrew Borodin 5e0c9c911d Moved declaration of "easy_patterns" variable from lib/util.[ch] to src/setup.[ch].
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-11-24 10:27:46 +03:00
..
consaver Fixed view of console contents via cons.saver. 2010-07-05 21:35:18 +04:00
diffviewer Code indentation in lib directory 2010-11-24 10:27:20 +03:00
editor Code indentation in lib directory 2010-11-24 10:27:20 +03:00
man2hlp Fixed a typo and bad grammar in man2hlp. 2010-09-06 17:37:28 +03:00
viewer Code indentation in lib directory 2010-11-24 10:27:20 +03:00
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
achown.c Applied MC indentation policy. 2010-07-09 10:14:14 +04:00
achown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
args.c Ticket #2197: added new color for status bar 2010-11-22 16:07:17 +03:00
args.h Ticket #2187: fix of broken 'mc -e' and 'mc -v' modes. 2010-05-14 11:27:42 +04:00
background.c Fixed complile warnings about warn_unused_result attribute. 2010-07-05 21:35:18 +04:00
background.h Fixed problems: 2009-10-28 12:05:07 +02:00
boxes.c Ticket #2405: fixed key event handling in "Listing mode" dialog. 2010-11-02 21:55:12 +03:00
boxes.h Added handlers for panel sort keybind actions. 2009-10-06 10:18:54 +03:00
charsets.c Code cleanup for avoid compiler warnings 2010-11-01 15:48:38 +02:00
charsets.h Reimplemened codepages storage using GPtrArray. 2010-10-19 18:25:53 +04:00
chmod.c Added modal flag to the dialog structure. 2010-06-22 21:16:19 +04:00
chmod.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
chown.c Added modal flag to the dialog structure. 2010-06-22 21:16:19 +04:00
chown.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
clipboard.c Ticket #30: Support for x clipboard (fixup) 2010-07-12 12:55:33 +02:00
clipboard.h Ticket #30 (use external clipboard utility) 2010-06-11 13:47:46 +00:00
cmd.c Install hint files into /usr/share/mc/hints instead of /usr/share/mc. 2010-10-19 18:25:59 +04:00
cmd.h VFS: cleaned up smbfs. 2010-07-21 16:43:50 +04:00
cmddef.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
command.c Fixed highlighting in command line (was broken: aa9cb6d320) 2010-11-05 13:26:18 +00:00
command.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
complete.c Ticket #2248: fixed segfault in autocompletion engine. 2010-07-16 09:47:25 +04:00
cons.handler.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
dialog-switch.c Ticket #1490: fix of mult-screen engine. 2010-09-20 19:44:03 +04:00
dialog-switch.h Ask user before exit if there are opened screens in MC. 2010-06-22 21:44:22 +04:00
dialog.c Ticket #2170: Color collisions 2010-10-13 13:21:10 +03:00
dialog.h Ticket #2170: Color collisions 2010-10-13 13:21:10 +03:00
dir.c Ticket #1894: sort order should not mix hidden files with others. 2010-11-01 15:02:57 +03:00
dir.h Configuration dialogs reorganization. 2010-05-14 18:46:15 +04:00
execute.c Declarations of use_dash() and rotate_dash() were moved form lib/util.h to src/layout.h. 2010-10-27 18:10:50 +04:00
execute.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
ext.c Support of multiple editors and viewers. 2010-06-22 21:16:19 +04:00
ext.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
file.c Declarations of use_dash() and rotate_dash() were moved form lib/util.h to src/layout.h. 2010-10-27 18:10:50 +04:00
file.h Applied MC indentation policy. 2010-04-06 09:50:33 +04:00
filegui.c Improvements of QuickDialog engine. 2010-07-17 15:27:21 +04:00
filegui.h Change progressbar dialog. 2010-02-24 10:40:11 +02:00
filenot.c Ticket #2097: clean up before 4.7.2 release. 2010-05-05 16:23:51 +04:00
fileopctx.c Identation of some source files. 2010-02-26 11:26:00 +02:00
fileopctx.h Change progressbar dialog. 2010-02-24 10:40:11 +02:00
find.c Move rotating dash to new function 2010-11-08 13:22:44 +03:00
find.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fsusage.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
fsusage.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
help.c Install help files into /usr/share/mc/help instead of /usr/share/mc. 2010-10-19 18:25:59 +04:00
help.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
history.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
hotlist.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
hotlist.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
info.c Ticket #2337: Check for inode count instead of block count 2010-09-06 15:33:38 +04:00
info.h Ticket #1838: fix of broken charset autodetection. 2010-05-27 14:07:22 +04:00
keybind.c Ticket #2393 (no put removed text into clipboard) 2010-11-05 13:26:02 +00:00
keybind.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
layout.c Declarations of use_dash() and rotate_dash() were moved form lib/util.h to src/layout.h. 2010-10-27 18:10:50 +04:00
layout.h Declarations of use_dash() and rotate_dash() were moved form lib/util.h to src/layout.h. 2010-10-27 18:10:50 +04:00
learn.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
learn.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
listmode.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
listmode.h Some fixups with wrongly highlighted words 2009-02-10 16:07:59 +02:00
main-widgets.h Ticket #1563: Modified menu engine to create and modify menu dynamically. 2009-10-26 16:15:31 +03:00
main.c Ticket #2170: Color collisions 2010-10-13 13:21:10 +03:00
main.h Function movements. 2010-09-06 15:33:38 +04:00
Makefile.am VFS: cleaned up smbfs. 2010-07-21 16:43:50 +04:00
menu.c Renamed dlg_id and parent fields of Widget structure. 2010-06-22 21:16:19 +04:00
menu.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
mfmt.c Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
mountlist.c Ticket #2425: fixup read_filesystem_list() for NetBSD >=3. 2010-11-21 10:11:57 +03:00
mountlist.h Applied MC indentation policy. 2010-03-30 16:21:22 +04:00
option.c Visual improvements of 'Configiration' dialog. 2010-07-17 15:36:34 +04:00
option.h Configuration dialogs reorganization. 2010-05-14 18:46:15 +04:00
panel.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
panelize.c Code indentation in lib directory 2010-11-24 10:27:20 +03:00
panelize.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
screen.c Ticket #2395: scroll down the panel contents by mouse dragging. 2010-10-18 20:45:51 +04:00
selcodepage.c Code cleanup for avoid compiler warnings 2010-11-01 15:48:38 +02:00
selcodepage.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
setup.c Moved declaration of "easy_patterns" variable from lib/util.[ch] to src/setup.[ch]. 2010-11-24 10:27:46 +03:00
setup.h Moved declaration of "easy_patterns" variable from lib/util.[ch] to src/setup.[ch]. 2010-11-24 10:27:46 +03:00
subshell.c Fixed formatting after autoformatting. 2010-09-06 15:33:38 +04:00
subshell.h Simple doxygen description for files in src directory. 2009-02-10 16:07:59 +02:00
textconf.c VFS: fishfs can now be switched off 2010-07-21 16:43:50 +04:00
textconf.h Ticket #390: remove own 'libpopt' stuff. 2009-09-02 14:32:32 +03:00
tree.c Ticket #2170: Color collisions 2010-10-13 13:21:10 +03:00
tree.h Ticket #1838: fix of broken charset autodetection. 2010-05-27 14:07:22 +04:00
treestore.c Minor optimization of [Special dirs] handling. 2010-10-19 18:15:37 +04:00
treestore.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
user.c Support of multiple editors and viewers. 2010-06-22 21:16:19 +04:00
user.h Ticket #1990: code cleanup before 4.7.0.2 release. 2010-02-02 21:45:05 +03:00
widget.c Ticket #2393 (no put removed text into clipboard) 2010-11-05 13:26:02 +00:00
widget.h Code indentation in lib directory 2010-11-24 10:27:20 +03:00
wtools.c Ticket #2170: Color collisions 2010-10-13 13:21:10 +03:00
wtools.h Improvements of QuickDialog engine. 2010-07-17 15:27:21 +04:00