572 Commits (308c2be2f6401bc12e976ead6a1e21871abf7d6a)

Author SHA1 Message Date
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
Andrzej Rybczak ff84ba8d9d reverse evaluation order so SetFormatting() won't be invoked if findme is empty 17 years ago
Andrzej Rybczak 6723808c4f remove wrapper for Scrollpad::SetFormating() used with --enable-unicode 17 years ago
Andrzej Rybczak d7491f8acb limit trigger for mouse actions to prevent execution of the same action twice 17 years ago
Andrzej Rybczak 30b8622776 get total time from mpd status, not from currently playing track 17 years ago
Andrzej Rybczak 3108fbf0c0 fix two minor bugs with colors 17 years ago
Andrzej Rybczak 56be1cb753 make Window::SetColor protected as it doesn't respect stacked colors 17 years ago
Andrzej Rybczak 3aa0f6a03b make color of separators used in alternative user interface customizable 17 years ago
Andrzej Rybczak b5445bfe5b remove myPlaylist->EnableHighlighing() since it's not needed here anymore 17 years ago
Andrzej Rybczak 6843b98627 throw away all NULLs and replace them by 0s 17 years ago
Andrzej Rybczak 0a22debf0e block displaying elapsed time while seeking properly (alternative ui) 17 years ago
Andrzej Rybczak 762f233b96 do not destroy screen at exit if pdcurses library is used 17 years ago
Andrzej Rybczak 0959336040 move TinyTagEditor class to separate file / a bit of code cleaning 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak 4f3040e0ec move code responsible for adding selected items to playlists to misc.cpp 17 years ago
Andrzej Rybczak ab54ceaf71 do not display '>' char if progressbar's width is equal to screen's width 17 years ago
Andrzej Rybczak 7c593fa90c make visualizer work after mpd restart 17 years ago
Andrzej Rybczak 75f9f840f7 new screen: music visualizer 17 years ago
Andrzej Rybczak bc1a8a2d1a allow for unicode characters in progressbar_look 17 years ago
Andrzej Rybczak b13479e014 do not restrict statusbar_visibility option if alternative ui is active 17 years ago
Andrzej Rybczak d92d7779e2 make progressbar look customizable 17 years ago
Andrzej Rybczak 8c3760111d new feature: display remaining time of song instead of elapsed time 17 years ago
Andrzej Rybczak 8a9eebda26 narrow tolerance for very small screen 17 years ago
Andrzej Rybczak 7a85a15ff2 simplify code responsible for adding items with 'a' more 17 years ago
Andrzej Rybczak 68b724d9de remove duplicated (and by the way quite broken) code 17 years ago
Andrzej Rybczak d8648d2f33 always restore old cerr buffer at exit 17 years ago
Andrzej Rybczak b6278b631a remove redundant braces 17 years ago
Andrzej Rybczak 2d9d22281a new config option: jump_to_now_playing_song_at_start (enabled by default) 17 years ago
Andrzej Rybczak 195d8b4e34 ask if one really wants to clear main playlist (disabled by default) 17 years ago
Andrzej Rybczak 8bc5d73b06 accept percentage values 0-100 for seeking instead of 1-99 17 years ago
Andrzej Rybczak abdc042b04 fix possible issues with additinal windows due to too small screen size 17 years ago
Andrzej Rybczak c30fec4ee6 redraw volume state after header update only if classic interface is active 17 years ago
Andrzej Rybczak b51975e6bf fix displaying screen numbers at start if alternative UI is enabled 17 years ago
Andrzej Rybczak 101f01941d new feature: alternative user interface 17 years ago
Andrzej Rybczak e5e8261c40 a few more "postfix to prefix" operator++ changes 17 years ago
Andrzej Rybczak d9b844fce2 one more fix for 450bf1b6 17 years ago
Andrzej Rybczak a77bd03e53 update header window after going to now playing song in browser 17 years ago
Andrzej Rybczak 26326de2c8 fix setting format flags in Window::operator<<(Format) 17 years ago
Andrzej Rybczak c20d8694ae new feature: allow for fixed size columns 17 years ago
Andrzej Rybczak 113e54c85c Revert "cosider different size of size_t type on 32bits and 64bits arches" 17 years ago