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
/
scrollpad.cpp
Age
Commit message (
Expand
)
Author
2010-01-30
update copyright notices
Andrzej Rybczak
2009-11-23
perform case insensitive searching in text fields
Andrzej Rybczak
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-10-25
make sure that MaxBeginning in Scrollpad::Refresh() is never negative
Andrzej Rybczak
2009-10-11
scrollpad: do not reset starting position automatically in Clear()
Andrzej Rybczak
2009-09-17
change prototype of Window::Recreate() and throw away almost-duplicated code
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
remove Clone() and EmptyClone() methods from NCurses::Window and derives
Andrzej Rybczak
2009-09-06
scrollpad: always create pad of minimal height equal visible height
Andrzej Rybczak
2009-09-06
simplify code in NCurses::Scrollpad::Flush() a bit
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-05-10
fix bug with removing format from artist's info screen
Andrzej Rybczak
2009-04-19
improve formatting removal
Andrzej Rybczak
2009-04-18
new feature: allow searching in help, lyrics and info screens
Andrzej Rybczak
2009-03-26
improve conversions std::string <=> std::wstring
Andrzej Rybczak
2009-03-05
put classes related to ncurses into NCurses namespace
Andrzej Rybczak
2009-03-04
use static_cast in Scrollpad::Flush() instead of reinterpret_cast
Andrzej Rybczak
2009-02-18
use ncurses pad instead of ncurses window by default
Andrzej Rybczak
2009-02-16
fix refreshing in clock screen while resizing / remove some unneded code
Andrzej Rybczak
2009-02-10
includes cleaning
Andrzej Rybczak
2009-02-05
fix Scrollpad::MoveTo()
Andrzej Rybczak
2009-01-22
color artist's info loaded from a file
Andrzej Rybczak
2009-01-20
get rid of Scrollpad::itsXPos as it's redunant
Andrzej Rybczak
2009-01-17
update fsf address and copyright info
Andrzej Rybczak
2009-01-13
initialize ints in Scrollpad::Flush() to zero
Andrzej Rybczak
2008-12-11
improve handling statusbar messages (+ some minor various fixes)
Andrzej Rybczak
2008-12-09
remove color parser / update Window, Scrollpad class and related stuff
Andrzej Rybczak
2008-10-07
another code clean-ups
unK
2008-10-07
include and ifdef clean-up
unK
2008-10-07
improve utf8 related stuff
unK
2008-10-05
fix various compiler warnings and a few minor bugs
unK
2008-09-27
make fetching lyrics and artist's info work in background
unK
2008-09-19
count proper tab length in Scrollpad::Add()
unK
2008-09-10
some fixes for color parser
unK
2008-09-05
classes cleaning
unK
2008-09-04
add playlist mode switcher (and some clean-ups ofc)
unK
2008-09-03
class Menu is template now / bunch of code clean-ups.
unK
2008-09-02
more clean-ups
unK
2008-09-02
code clean-ups
unK
2008-09-01
playlists management support and playlist editor screen added
unK
2008-08-27
'repeat one song' mode added + memleak fix and some code clean-ups
unK
2008-08-15
add lyrics screen
unknown
2008-08-13
optimization of scrolling and redrawing windows
unknown
2008-08-07
make taglib optional + more colors to define + other improvements
0.1.1
unknown
2008-08-04
repo starts
unknown