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
/
window.cpp
Age
Commit message (
Expand
)
Author
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-06
window: preserve previous background color if only foreground is pushed
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-12
window: fix operators for const char/wchar_t *
Andrzej Rybczak
2012-09-11
remove remaining exclamation marks from messages
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-03
fix shadowing warnings
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-08-30
window: remove GetXY
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-26
display: rewrite Display::Columns and Display::SongsInColumns
Andrzej Rybczak
2012-08-25
implement input character queue and add PushCharacters macro utility
Andrzej Rybczak
2012-07-16
window: properly ignore all non-printable char codes (ctrl-?, F?, etc.)
Andrzej Rybczak
2012-07-16
window: interpret ctrl-h as backspace
Andrzej Rybczak
2012-03-30
fix compilation with gcc-4.7 (ticket #3478)
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-05-14
fix compilation with mingw32
Andrzej Rybczak
2010-02-17
handle invalid characters properly
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-11-13
window: store strings history in list instead of deque
Andrzej Rybczak
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-10-25
fix visualizer
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-09-30
supress warnings about signedness if pdcurses is used
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-20
reimplement Window::hasCoords if pdcurses is used
Andrzej Rybczak
2009-09-19
new feature: support for underlined text
Andrzej Rybczak
2009-09-17
change prototype of Window::Recreate() and throw away almost-duplicated code
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-06
move override wcwidth with 1 if WIN32 if defined to window.h
Andrzej Rybczak
2009-09-06
do not allocate mem for s in ToString on heap since it has const size
Andrzej Rybczak
2009-08-26
allow for unicode characters in progressbar_look
Andrzej Rybczak
2009-07-12
fix setting format flags in Window::operator<<(Format)
Andrzej Rybczak
2009-07-06
Revert "cosider different size of size_t type on 32bits and 64bits arches"
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-03
cosider different size of size_t type on 32bits and 64bits arches
Andrzej Rybczak
2009-05-25
new feature: mouse support
Andrzej Rybczak
2009-05-21
get rid of C style casts
Andrzej Rybczak
[next]