279 Commits (582725f2f9873e196ba48b5f8d223cee5f699830)

Author SHA1 Message Date
Andrzej Rybczak 582725f2f9 init clock before displaying it, not after 17 years ago
Andrzej Rybczak 0a6272c6db check if current iterator position is smaller than end, not equal 17 years ago
Andrzej Rybczak b93c04189e improve "Capitalize First Letters" algorithm 17 years ago
Andrzej Rybczak f111b933a4 center immediately after autocenter mode is on 17 years ago
Andrzej Rybczak 542c121e0a add clock screen (ported from ncmpc) 17 years ago
Andrzej Rybczak 351ddc8584 eliminate compiler warnings 17 years ago
Andrzej Rybczak fd5a3e142c do not exclude iconv support if unicode is enabled 17 years ago
Andrzej Rybczak 7d82da3fed remove static keyword from char_non_ascii() declaration 17 years ago
Andrzej Rybczak 8045899049 remove extern keyword from const char * declarations 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 844acb1ecd block scrolling, if wide characters are used in input string 17 years ago
Andrzej Rybczak 430052bead check for type, not ptr's address while deleting old items from browser 17 years ago
Andrzej Rybczak 14befc5b56 fix scrolling if unicode is disabled 17 years ago
Andrzej Rybczak 24c308dac8 convert filenames to current locale if needed / some implementation improvements 17 years ago
Andrzej Rybczak 8226b9b4a2 use static width for middle column in tag editor 17 years ago
Andrzej Rybczak 0d7df1e5c6 tag editor: add options "Capitalize First Letters" and "lower all letters" 17 years ago
Andrzej Rybczak 42172bff2d set lock_statusbar_delay to -1 to prevent entering this section all the time 17 years ago
Andrzej Rybczak 5704ea9fa2 check if mpd_Song pointer passed to Song::Song() is NULL 17 years ago
Andrzej Rybczak 77b4f69c88 initialize ints in Scrollpad::Flush() to zero 17 years ago
Arnaud Guignard 61b5880559 restore old std::cerr buffer to prevent segfault when exiting 17 years ago
Andrzej Rybczak 11b18b95e5 use setlocale() instead of getenv() for determining locale 17 years ago
Andrzej Rybczak daca5964e8 convert lyrics and artist's info to current locale if needed 17 years ago
Max Kellermann 67b8ca70fa charset: fix portability for unsigned chars 17 years ago
Andrzej Rybczak 73c166a029 always save and read id3 tags in unicode 17 years ago
Andrzej Rybczak 0d9aea79c2 convert id3 tags, directories and playlist names to current locale if needed 17 years ago
Andrzej Rybczak 5b3357c54c improve parsing argv 17 years ago
Andrzej Rybczak 3b91f57ef7 refresh header window only if it really exists 17 years ago
Andrzej Rybczak 2db104f2e1 do not attempt to get/select/whatever item from an empty menu 17 years ago
Andrzej Rybczak 44609c8ccb do not block scrolling if a key is pressed 17 years ago
Andrzej Rybczak d92dde1fb1 move some functions from helpers to status_checker 17 years ago
Andrzej Rybczak b4d8c273bb remove unnecessary, commented out code 17 years ago
Andrzej Rybczak 2f1f650235 fix compilation --without-taglib 17 years ago
Andrzej Rybczak a32f701617 redirect std::cerr output to ~/.ncmpcpp/error.log file 17 years ago
Andrzej Rybczak 497f2dd4ff some improvements for handling mpd connection 17 years ago
Andrzej Rybczak 094c4e3ab3 support for wide characters in Window::GetString() 17 years ago
Andrzej Rybczak 8785f77b18 update window title if elapsed time changes 17 years ago
Andrzej Rybczak a84067d1ab put scrolling code into function and use it also in lyrics screen 17 years ago
Andrzej Rybczak c6a57511fe make displaying screens numbers at start optional 17 years ago
Andrzej Rybczak e4ce0d9c95 fix deleting last item from playlist if playing 17 years ago
Andrzej Rybczak f787895054 comment out usage of redraw_screen variable (it's not needed for now) 17 years ago
Andrzej Rybczak 8c40f046b9 render state line on stdscr instead of header window 17 years ago
Andrzej Rybczak 2cc5528014 improve code formatting 17 years ago
Andrzej Rybczak 77e8cd0145 variables cleaning 17 years ago
Andrzej Rybczak 55c75355f8 do not try to read keyconfig file if it's NOT open. 17 years ago
Andrzej Rybczak a87afda4b7 remove menu.cpp from list of sources 17 years ago
Andrzej Rybczak 99fde90224 remove unnecessary files 17 years ago
Andrzej Rybczak c71f07df6d eliminate remained compiler warnings 17 years ago
Andrzej Rybczak aac3ce17ee check if highlighted position is visible 17 years ago
Andrzej Rybczak 65e5006a6e do not pass null pointer to Window::WriteXY() 17 years ago
Andrzej Rybczak 943b9155ee update example configuration file and ReadConfiguration() function 18 years ago