* 2226_info_filesystem_info:
Fixed int overflow in free modes calculation.
set_display_type(): fixed memory leak.
Minor changes of info panel look'n'feel.
Ticket #2226: info panel inprovements.
Fixed info panel initialization and destroying.
Fixed info panel drawing: don't draw info twice.
Fixed includes: added missing <sys/stat.h>.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
If MC is built with --disable-nls option, the input_colors constant
is undeclared in init_panelize() function.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 2203_vfs_encodings:
Applied MC indentation policy.
Fixed build with --disable-charset option. Minor optimization.
Ticket #2203: VFS: use codepage list loaded from mc.charsets file.
* 2212_tree_colors:
Added title and separate line to the tree selection window.
Minor changes of tree panel look'n'feel.
Stop searching mode when tree becomes unfocused.
Fixed length of current directory selecting line.
Ticket #2212: fixed WTree widget colors.
* 2161_del_clear_dialog_field:
fixed man and help
set default keys for Input* actions
quick_input: don't force set cursor position to 0.
clear 'first' flag by mouse click.
initial step to do mark in inpun fields
Ticket #2161 (del - clear input field)
added selection with mouse
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Code cleanup: make visibility of some functions as static
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
fixed skins
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
new behavior: DEL - clear current field of dialog if text in the field is not modify and cursor not moved.
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Code cleanups: avoid compiler warnings
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
* 1838_codeset_autodetect_fix:
edit_load_file_fast(): don't reset utf8 flag that was set early.
edit_set_codeset(): new function to set codeset in MC editor.
Some optimization of viewer initialization.
Ticket #1838: fix of broken charset autodetection.
Most of viewer initialization was moved to mcview_init() function
to rid of double initialization of mcview members.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Hotkeys are already highlighted by the color; there is no any point
in using yet another attribute (uppercase) for emphasizing them
even more. Capitalizing a letter in the middle of a word looks ugly.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
* 45_rewrite_man2hlp:
mc.spec: Added perl in build requires
Fixed bug: No newline at the end of file
Minor code cleanups
Fixed bug: Wrong last char processing in handle_alt_font
Fixed bug: Wrong string length calculation
Fixed bug: Wrong odd SH warning
Fixed string splitting by '\&' bug
Fixed backslash handling
Bug fix: Invalid content generation
Replace man2hlp (from C to perl)
Ticket #45: Build system does not allow cross compiling