Samuel Bingner
|
d352220604
Ticket #3930: clarify name of struct stat members for Apple compilation.
|
6 years ago |
Andrew Borodin
|
8b6f4ef2c2
Use gboolean instead of int in file/dir sort related functions.
|
7 years ago |
Andrew Borodin
|
73979369d1
Support __attribute__((fallthrough)) if possible.
|
7 years ago |
Andrew Borodin
|
8b14798cc4
setup: split integer and boolean options.
|
8 years ago |
Andrew Borodin
|
9a39e35dc3
Use g_assert() instead of assert(3).
|
8 years ago |
Andrew Borodin
|
6127e5aea6
Get rid of #define const_cast().
|
8 years ago |
Andrew Borodin
|
2151edaff2
Get rid of global variables mc_main_config and mc_panels_config.
|
9 years ago |
Andrew Borodin
|
bc14ff44c8
Remove min() and max() macros. Use MIN() and MAX() macros from GLib.
|
9 years ago |
Yury V. Zaytsev
|
a8f512c12c
Remove unneeded `struct` keyword for typedef'd structs
|
9 years ago |
Slava Zanko
|
0e79be1b7a
Introduce mc_shell_t type.
|
9 years ago |
Alexander Kriegisch
|
f596c916a4
New subshell types Busybox ash + Debian ash (dash) and some more enhancements plus fish chdir bugfix
|
11 years ago |
Andrew Borodin
|
d9ad3d2e32
Clarify __attribute ((format (printf))) usage.
|
9 years ago |
Andrew Borodin
|
b698b7e834
Ticket #3435: clang compiler fixes/cleanups.
|
10 years ago |
Andrew Borodin
|
42e7e39bd8
Add IS_PATH_SEP macro and use it.
|
10 years ago |
Andrew Borodin
|
be938c611b
Ticket #3247: refactoring of status_msg engine.
|
10 years ago |
Andrew Borodin
|
5e7e9ddf32
Ticket #3151: lib/global.h: remove declaration of refresh_screen().
|
11 years ago |
Slava Zanko
|
0b0f7e3975
Refactoring: use define DEFAULT_CHARSET for "ASCII" charset.
|
11 years ago |
Andrew Borodin
|
e7dc599e42
Use "'" instead of "`" for messages and comments quoting.
|
11 years ago |
Andrew Borodin
|
ae6e647845
(mc_global_t::shell): new member to store user's shell
|
12 years ago |
Mikulas Patocka
|
b475e31255
Portability: ESC_CHAR is defined in /usr/include/langinfo.h in some systems
|
12 years ago |
Andrew Borodin
|
1d3132c08f
Clarify of sig_atomic_t usage (got from Mutt).
|
12 years ago |
Andrew Borodin
|
82bb9c39da
Define winch_flag as volatile sig_atomic_t.
|
12 years ago |
Andrew Borodin
|
b2f97443e2
Refactoring of subshell support.
|
12 years ago |
Slava Zanko
|
94bd4b1f78
Code indentation.
|
12 years ago |
Andrew Borodin
|
dea3aa9023
Reorder fields in mc_global struct and change type for some of them.
|
13 years ago |
Andrew Borodin
|
c7bde637f9
Tweak background operations support.
|
13 years ago |
Andrew Borodin
|
f7f37f674e
Check assert.h header and use it conditionally.
|
13 years ago |
Andrew Borodin
|
e2b67a33ba
Ticket #2740: code cleanup before 4.8.2 release.
|
13 years ago |
Ilia Maslakov
|
0b631ab1eb
Ticket #86 (disable X11 from command line)
|
13 years ago |
Sergey
|
3e1b644f41
Ticket #2372 (Editor sometimes shows multibyte UTF-8 chars as two dots)
|
13 years ago |
Oswald Buddenhagen
|
1c0cc50a3f
Ticket #2639: doesn't compile when using --disable-nls
|
13 years ago |
Slava Zanko
|
41af257135
Added configuration option 'preallocate_space' for toggle space preallocating behaviour.
|
13 years ago |
Slava Zanko
|
a1e34b8dfa
Code cleanup after runing splint on src/main.c file
|
13 years ago |
Slava Zanko
|
70ff1dc3aa
Removed mc_global.args structure.
|
13 years ago |
Ilia Maslakov
|
67c35a20a6
Added -g, --oldmouse option to support of NORMAL/BUTTON_EVENT mouse type.
|
13 years ago |
Slava Zanko
|
bfbe9b94ae
Removed global variable slow_tty
|
13 years ago |
Slava Zanko
|
8d44ed297b
Moved xterm_flag global variable to mc_global.tty.xterm_flag
|
13 years ago |
Slava Zanko
|
f40887c3c6
Lib: removed includes to "src" directory
|
14 years ago |
Slava Zanko
|
746653fda2
Removed mc_main_error_quark() function
|
14 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)
|
14 years ago |
Andrew Borodin
|
fe8c5390ad
Fix of uintmax_t variables output.
|
14 years ago |
Andrew Borodin
|
fdb61594df
Cleanup of main.[ch].
|
14 years ago |
Andrew Borodin
|
8d1708225c
Don't include lib/util.h via lib/global.h.
|
14 years ago |
Andrew Borodin
|
1685730d7c
OS-specific defines are moved from lib/util.h into lib/global.h.
|
14 years ago |
Slava Zanko
|
feb733663f
Code indentation in lib directory
|
14 years ago |
Slava Zanko
|
2fa4d9b952
Move logging.[ch] into library
|
15 years ago |
Slava Zanko
|
c764f3b84c
Changes for build after moving util.[ch]
|
15 years ago |
Slava Zanko
|
93dbc46e9c
Reorganization of sources. Part 1.
|
15 years ago |