557 Commits (c78d2f296c854cefa76bb6ae53988d1d52d63a53)
 

Author SHA1 Message Date
Andrzej Rybczak c78d2f296c fix drawing statusbar if player was stopped at start 17 years ago
Andrzej Rybczak 12fa8a9bf6 count number of applied formatting flags 17 years ago
Andrzej Rybczak c7251ebb98 improve formatting removal 17 years ago
Andrzej Rybczak 88fa887776 new feature: allow searching in help, lyrics and info screens 17 years ago
Andrzej Rybczak 0978f2c228 prepare for physical song/dir deletion implementation 17 years ago
Andrzej Rybczak cc78632c03 align functions descriptions in source code to improve readability 17 years ago
Andrzej Rybczak 7a59593814 add info about all 'e' key functions to help screen 17 years ago
Andrzej Rybczak 5455977914 fix compilation with -std=c++0x 17 years ago
Andrzej Rybczak 33b2b829ab fix moving single file within playlist 17 years ago
Andrzej Rybczak ce73ecae2e real fix for bug 2252 17 years ago
Andrzej Rybczak 97b9f15898 Revert "fix bug 2252" 17 years ago
Andrzej Rybczak bf3e2546d8 fix displaying window title is mpd is not playing 17 years ago
Andrzej Rybczak 206c2570d0 fix bug 2252 17 years ago
Andrzej Rybczak 104cd0a6e8 count elapsed time locally (experimental) 17 years ago
Andrzej Rybczak c8f99be7d0 do not limit year tag to 4 digits 17 years ago
Andrzej Rybczak 57cab87a36 fetch now playing song and set window title if it's empty 17 years ago
Andrzej Rybczak a1376e8a4e pass small structs and POD types to Window::operator<<() by value 17 years ago
Andrzej Rybczak 2d8b5f7abc rename Screen::Cmp() to Screen::ActiveWindow() as it's more logical 17 years ago
Andrzej Rybczak 1a9c035f0a align \s in macro definitions 17 years ago
Andrzej Rybczak 2eb573bad2 use "" instead of '' in messages 17 years ago
Andrzej Rybczak 6b3b0413ad update NEWS / version bump 17 years ago
Andrzej Rybczak 519a36872a get proper path to "My Documents" folder in WIN32 17 years ago
Andrzej Rybczak 7f85a0dcd1 use flag to force status update rather than doing additional update 17 years ago
Andrzej Rybczak 89c06db1f4 refresh playlist immediately after highlighting was enabled 17 years ago
Andrzej Rybczak c64af1fa58 rename --with-pthreads to --with-threads 17 years ago
Andrzej Rybczak 38a00788b4 reorganize configure.in and add default values for all switches 17 years ago
Andrzej Rybczak 61a4768d76 make support for pthreads and iconv optional 17 years ago
Andrzej Rybczak 00dcadcc8a add support for consume mode 17 years ago
Andrzej Rybczak b33c006fe4 improve reconnection handling 17 years ago
Andrzej Rybczak 9acadd61ec change notification about changing modes a bit 17 years ago
Andrzej Rybczak 458d4c3004 restore window title after playing song 17 years ago
Andrzej Rybczak 90efaae7cf send commands list while readding local item to playlist 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak dda14b9796 fix opportunity to segfault in media library 17 years ago
Andrzej Rybczak ba58bed5be enable support for curl and taglib automatically if appropriate headers/libs are available 17 years ago
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