522 Commits (18271fb616bb240aa467672b2d1f21bd7b7507cd)
 

Author SHA1 Message Date
Andrzej Rybczak 18271fb616 revert back to polling mpd twice per second 17 years ago
Andrzej Rybczak 1acca770db do not use WindowTitle() with pdcurses 17 years ago
Andrzej Rybczak 97b2f9f1fc fix configure.in 17 years ago
Andrzej Rybczak c4849bf129 redefine KEY_BACKSPACE only if pdcurses is used 17 years ago
Andrzej Rybczak 7c205e70eb fix displaying update flag ('U') immediately after succesfully sent command 17 years ago
Andrzej Rybczak 21bf4ff91c do not check in local browser if mpd_music_dir var is set 17 years ago
Andrzej Rybczak 5f41640cd9 handle single command and remove hacks used as substitute for it 17 years ago
Andrzej Rybczak 88c37b581d do not zero allocated space, just append null character at the end of string 17 years ago
Andrzej Rybczak 2649c4a86b if in Lyrics::SwitchTo() lyrics aren't taken yet, take them and continue 17 years ago
Andrzej Rybczak d5a63d6b61 make Lyrics::FilenamePath non-static member 17 years ago
Andrzej Rybczak db0b42b5da fix fetching lyrics without threads 17 years ago
Andrzej Rybczak e29e5576c7 do not start additional thread if artist's info is available locally 17 years ago
Andrzej Rybczak 8ecd35051a do not start additional thread if lyrics are available locally 17 years ago
Andrzej Rybczak 1daa41bde6 allow for setting host and port with command line switches 17 years ago
Andrzej Rybczak 25f0b4fabc pass to iconv "utf-8" as name of utf8 encoding instead of "utf8" 17 years ago
Andrzej Rybczak 49a13222a3 get proper user home dir on WIN32 and adjust folders in this case a bit 17 years ago
Andrzej Rybczak a670be05fe fix compilation --without-curl 17 years ago
Andrzej Rybczak dd471ef1c6 handle iconv() function that takes const char ** instead of char ** 17 years ago
Andrzej Rybczak 343f778256 disable detecting currently used encoding as it's extremely ugly 17 years ago
Andrzej Rybczak 344fc21d76 use pthread_t * handlers rather than pthread_t 17 years ago
Andrzej Rybczak c634059834 put macros definition into parenthesis to avoid bugs 17 years ago
Andrzej Rybczak a6635322a8 improve handling backspace key 17 years ago
Andrzej Rybczak cbc452fde5 check for Xinitscr in pdcurses and define XCURSES if available 17 years ago
Andrzej Rybczak 48f3361e2d improve conversions std::string <=> std::wstring 17 years ago
Andrzej Rybczak 79ac343fc0 fix overriding Clock::Scroll() 17 years ago
Andrzej Rybczak f04472641b make it compile under mingw32 --with-curl 17 years ago
Andrzej Rybczak 65f52da949 make it compile under mingw32 --without-curl --without-taglib 17 years ago
Andrzej Rybczak fcf4a44042 allow to choose name another than XCurses for pdcurses library to search for 17 years ago
Andrzej Rybczak de98176198 make code from Browser::GetLocalDirectory() portable 17 years ago
Andrzej Rybczak 1b22f307ea add support for pdcurses 17 years ago
Andrzej Rybczak f24db993aa fix reapplying filter the same as the last one used 17 years ago
Andrzej Rybczak 5b36fda511 reapply filter even if it's the same as the last one applied 17 years ago
Andrzej Rybczak 3710d3bafd fix blocking playlist update 17 years ago
Andrzej Rybczak e5b9d83a10 add keybinding for opening lyrics in external editor to help screen 17 years ago
Andrzej Rybczak f78e88e6aa do not fetch status after succesful setvol command, set it locally 17 years ago
Andrzej Rybczak 8e350292ad ...but at first check if there is callback to invoke. 17 years ago
Andrzej Rybczak 9270a83a78 invoke callback immediately after sending update command succesfully 17 years ago
Andrzej Rybczak ab265f2fdf do not fetch mpd_Stats from mpd as it's unneded 17 years ago
Andrzej Rybczak ffbcfb7e18 poll mpd once per second, no need to do it more often 17 years ago
Andrzej Rybczak bf71a01b1c ignore keycodes <10 || >10 && <32 in Window::GetString() 17 years ago
Andrzej Rybczak cf3746f301 always poll mpd twice per second 17 years ago
Andrzej Rybczak b58864e682 fix bolding np song with 'repeat one' function enabled 17 years ago
Andrzej Rybczak b2317df843 provide file with locales and corresponding encodings 17 years ago
Andrzej Rybczak 23567ed4f1 show notification if given value is out of bounds 17 years ago
Andrzej Rybczak 3d5e62aa65 change default behaviour of 'go to given position' function 17 years ago
Andrzej Rybczak eeb1951547 fix for clock misrendering 17 years ago
Andrzej Rybczak 5cfe75a0c2 Revert "limit clear and crop function to playlist/playlist editor" 17 years ago
Andrzej Rybczak a1a2ba4eed show columns' titles if browser displays them at start 17 years ago
Andrzej Rybczak 503c4964d5 Revert "use inline functions instead of macros in charset.h" 17 years ago
Andrzej Rybczak 42b11910cc update NEWS / version bump 17 years ago