| add -fno-exceptions to CXXFLAGS if compiler supports it |
|
More...
|
over 16 years ago
|
| make ncmpcpp compile with -fno-exceptions |
|
More...
|
over 16 years ago
|
| window: move some members from protected to private section |
|
More...
|
over 16 years ago
|
| set attributes in Menu::Refresh() by operators<<() |
|
More...
|
over 16 years ago
|
| apply selected item prefix to menu before clearing the line |
|
More...
|
over 16 years ago
|
| new feature: support for custom prefix/suffix of now playing song |
|
More...
|
over 16 years ago
|
| move code responsible for marking song as now playing to display functions |
|
More...
|
over 16 years ago
|
| add new function: Menu::CurrentlyDrawedPosition() |
|
More...
|
over 16 years ago
|
| define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is used |
|
More...
|
over 16 years ago
|
| redefine BUTTON2_PRESSED if ncurses is used |
|
More...
|
over 16 years ago
|
| define NCURSES_MOUSE_VERSION if pdcurses is used |
|
More...
|
over 16 years ago
|
| reimplement Window::hasCoords if pdcurses is used |
|
More...
|
over 16 years ago
|
| do not attempt to include fftw3.h if configure didn't found it |
|
More...
|
over 16 years ago
|
| --now-playing should return string converted to current locale |
|
More...
|
over 16 years ago
|
| detect system charset encoding automatically |
|
More...
|
over 16 years ago
|
| document NCurses::basic_buffer class |
|
More...
|
over 16 years ago
|
| new feature: support for underlined text |
|
More...
|
over 16 years ago
|
| rename Menu::BoldOption() to Menu::Bold() |
|
More...
|
over 16 years ago
|
| clean NCurse::List class a bit and remove a few redundant functions |
|
More...
|
over 16 years ago
|
| change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying() |
|
More...
|
over 16 years ago
|
| refresh window after lyrics/artist info was (not) downloaded |
|
More...
|
over 16 years ago
|
| document BasicScreen and Screen classse |
|
More...
|
over 16 years ago
|
| fix displaying messages if player is stopped |
|
More...
|
over 16 years ago
|
| if playlist is empty, clear its window |
|
More...
|
over 16 years ago
|
| change prototype of Window::Recreate() and throw away almost-duplicated code |
|
More...
|
over 16 years ago
|
| refresh statusbar only if necessary |
|
More...
|
over 16 years ago
|
| refresh main screen only if necessary |
|
More...
|
over 16 years ago
|
| reverse evaluation order so SetFormatting() won't be invoked if findme is empty |
|
More...
|
over 16 years ago
|
| remove wrapper for Scrollpad::SetFormating() used with --enable-unicode |
|
More...
|
over 16 years ago
|
| remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&)) |
|
More...
|
over 16 years ago
|