Andrew Borodin
|
82bb9c39da
Define winch_flag as volatile sig_atomic_t.
|
12 years ago |
Andrew Borodin
|
3f8e561e17
Tweak sources for --with-x/--without-x option.
|
12 years ago |
Andrew Borodin
|
6c94ef16ec
Refactoring of endless loops and some type accuracy.
|
12 years ago |
Andrew Borodin
|
8ee5c7247c
Fix of sys/ioctl.h includes: use HAVE_SYS_IOCTL_H guard.
|
12 years ago |
Ilia Maslakov
|
9548eb4cb1
Ticket #2628 (shift-tab, ctrl-tab incorrect works)
|
13 years ago |
Ilia Maslakov
|
0b631ab1eb
Ticket #86 (disable X11 from command line)
|
13 years ago |
Andrew Borodin
|
d305e5099c
Moved declaration of old_esc_mode_timeout variable to the proper file section.
|
13 years ago |
Egmont Koblinger
|
b4912875b5
Ticket #2662: Calculating free space by ctrl+space doesn't work.
|
13 years ago |
Egmont Koblinger
|
026b07a2ab
Ticket #2662: support extended mouse clicks beyond 223.
|
13 years ago |
Andrew Borodin
|
1673c37548
Ticket #2637: faster startup of mc.
|
13 years ago |
Slava Zanko
|
0138645541
Ticket 1551: Update GPL version from 2 to 3
|
13 years ago |
Andrew Borodin
|
ce1249f052
Added percent sign to key names.
|
13 years ago |
Slava Zanko
|
a1e34b8dfa
Code cleanup after runing splint on src/main.c file
|
13 years ago |
Andrew Borodin
|
6c5a679b85
Use ESC_STR macro instead of hardcoded "\033".
|
13 years ago |
Slava Zanko
|
8d44ed297b
Moved xterm_flag global variable to mc_global.tty.xterm_flag
|
13 years ago |
Slava Zanko
|
aad40e52fb
Moved mc_refresh() to lib/widget
|
13 years ago |
Slava Zanko
|
6016620f42
Remove backlinks from lib to src - move global variables(used in lib) to mc_global structure (see lib/global.c)
|
13 years ago |
Slava Zanko
|
6c5f5bf768
VFS structure changes:
|
13 years ago |
Ilia Maslakov
|
8e22a16430
Added lookup_key_by_code, now parameter is string.
|
14 years ago |
Andrew Borodin
|
41177e0c06
Ticket #2457: alt-backspace doesn't work.
|
14 years ago |
Slava Zanko
|
bbf1f4e857
Moved filemanager-related stuff to src/filemanager directory
|
14 years ago |
Slava Zanko
|
b1bd2e2673
Removed hardcoded actions on ctrl-d and ctrl-h hotkeys. Now these hotkeys defined in keymap file.
|
14 years ago |
Slava Zanko
|
feb733663f
Code indentation in lib directory
|
14 years ago |
Andrew Borodin
|
5468707bc6
Added comment for translators about "at sign" symbol.
|
14 years ago |
Andrew Borodin
|
0908c8baea
Ticket #2404: added forgotten shotrcuts of mcedit.
|
14 years ago |
Andrew Borodin
|
ec8d6f0751
Get rid of some '#ifdef ENABLE_VFS' conditions.
|
14 years ago |
Andrew Borodin
|
490ab7618b
check_movement_keys() function is unused. Removed.
|
14 years ago |
Andrew Borodin
|
2f62fadabb
Ticket #212: implemented keybindings for WListbox widget.
|
14 years ago |
Andrew Borodin
|
e73bfb2486
Fixed some i18n stuff.
|
14 years ago |
Andrew Borodin
|
936bb2e5f0
Added code names for parentheses, brackets and braces.
|
14 years ago |
Andrew Borodin
|
6a306c18b2
old_esc_mode option can be setup now in 'Configure options' dialog.
|
14 years ago |
Vit Rosin
|
993d678ed9
Use EXIT_FAILURE symbolic name as return code.
|
14 years ago |
Andrew Borodin
|
0bd03e07f5
Ticket #1990: code cleanup before 4.7.0.2 release.
|
14 years ago |
Slava Zanko
|
862652bd1b
Move src/cons.saver into src/consaver/* subdir
|
15 years ago |
Slava Zanko
|
cd4dbf3a09
Changes for build after moving strutil into lib
|
15 years ago |
Slava Zanko
|
93dbc46e9c
Reorganization of sources. Part 1.
|
15 years ago |
Slava Zanko
|
39d5b94cac
Reorganized pathes to files in '#include' directives
|
15 years ago |
Slava Zanko
|
ddb9ada2e8
Changes in sources matched with mass movement of $(srcdir)/src/*/ into $(srcdir)/lib/*/
|
15 years ago |
Slava Zanko
|
4f11e4b665
Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib
|
15 years ago |