806 Commits (0d9f6fab7d203c3dabc6d5fdfa616e6f12b5ebf0)
 

Author SHA1 Message Date
Andrzej Rybczak 0d9f6fab7d add MPD::Connection::Toggle() and throw away MPD::Connection::Execute() 17 years ago
Andrzej Rybczak d2f516d15c replace the last one mpd_song_get_uri with MyFilename() 17 years ago
Andrzej Rybczak 01c138e680 make sure null pointer won't be dereferenced 17 years ago
Andrzej Rybczak 08cb912424 fix Connection::AddSong() 17 years ago
Andrzej Rybczak 04f822b44a fix very nasty bug that could cause billion of segfaults 17 years ago
Andrzej Rybczak e304a6b7de WIN32 compilation fix 17 years ago
Andrzej Rybczak 66d4883728 fix compilation --with-iconv 17 years ago
Andrzej Rybczak 24627d8493 fix compilation --with-taglib 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago
Andrzej Rybczak aad9146397 make use of CaseInsensitiveStringComparison() instead of copying strings 17 years ago
Andrzej Rybczak 31a5363434 search engine: throw away SearchedPattern class and generalize the code 17 years ago
Andrzej Rybczak dbc9b5a216 get rid of warnings about signed and unsigned integer comparison 17 years ago
Andrzej Rybczak 0a1d2e37ae add -fno-exceptions to CXXFLAGS if compiler supports it 17 years ago
Andrzej Rybczak 70910b77ed make ncmpcpp compile with -fno-exceptions 17 years ago
Andrzej Rybczak 14a774b8a3 window: move some members from protected to private section 17 years ago
Andrzej Rybczak 1a3dcbfe17 set attributes in Menu::Refresh() by operators<<() 17 years ago
Andrzej Rybczak ec18a34513 apply selected item prefix to menu before clearing the line 17 years ago
Andrzej Rybczak ead5255df1 new feature: support for custom prefix/suffix of now playing song 17 years ago
Andrzej Rybczak 5a887861d7 move code responsible for marking song as now playing to display functions 17 years ago
Andrzej Rybczak b47ad169dc add new function: Menu::CurrentlyDrawedPosition() 17 years ago
Andrzej Rybczak d995b9f065 define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is used 17 years ago
Andrzej Rybczak 91ffdf9799 redefine BUTTON2_PRESSED if ncurses is used 17 years ago
Andrzej Rybczak 20b0bcc85e define NCURSES_MOUSE_VERSION if pdcurses is used 17 years ago
Andrzej Rybczak 487b2fc1c9 reimplement Window::hasCoords if pdcurses is used 17 years ago
Andrzej Rybczak d48403057d do not attempt to include fftw3.h if configure didn't found it 17 years ago
Andrzej Rybczak 4d99d11cfe --now-playing should return string converted to current locale 17 years ago
Andrzej Rybczak 310ea04f3e detect system charset encoding automatically 17 years ago
Andrzej Rybczak f0b2c690ef document NCurses::basic_buffer class 17 years ago
Andrzej Rybczak 0a2a7290f6 new feature: support for underlined text 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 7c9363c174 refresh window after lyrics/artist info was (not) downloaded 17 years ago
Andrzej Rybczak e6a64b9c63 document BasicScreen and Screen classse 17 years ago
Andrzej Rybczak e78c355ece fix displaying messages if player is stopped 17 years ago
Andrzej Rybczak d36f57cc16 if playlist is empty, clear its window 17 years ago
Andrzej Rybczak eee80427fe change prototype of Window::Recreate() and throw away almost-duplicated code 17 years ago
Andrzej Rybczak 4426442ed0 refresh statusbar only if necessary 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 cf3f8350c0 remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&)) 17 years ago
Andrzej Rybczak d3a9dcf53c document NCurses::Scrollpad class 17 years ago
Andrzej Rybczak 436dbddc81 simplify NCurses::Menu::Goto() 17 years ago
Andrzej Rybczak d73230cdb2 if GetStringHelper is set in Menu<std::string>, invoke it 17 years ago
Andrzej Rybczak f1ff84302e document NCurses::Menu class 17 years ago
Andrzej Rybczak 2cdbee4124 display message about sorting playlist a bit earlier 17 years ago
Andrzej Rybczak 84418130fe if Colors struct contains clEnd, remove current color set from stack 17 years ago
Andrzej Rybczak f734b43229 remove GNUC_UNUSED from Window::Clear() argument 17 years ago
Andrzej Rybczak da4457a6e5 update copy contructor of NCurses::Window 17 years ago