914 Commits (b504b346af4e669e610982d3c9ee811f61f83b99)
 

Author SHA1 Message Date
Frank Blendinger b504b346af screen_switcher between current and last screen 16 years ago
Frank Blendinger 64f64895ac hide inact. "cur playlist" entry in selection menu 16 years ago
Jacek Sowiński 2b6e24131d add bash completion for ncmpcpp 16 years ago
Andrzej Rybczak e6a359ae76 fix crash that happened with empty playlist and pressed space 17 years ago
Andrzej Rybczak d2d716fd35 fix updating bitrate of current song 17 years ago
Andrzej Rybczak 70d1124800 fix refreshing screens with more than one column after seaching/filtering 17 years ago
Frank Blendinger e9df8062e7 sort playlists in SelectedItemsAdder menu 17 years ago
Andrzej Rybczak 6f3eca898a refresh lyrics window after local lyrics are reloaded 17 years ago
Andrzej Rybczak ce7be2d476 make SelectedItemsAdder work with local directories 17 years ago
Andrzej Rybczak 5aaafba545 if there is no selected items, treat the current one as selected 17 years ago
Andrzej Rybczak 03129784d4 new feature: add selected items to playlist at given position 17 years ago
Andrzej Rybczak d2b9aee650 add missing files: tolower.{cpp,h} 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 0dc076742f tag editor: add support for numerating tracks using xx/xx format 17 years ago
Andrzej Rybczak 07099d4dc0 clear menu option right before rewriting it, not earlier 17 years ago
Andrzej Rybczak fdb9bfcd4f remove a piece of code that was overwriting statusbar without any checks 17 years ago
Andrzej Rybczak 3365b066c3 window: store strings history in list instead of deque 17 years ago
Andrzej Rybczak 180d71ed28 tag editor: refresh filename parser windows properly 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 b83adc01b9 check for errors after calling status updater 17 years ago
Andrzej Rybczak d4fddf4466 update directory after db update only if current screen is browser 17 years ago
Andrzej Rybczak 3b7f19f095 new feature: support for centered cursor (disabled by default) 17 years ago
Andrzej Rybczak 35a182d79e add support for scrolling the list with mouse wheel by given number of lines 17 years ago
Andrzej Rybczak c6e26e121f do not ask if one wants to enter password, just ask for password 17 years ago
Andrzej Rybczak 5b2dbe026c do not delete items from playlist if sending command delete failed 17 years ago
Andrzej Rybczak 60d932ef68 fix 'db update' flag not being updated if mpd is stopped 17 years ago
Andrzej Rybczak 0a95aebd7c improve elapsed time handling 17 years ago
Andrzej Rybczak b6059e2255 visualizer: set interval between "synchronizations" to sane value 17 years ago
Andrzej Rybczak dfb4653669 fix MPD::Connection::Add() 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 23d5601968 fix config option description in man page 17 years ago
Andrzej Rybczak 95ce4065ae add event handler for MPD_IDLE_OUTPUT notification 17 years ago
Andrzej Rybczak e43ea18d29 provide a way to sync between visualization and sound 17 years ago
Andrzej Rybczak 164d32c079 use one global timer instead of several local ones 17 years ago
Andrzej Rybczak a91d02e181 fix bug that could cause ncmpcpp termination 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 9f5e9e60ff use idle mask to see what changed instead of comparing old and new status 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak 08f4459b54 make sure that MaxBeginning in Scrollpad::Refresh() is never negative 17 years ago
Andrzej Rybczak e112e0d975 use select() instead of poll() as it's portable 17 years ago
Andrzej Rybczak 3e99bba5b8 use idle notifications instead of polling mpd all the time 17 years ago
Andrzej Rybczak eff5ebba4e fix locating now playing song in browser (using 'o') 17 years ago
Andrzej Rybczak 2af8b1f91b change descriptions for mpd statistics since they can be misleading 17 years ago
Andrzej Rybczak 1a3e10dab7 new feature: toggle replay gain mode (requires >=mpd-0.16) 17 years ago
Andrzej Rybczak 75c4c791fd clear and refresh statusbar immediately after unlock if mpd is stopped 17 years ago