Commit History

Author SHA1 Message Date
  Andrew Borodin 1bae2c678f Move OS-specific stuff from lib/global.h to lib/unixcompat.h. 3 months ago
  Kian-Meng Ang 5001232704 Fix various typos in the source code (closes MidnightCommander/mc#177). 1 year ago
  Andrew Borodin c62d651ee3 Replace variable: global_profile_name -> mc_global_t::profile_name. 1 year ago
  Andrew Borodin 89d8fa4ac1 Ticket #1: remove SMB suport. 2 years ago
  Andrew Borodin 32621b96d1 Ticket #2252: reduce rebuld time. 3 years ago
  Andrew Borodin 78893d85b8 Drop mc_timer. Use g_get_real_time() instead. 3 years ago
  Andrew Borodin 8b4386df83 Ticket #4120: draw shadows for dialog boxes and menus. 4 years ago
  Andrew Borodin c867b9d40e Ticket #5056: avoid subshell warning for mcedit run from mc. 4 years ago
  Andrew Borodin b2141c0ff0 Ticket #4039: split integer and boolean layout options. 4 years ago
  Andrew Borodin 0dacce4228 Do not include <sys/select> globally via "lib/global.h". 4 years ago
  Andrew Borodin 247af01a8e (toggle_panels): join with view_other_cmd and rename to toggle_subshell. 4 years ago
  Andrew Borodin 37ffc02422 Ticket #117: refactoring of SIGWINCH hangling. 4 years ago
  Samuel Bingner d352220604 Ticket #3930: clarify name of struct stat members for Apple compilation. 5 years ago
  Andrew Borodin 8b6f4ef2c2 Use gboolean instead of int in file/dir sort related functions. 6 years ago
  Andrew Borodin 73979369d1 Support __attribute__((fallthrough)) if possible. 6 years ago
  Andrew Borodin 8b14798cc4 setup: split integer and boolean options. 7 years ago
  Andrew Borodin 9a39e35dc3 Use g_assert() instead of assert(3). 7 years ago
  Andrew Borodin 6127e5aea6 Get rid of #define const_cast(). 7 years ago
  Andrew Borodin 2151edaff2 Get rid of global variables mc_main_config and mc_panels_config. 8 years ago
  Andrew Borodin bc14ff44c8 Remove min() and max() macros. Use MIN() and MAX() macros from GLib. 8 years ago
  Yury V. Zaytsev a8f512c12c Remove unneeded `struct` keyword for typedef'd structs 8 years ago
  Slava Zanko 0e79be1b7a Introduce mc_shell_t type. 8 years ago
  Alexander Kriegisch f596c916a4 New subshell types Busybox ash + Debian ash (dash) and some more enhancements plus fish chdir bugfix 10 years ago
  Andrew Borodin d9ad3d2e32 Clarify __attribute ((format (printf))) usage. 8 years ago
  Andrew Borodin b698b7e834 Ticket #3435: clang compiler fixes/cleanups. 9 years ago
  Andrew Borodin 42e7e39bd8 Add IS_PATH_SEP macro and use it. 9 years ago
  Andrew Borodin be938c611b Ticket #3247: refactoring of status_msg engine. 9 years ago
  Andrew Borodin 5e7e9ddf32 Ticket #3151: lib/global.h: remove declaration of refresh_screen(). 10 years ago
  Slava Zanko 0b0f7e3975 Refactoring: use define DEFAULT_CHARSET for "ASCII" charset. 10 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 11 years ago
  Mikulas Patocka b475e31255 Portability: ESC_CHAR is defined in /usr/include/langinfo.h in some systems 11 years ago
  Andrew Borodin 1d3132c08f Clarify of sig_atomic_t usage (got from Mutt). 11 years ago
  Andrew Borodin 82bb9c39da Define winch_flag as volatile sig_atomic_t. 11 years ago
  Andrew Borodin b2f97443e2 Refactoring of subshell support. 11 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. 12 years ago
  Andrew Borodin c7bde637f9 Tweak background operations support. 12 years ago
  Andrew Borodin f7f37f674e Check assert.h header and use it conditionally. 12 years ago
  Andrew Borodin e2b67a33ba Ticket #2740: code cleanup before 4.8.2 release. 12 years ago
  Ilia Maslakov 0b631ab1eb Ticket #86 (disable X11 from command line) 12 years ago
  Sergey 3e1b644f41 Ticket #2372 (Editor sometimes shows multibyte UTF-8 chars as two dots) 12 years ago
  Oswald Buddenhagen 1c0cc50a3f Ticket #2639: doesn't compile when using --disable-nls 12 years ago
  Slava Zanko 41af257135 Added configuration option 'preallocate_space' for toggle space preallocating behaviour. 12 years ago
  Slava Zanko a1e34b8dfa Code cleanup after runing splint on src/main.c file 12 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 13 years ago