summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-23make sure null pointer won't be dereferencedAndrzej Rybczak
2009-09-23fix Connection::AddSong()Andrzej Rybczak
2009-09-23fix very nasty bug that could cause billion of segfaultsAndrzej Rybczak
2009-09-23WIN32 compilation fixAndrzej Rybczak
2009-09-23fix compilation --with-iconvAndrzej Rybczak
2009-09-22fix compilation --with-taglibAndrzej Rybczak
2009-09-22make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)Andrzej Rybczak
2009-09-22make use of CaseInsensitiveStringComparison() instead of copying stringsAndrzej Rybczak
2009-09-22search engine: throw away SearchedPattern class and generalize the codeAndrzej Rybczak
2009-09-21get rid of warnings about signed and unsigned integer comparisonAndrzej Rybczak
2009-09-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-21window: move some members from protected to private sectionAndrzej Rybczak
2009-09-21set attributes in Menu::Refresh() by operators<<()Andrzej Rybczak
2009-09-21apply selected item prefix to menu before clearing the lineAndrzej Rybczak
2009-09-21new feature: support for custom prefix/suffix of now playing songAndrzej Rybczak
2009-09-20move code responsible for marking song as now playing to display functionsAndrzej Rybczak
2009-09-20add new function: Menu::CurrentlyDrawedPosition()Andrzej Rybczak
2009-09-20define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is usedAndrzej Rybczak
2009-09-20redefine BUTTON2_PRESSED if ncurses is usedAndrzej Rybczak
2009-09-20define NCURSES_MOUSE_VERSION if pdcurses is usedAndrzej Rybczak
2009-09-20reimplement Window::hasCoords if pdcurses is usedAndrzej Rybczak
2009-09-20do not attempt to include fftw3.h if configure didn't found itAndrzej Rybczak
2009-09-20--now-playing should return string converted to current localeAndrzej Rybczak
2009-09-19detect system charset encoding automaticallyAndrzej Rybczak
2009-09-19document NCurses::basic_buffer classAndrzej Rybczak
2009-09-19new feature: support for underlined textAndrzej Rybczak
2009-09-19rename Menu::BoldOption() to Menu::Bold()Andrzej Rybczak
2009-09-19clean NCurse::List class a bit and remove a few redundant functionsAndrzej Rybczak
2009-09-18change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()Andrzej Rybczak
2009-09-18refresh window after lyrics/artist info was (not) downloadedAndrzej Rybczak
2009-09-18document BasicScreen and Screen classseAndrzej Rybczak
2009-09-17fix displaying messages if player is stoppedAndrzej Rybczak
2009-09-17if playlist is empty, clear its windowAndrzej Rybczak
2009-09-17change prototype of Window::Recreate() and throw away almost-duplicated codeAndrzej Rybczak
2009-09-17refresh statusbar only if necessaryAndrzej Rybczak
2009-09-17refresh main screen only if necessaryAndrzej Rybczak
2009-09-16reverse evaluation order so SetFormatting() won't be invoked if findme is emptyAndrzej Rybczak
2009-09-16remove wrapper for Scrollpad::SetFormating() used with --enable-unicodeAndrzej Rybczak
2009-09-16remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))Andrzej Rybczak
2009-09-16document NCurses::Scrollpad classAndrzej Rybczak
2009-09-16simplify NCurses::Menu::Goto()Andrzej Rybczak
2009-09-16if GetStringHelper is set in Menu<std::string>, invoke itAndrzej Rybczak
2009-09-16document NCurses::Menu classAndrzej Rybczak
2009-09-16display message about sorting playlist a bit earlierAndrzej Rybczak
2009-09-16if Colors struct contains clEnd, remove current color set from stackAndrzej Rybczak
2009-09-16remove GNUC_UNUSED from Window::Clear() argumentAndrzej Rybczak
2009-09-16update copy contructor of NCurses::WindowAndrzej Rybczak
2009-09-16remove Clone() and EmptyClone() methods from NCurses::Window and derivesAndrzej Rybczak
2009-09-16document class NCurses::Window and remove some unused code from itAndrzej Rybczak
2009-09-15get rid of all mysterious numbers that meant length of string literalsAndrzej Rybczak