mc/src
Pavel Roskin f19f91337b * key.c (correct_key_code): Strip or add modifier information
when necessary.  Recognize shift with function key N as function
key (N + 10).  Fix breakage from previous patch.
* key.h: Change XCTRL and ALT macros to use new definitions for
keyboard modifiers.
2002-12-23 09:46:28 +00:00
..
.cvsignore Add mc.hlp.?? 2002-03-12 16:26:53 +00:00
ChangeLog * key.c (correct_key_code): Strip or add modifier information 2002-12-23 09:46:28 +00:00
Makefile.am * Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS). 2002-10-15 15:33:04 +00:00
OChangeLog s/ommited/omitted/ 2002-07-14 06:36:07 +00:00
TODO Move to 4.6.1: 2002-12-21 07:54:53 +00:00
achown.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
achown.h Initial revision 1998-02-27 04:54:42 +00:00
background.c * background.c (background_attention): Fix calling functions 2002-09-28 05:10:29 +00:00
background.h * background.h: Remove WITH_BACKGROUND, it's now in extraconf.h. 2001-07-27 20:36:22 +00:00
boxes.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
boxes.h * boxes.h: Remove user_format. 2002-08-19 01:01:20 +00:00
charsets.c * charsets.c (convert_to_display): Don't crash on empty read 2002-11-11 14:48:37 +00:00
charsets.h * charset.h: Provide new inline functions convert_to_display_c() 2002-10-30 23:42:21 +00:00
chmod.c s/Could not/Cannot/ 2002-12-08 01:12:18 +00:00
chmod.h * achown.c: Make all global variables static. Fix help. 2001-07-24 15:04:21 +00:00
chown.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
chown.h Initial revision 1998-02-27 04:54:42 +00:00
cmd.c * cmd.c (mkdir_cmd): Don't try to create a directory with empty 2002-12-16 02:12:22 +00:00
cmd.h * cmd.c (menu_edit_cmd): Make static, provide separate functions 2002-11-14 06:30:16 +00:00
color.c * color.c (mc_init_pair) [HAVE_SLANG]: Pass "default", not NULL 2002-11-28 18:57:05 +00:00
color.h * color.h: Remove Q_SELECTED_COLOR and Q_UNSELECTED_COLOR. 2002-10-13 23:55:39 +00:00
command.c * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
command.h * command.c: (command_insert): New function - insert quoted 2002-09-20 19:59:28 +00:00
complete.c * dlg.c (send_message_to): Remove, use send_message() instead. 2002-11-13 02:56:40 +00:00
complete.h Initial revision 1998-02-27 04:54:42 +00:00
cons.handler.c * global.h: Move fcntl.h inclusion here. Define O_BINARY. 2002-09-23 06:43:22 +00:00
cons.saver.c * cons.saver.c: Use SEEK_SET instead of 0 in lseek(). 2002-07-29 21:18:51 +00:00
cons.saver.h * cons.saver.c: Define LINUX_CONS_SAVER_C so that some parts 2001-11-29 20:28:48 +00:00
dialog.c * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
dialog.h * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
dir.c * dir.c (do_load_dir): Add an error message if mc_opendir() 2002-12-16 06:42:15 +00:00
dir.h Fix duplicate declarations. 2002-11-15 06:38:55 +00:00
dlg.c Fix duplicate declarations. 2002-11-15 06:38:55 +00:00
dlg.h * dlg.c (send_message_to): Remove, use send_message() instead. 2002-11-13 02:56:40 +00:00
eregex.h * eregex.h: Undefine __restrict_arr before redefining to avoid a 2002-12-11 05:33:39 +00:00
ext.c * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
ext.h Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
file.c * file.c (is_wildcarded): Move ... 2002-12-08 04:23:14 +00:00
file.h Move file_mask_dialog() declaration where it belongs. 2002-12-08 18:59:50 +00:00
filegui.c Fix include order. 2002-12-09 05:03:45 +00:00
filegui.h Move file_mask_dialog() declaration where it belongs. 2002-12-08 18:59:50 +00:00
filenot.c Fix warning with -Wundef. 2002-11-15 06:55:08 +00:00
fileopctx.c Reformat. The formatting in those files was unbearable. 2002-10-24 20:25:07 +00:00
fileopctx.h s/chwon/chown/ 2002-10-23 08:26:16 +00:00
find.c * find.c (find_file): Skip entries without data when panelizing. 2002-12-11 07:14:00 +00:00
find.h Warning fixes. 1998-12-02 21:27:27 +00:00
findme.c * findme.c: Respect HAVE_UNISTD_H. 2002-01-21 21:04:44 +00:00
findme.h Fixes to make MC compile with popt-1.2 1998-11-04 17:54:17 +00:00
fs.h * fs.h: Only redefine S_IS* macros if they are undefined, and 2002-09-06 19:23:45 +00:00
fsusage.c * global.h: Move fcntl.h inclusion here. Define O_BINARY. 2002-09-23 06:43:22 +00:00
fsusage.h Updated address of Free Software Foundation 2000-08-22 22:50:00 +00:00
global.h * global.h: Add replacement for O_NONBLOCK. 2002-12-16 00:41:06 +00:00
help.c * chmod.c (init_chmod): Make static. 2002-11-13 04:01:04 +00:00
help.h * help.h: Remove unused characters. 2002-10-22 23:56:26 +00:00
hotlist.c * key.c (get_modifier): Make static. Return the mc internal 2002-12-21 08:43:15 +00:00
hotlist.h Initial revision 1998-02-27 04:54:42 +00:00
i18n.h * Make-alone.am: Get rid of all standalone code, it has been 2002-09-10 21:48:49 +00:00
info.c * dlg.h: Remove Dlg_head argument from callback_fn - it's 2002-11-13 02:27:00 +00:00
info.h Warning fixes. 1998-12-02 21:27:27 +00:00
key.c * key.c (correct_key_code): Strip or add modifier information 2002-12-23 09:46:28 +00:00
key.h * key.c (correct_key_code): Strip or add modifier information 2002-12-23 09:46:28 +00:00
keyxdef.c * global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all 2001-09-07 17:52:19 +00:00
layout.c * layout.c (init_curses) [!HAVE_SLANG]: Set ESCDELAY to 200ms. 2002-12-21 02:09:00 +00:00
layout.h Initial revision 1998-02-27 04:54:42 +00:00
learn.c * learn.c (learn_check_key): Simplify logic. Add a comment for 2002-10-21 22:54:20 +00:00
learn.h Initial revision 1998-02-27 04:54:42 +00:00
listmode.c Fix some of the most ugly abuses of mixed caps in English texts, 2002-10-21 22:26:39 +00:00
listmode.h * listmode.c, listmode.h, main.c: Consistently using define 2000-09-26 22:38:13 +00:00
main.c * key.c (get_modifier): Make static. Return the mc internal 2002-12-21 08:43:15 +00:00
main.h Fix duplicate declarations. 2002-11-15 06:38:55 +00:00
man2hlp.c * man2hlp.c (persistent_fread): Return error for len <= 0. 2002-11-13 17:38:33 +00:00
menu.c Fix duplicate declarations. 2002-11-15 06:38:55 +00:00
menu.h * cmd.c (menu_edit_cmd): Make static, provide separate functions 2002-11-14 06:30:16 +00:00
mfmt.c * charsets.c: Add disclaimer of warranty. 2002-08-27 05:27:11 +00:00
mountlist.c * mountlist.c: Restore sys/param.h before sys/mount.h - it's 2002-09-24 22:19:32 +00:00
mountlist.h * mountlist.h: Move some internals ... 2002-08-19 00:07:08 +00:00
mouse.c Global removal of RCS Id: flags. 2002-09-26 23:13:45 +00:00
mouse.h * mouse.h: Use definitions for GPM_B_DOWN and GPM_B_UP 2002-10-30 20:52:59 +00:00
myslang.h * myslang.h: Define getyx() macro. 2002-11-15 01:35:12 +00:00
option.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
option.h Initial revision 1998-02-27 04:54:42 +00:00
panel.h * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
panelize.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
panelize.h Merges from the FileOpContext-changes branch. Please see 1999-01-14 01:10:32 +00:00
popt.c * popthelp.c (poptPrintHelp): Use POPT_ for "[OPTION...]", 2002-10-22 11:51:47 +00:00
popt.h * popt.h: Adjust poptHelpOptions[] declaration. 2002-10-09 15:27:01 +00:00
poptalloca.h * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not 2001-02-20 17:57:23 +00:00
poptconfig.c * poptconfig.c (configLine): Cast the argument to functions for 2002-10-24 10:02:40 +00:00
popthelp.c * poptconfig.c (configLine): Cast the argument to functions for 2002-10-24 10:02:40 +00:00
poptint.h * poptint.h: Use i18n.h instead of most own replacement macros. 2002-09-19 06:00:40 +00:00
poptparse.c * poptconfig.c (configLine): Cast the argument to functions for 2002-10-24 10:02:40 +00:00
profile.c Global removal of RCS Id: flags. 2002-09-26 23:13:45 +00:00
profile.h Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
regex.c * eregex.h [!USE_INCLUDED_REGEX]: Include <regex.h>. 2002-03-26 14:13:10 +00:00
rxvt.c * global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all 2001-09-07 17:52:19 +00:00
screen.c * key.c (get_modifier): Make static. Return the mc internal 2002-12-21 08:43:15 +00:00
selcodepage.c Remove spaces around "Error" and "Warning" together with their translations. 2002-10-21 04:13:49 +00:00
selcodepage.h Reformat. 2002-10-30 23:16:16 +00:00
setup.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
setup.h * file.c (panel_get_file): Make static. 2002-11-11 07:35:08 +00:00
slint.c * slint.c (getch): Return -1, not SLANG_GETKEY_ERROR, otherwise 2002-11-28 21:35:49 +00:00
subshell.c s/Could not/Cannot/ 2002-12-08 01:12:18 +00:00
subshell.h * subshell.c (read_subshell_prompt): Remove argument "how", it's 2002-08-15 06:53:44 +00:00
terms.c Updated address of Free Software Foundation 2000-08-22 22:50:00 +00:00
text.c * color.c: Rename stalledlink to stalelink. Make the same 2002-10-13 22:23:17 +00:00
textconf.c * textconf.c: Don't translate filesystem names. 2002-09-27 01:18:54 +00:00
textconf.h * dlg.c: Eliminate all useless x_* functions. 2002-07-19 22:16:24 +00:00
tree.c Remove some unneeded includes. 2002-12-08 04:16:30 +00:00
tree.h * tree.c: Make struct WTree opaque. Remove "done" flag - it's 2002-11-29 04:55:06 +00:00
treestore.c * global.h: Move fcntl.h inclusion here. Define O_BINARY. 2002-09-23 06:43:22 +00:00
treestore.h Globally replace OS2_NT and _OS_NT with WIN32_NATIVE. 2002-09-10 22:04:11 +00:00
tty.h * tty.h [!HAVE_SLANG]: Remove all slang_* definitions. 2002-09-08 16:22:54 +00:00
user.c * user.h: Don't include edit/edit-widget.h. 2002-11-29 03:03:53 +00:00
user.h * user.h: Don't include edit/edit-widget.h. 2002-11-29 03:03:53 +00:00
util.c * util.c (load_file_position): Don't free filename. 2002-12-09 16:42:20 +00:00
util.h * util.c: Add functions for saving and loading file positions. 2002-12-08 06:51:22 +00:00
utilunix.c * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
view.c * view.c (do_view_init): Use non-blocking open() followed by 2002-12-16 03:43:49 +00:00
view.h Fix duplicate declarations. 2002-11-15 06:38:55 +00:00
widget.c * key.c (get_modifier): Make static. Return the mc internal 2002-12-21 08:43:15 +00:00
widget.h * dlg.h: Remove Dlg_head argument from callback_fn - it's 2002-11-13 02:27:00 +00:00
win.c * dlg.h: Move movefn definition ... 2002-11-11 07:12:03 +00:00
win.h * dlg.h: Move movefn definition ... 2002-11-11 07:12:03 +00:00
wtools.c * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00
wtools.h * dialog.c (struct Refresh): Make opaque. 2002-11-14 07:25:18 +00:00