561 Commits (6384c4bfd6ae1f42c12629f0c5532bc9983caa34)

Author SHA1 Message Date
Andrzej Rybczak ad74cfea2e new feature: customizable startup screen 16 years ago
Andrzej Rybczak 4bb1fdb40d simplify code responsible for deleting songs a bit 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 f991a41c1a add support for switching between user-defined sequence of screens using Tab 16 years ago
Andrzej Rybczak 4ed9493abd add support for album artist tag 16 years ago
Andrzej Rybczak df15fe2bf4 add support for adding random artists/albums to playlist 16 years ago
Andrzej Rybczak ef6719f5bb make media library show more songs (with incomplete tags etc.) 16 years ago
Frank Blendinger a5882ee27f added a key to jump to a song in the media library 16 years ago
Andrzej Rybczak 2fb20fd572 add config options for communication mode with mpd (polling for default) 16 years ago
Frank Blendinger b504b346af screen_switcher between current and last screen 17 years ago
Andrzej Rybczak 70d1124800 fix refreshing screens with more than one column after seaching/filtering 17 years ago
Andrzej Rybczak 6cd420511d perform case insensitive searching in text fields 17 years ago
Andrzej Rybczak 5aa1613cfb make binding responsible for going to parent dir work in tag editor 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 5b2dbe026c do not delete items from playlist if sending command delete failed 17 years ago
Andrzej Rybczak db5efc6eb9 update screen in TraceMpdStatus(), not in the main loop 17 years ago
Andrzej Rybczak b9a14e37ab fix screen resize 17 years ago
Andrzej Rybczak fa9b58627a fix seeking with f/b in visualizer 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 dd866e9337 fix visualizer 17 years ago
Andrzej Rybczak b947575528 move code responsible for screen resize to SIGWINCH handler 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak 1a3e10dab7 new feature: toggle replay gain mode (requires >=mpd-0.16) 17 years ago
Andrzej Rybczak 62b7df69f3 new feature: refetch lyrics 17 years ago
Andrzej Rybczak 03f6fd904f new screen: mpd server info 17 years ago
Andrzej Rybczak 3551057dbb new feature: sort songs in browser by mtime (optional) 17 years ago
Andrzej Rybczak b48133a743 change keybinding for changing browse mode 17 years ago
Andrzej Rybczak 833f608d60 shorten long names in messages displayed in statusbar 17 years ago
Andrzej Rybczak 6f7b77c84e editing lyrics shouldn't require mpd_music_dir variable to be set 17 years ago
Andrzej Rybczak f61b4716a2 add support for multiple tags 17 years ago
Andrzej Rybczak 55173cb419 move local_browser variable from settings to Browser class 17 years ago
Andrzej Rybczak 1b2999ef8e fix compilation under mingw32 17 years ago
Andrzej Rybczak 45884e0895 fix a few bugs progressbar related (redrawing, colors) 17 years ago
Andrzej Rybczak cada9f4355 bold expected keys while waiting for keypress 17 years ago
Andrzej Rybczak 9e20858977 do not show cursor while waiting for only one keypress 17 years ago
Andrzej Rybczak 048fd2ffce refresh status window immediately after prompting user 17 years ago
Andrzej Rybczak 0d9f6fab7d add MPD::Connection::Toggle() and throw away MPD::Connection::Execute() 17 years ago
Andrzej Rybczak e304a6b7de WIN32 compilation fix 17 years ago
Andrzej Rybczak 66d4883728 fix compilation --with-iconv 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago
Andrzej Rybczak 70910b77ed make ncmpcpp compile with -fno-exceptions 17 years ago
Andrzej Rybczak 5a887861d7 move code responsible for marking song as now playing to display functions 17 years ago
Andrzej Rybczak 20b0bcc85e define NCURSES_MOUSE_VERSION if pdcurses is used 17 years ago
Andrzej Rybczak ad685091bc rename Menu::BoldOption() to Menu::Bold() 17 years ago
Andrzej Rybczak 3bdb798852 clean NCurse::List class a bit and remove a few redundant functions 17 years ago
Andrzej Rybczak 2f971147b1 change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying() 17 years ago
Andrzej Rybczak 8109d26daf refresh main screen only if necessary 17 years ago