index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2009-09-23
make sure null pointer won't be dereferenced
Andrzej Rybczak
2009-09-23
fix Connection::AddSong()
Andrzej Rybczak
2009-09-23
fix very nasty bug that could cause billion of segfaults
Andrzej Rybczak
2009-09-23
WIN32 compilation fix
Andrzej Rybczak
2009-09-23
fix compilation --with-iconv
Andrzej Rybczak
2009-09-22
fix compilation --with-taglib
Andrzej Rybczak
2009-09-22
make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)
Andrzej Rybczak
2009-09-22
make use of CaseInsensitiveStringComparison() instead of copying strings
Andrzej Rybczak
2009-09-22
search engine: throw away SearchedPattern class and generalize the code
Andrzej Rybczak
2009-09-21
get rid of warnings about signed and unsigned integer comparison
Andrzej Rybczak
2009-09-21
make ncmpcpp compile with -fno-exceptions
Andrzej Rybczak
2009-09-21
window: move some members from protected to private section
Andrzej Rybczak
2009-09-21
set attributes in Menu::Refresh() by operators<<()
Andrzej Rybczak
2009-09-21
apply selected item prefix to menu before clearing the line
Andrzej Rybczak
2009-09-21
new feature: support for custom prefix/suffix of now playing song
Andrzej Rybczak
2009-09-20
move code responsible for marking song as now playing to display functions
Andrzej Rybczak
2009-09-20
add new function: Menu::CurrentlyDrawedPosition()
Andrzej Rybczak
2009-09-20
define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is used
Andrzej Rybczak
2009-09-20
redefine BUTTON2_PRESSED if ncurses is used
Andrzej Rybczak
2009-09-20
define NCURSES_MOUSE_VERSION if pdcurses is used
Andrzej Rybczak
2009-09-20
reimplement Window::hasCoords if pdcurses is used
Andrzej Rybczak
2009-09-20
do not attempt to include fftw3.h if configure didn't found it
Andrzej Rybczak
2009-09-20
--now-playing should return string converted to current locale
Andrzej Rybczak
2009-09-19
detect system charset encoding automatically
Andrzej Rybczak
2009-09-19
document NCurses::basic_buffer class
Andrzej Rybczak
2009-09-19
new feature: support for underlined text
Andrzej Rybczak
2009-09-19
rename Menu::BoldOption() to Menu::Bold()
Andrzej Rybczak
2009-09-19
clean NCurse::List class a bit and remove a few redundant functions
Andrzej Rybczak
2009-09-18
change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying()
Andrzej Rybczak
2009-09-18
refresh window after lyrics/artist info was (not) downloaded
Andrzej Rybczak
2009-09-18
document BasicScreen and Screen classse
Andrzej Rybczak
2009-09-17
fix displaying messages if player is stopped
Andrzej Rybczak
2009-09-17
if playlist is empty, clear its window
Andrzej Rybczak
2009-09-17
change prototype of Window::Recreate() and throw away almost-duplicated code
Andrzej Rybczak
2009-09-17
refresh statusbar only if necessary
Andrzej Rybczak
2009-09-17
refresh main screen only if necessary
Andrzej Rybczak
2009-09-16
reverse evaluation order so SetFormatting() won't be invoked if findme is empty
Andrzej Rybczak
2009-09-16
remove wrapper for Scrollpad::SetFormating() used with --enable-unicode
Andrzej Rybczak
2009-09-16
remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))
Andrzej Rybczak
2009-09-16
document NCurses::Scrollpad class
Andrzej Rybczak
2009-09-16
simplify NCurses::Menu::Goto()
Andrzej Rybczak
2009-09-16
if GetStringHelper is set in Menu<std::string>, invoke it
Andrzej Rybczak
2009-09-16
document NCurses::Menu class
Andrzej Rybczak
2009-09-16
display message about sorting playlist a bit earlier
Andrzej Rybczak
2009-09-16
if Colors struct contains clEnd, remove current color set from stack
Andrzej Rybczak
2009-09-16
remove GNUC_UNUSED from Window::Clear() argument
Andrzej Rybczak
2009-09-16
update copy contructor of NCurses::Window
Andrzej Rybczak
2009-09-16
remove Clone() and EmptyClone() methods from NCurses::Window and derives
Andrzej Rybczak
2009-09-16
document class NCurses::Window and remove some unused code from it
Andrzej Rybczak
2009-09-15
get rid of all mysterious numbers that meant length of string literals
Andrzej Rybczak
[next]