182 Commits (f691ab265fb1fee1ff93e70a6a810d98cdd3a41a)

Author SHA1 Message Date
Andrzej Rybczak 181224b837 keybinding system rewrite 14 years ago
Andrzej Rybczak 4475902eb9 settings: make progressbar more customizable (elapsed time part color, boldness) 14 years ago
Andrzej Rybczak a14b77338d jump to current song at startup even if it's not currently played 14 years ago
Andrzej Rybczak 8e369252f4 display ncmpcpp instead of ncmpc++ in window's title 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak e8f08ea884 fix bug 3409 (there was no '$' char escaping in statusbar for current song) 14 years ago
Andrzej Rybczak 4a8cfcb187 fixes for overwriting not mergable screen displayed on top of merged ones 15 years ago
Andrzej Rybczak 4cd95d6c8d playlist: disable highlighting if screen is visible (and not necessarily active) 15 years ago
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 15 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak d9bc1c0950 new feature: support for fetching lyrics for currently playing song in background 15 years ago
Andrzej Rybczak 0db01b7429 status: fix drawing progressbar if third character was not specified 16 years ago
Andrzej Rybczak 80d6b36917 status: fix drawing progressbar if third character is non-ascii 16 years ago
Andrzej Rybczak a66ab40c25 settings: make progressbar_look support 'empty' part of progressbar 16 years ago
Andrzej Rybczak 3bb3607399 lyrics: pass wrapper around member function to new thread 16 years ago
Andrzej Rybczak 7cd6508496 lyrics: general code refactoring 16 years ago
Andrzej Rybczak 7c75be82bd browser: if current dir doesn't exists, go down one level automatically 16 years ago
Andrzej Rybczak b6e6ab1f61 fix statusbar scrolling speed with idle mode and bitrate displayed 16 years ago
Andrzej Rybczak e6757c4b20 visualizer: set refresh rate to 0.5 sec if mpd is not playing 16 years ago
Andrzej Rybczak 6b396bfbf2 fix error codes handling 16 years ago
Andrzej Rybczak 80290c183b reload lyrics with single mode active if track is changed with ncmpcpp 16 years ago
Andrzej Rybczak 6df8ae1694 make displaying volume level in statusbar optional 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak dac2458e1f rename misc.{cpp,h} to sel_items_adder.{cpp,h} 16 years ago
Andrzej Rybczak 9e5700cfd0 fix redrawing bottom line with alternate UI and mpd stopped 16 years ago
Andrzej Rybczak a27332a825 get rid of using directives 16 years ago
Andrzej Rybczak 0d05a550c2 display 'U' in status flags while update is running if idle support is off 16 years ago
Andrzej Rybczak 43dcc8bd54 fix refreshing player state with classic user interface 16 years ago
Andrzej Rybczak 73f9c8c320 display message properly 16 years ago
Andrzej Rybczak 5f6f915a3a switch from selected items adder to old screen if db was updated 16 years ago
Andrzej Rybczak 055cf43af3 handle update "properly" (as it's possible) with <mpd-0.16 16 years ago
Andrzej Rybczak d2d716fd35 fix updating bitrate of current song 17 years ago
Andrzej Rybczak fdb9bfcd4f remove a piece of code that was overwriting statusbar without any checks 17 years ago
Andrzej Rybczak 9a5a053ec3 improve handling columns in media library a bit 17 years ago
Andrzej Rybczak 495ec25a0a simplify Clear() in Window and its derivatives 17 years ago
Andrzej Rybczak d4fddf4466 update directory after db update only if current screen is browser 17 years ago
Andrzej Rybczak c6e26e121f do not ask if one wants to enter password, just ask for password 17 years ago
Andrzej Rybczak 0a95aebd7c improve elapsed time handling 17 years ago
Andrzej Rybczak db5efc6eb9 update screen in TraceMpdStatus(), not in the main loop 17 years ago
Andrzej Rybczak 95ce4065ae add event handler for MPD_IDLE_OUTPUT notification 17 years ago
Andrzej Rybczak 164d32c079 use one global timer instead of several local ones 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak 3e99bba5b8 use idle notifications instead of polling mpd all the time 17 years ago
Andrzej Rybczak 75c4c791fd clear and refresh statusbar immediately after unlock if mpd is stopped 17 years ago
Andrzej Rybczak aebc5db0e1 fix segfault that occured if mpd was stopped and window had to be resized 17 years ago
Andrzej Rybczak e84a8ddf98 set max progressbar width to screen width 17 years ago
Andrzej Rybczak 45884e0895 fix a few bugs progressbar related (redrawing, colors) 17 years ago
Andrzej Rybczak 01c138e680 make sure null pointer won't be dereferenced 17 years ago
Andrzej Rybczak e304a6b7de WIN32 compilation fix 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago