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.h
Age
Commit message (
Expand
)
Author
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-07
scrollpad: add support for regex searching
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-10-06
rewrite major part of strbuffer and Scrollpad::flush
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
strbuffer: change basic_buffer to BasicBuffer
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-06
scrollpad: make m_beginning unsigned
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-03
scrollpad: adjust indentation in header file
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
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-11
scrollpad: do not reset starting position automatically in Clear()
Andrzej Rybczak
2009-09-19
document NCurses::basic_buffer class
Andrzej Rybczak
2009-09-17
change prototype of Window::Recreate() and throw away almost-duplicated code
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
remove Clone() and EmptyClone() methods from NCurses::Window and derives
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-10
use typename keyword instead of class as it's more logical
Andrzej Rybczak
2009-03-05
put classes related to ncurses into NCurses namespace
Andrzej Rybczak
2009-02-18
use ncurses pad instead of ncurses window by default
Andrzej Rybczak
2009-02-10
includes cleaning
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
2008-12-09
remove color parser / update Window, Scrollpad class and related stuff
Andrzej Rybczak
2008-10-07
another code clean-ups
unK
2008-09-05
classes cleaning
unK
2008-09-03
class Menu is template now / bunch of code 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-04
repo starts
unknown