summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
2013-04-07update copyright infoAndrzej Rybczak
2012-10-06window: preserve previous background color if only foreground is pushedAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-09-20bindings: add support for defining and executing commandsAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-12window: fix operators for const char/wchar_t *Andrzej Rybczak
2012-09-11remove remaining exclamation marks from messagesAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-03fix shadowing warningsAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-30window: remove GetXYAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-28rewrite MPD::Song objectAndrzej Rybczak
2012-08-26display: rewrite Display::Columns and Display::SongsInColumnsAndrzej Rybczak
2012-08-25implement input character queue and add PushCharacters macro utilityAndrzej Rybczak
2012-07-16window: properly ignore all non-printable char codes (ctrl-?, F?, etc.)Andrzej Rybczak
2012-07-16window: interpret ctrl-h as backspaceAndrzej Rybczak
2012-03-30fix compilation with gcc-4.7 (ticket #3478)Andrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-05-14fix compilation with mingw32Andrzej Rybczak
2010-02-17handle invalid characters properlyAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-11-13window: store strings history in list instead of dequeAndrzej Rybczak
2009-11-13simplify Clear() in Window and its derivativesAndrzej Rybczak
2009-10-25fix visualizerAndrzej Rybczak
2009-10-25poll both stdin and mpd using one select()Andrzej Rybczak
2009-09-30supress warnings about signedness if pdcurses is usedAndrzej Rybczak
2009-09-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-21window: move some members from protected to private sectionAndrzej Rybczak
2009-09-20reimplement Window::hasCoords if pdcurses is usedAndrzej Rybczak
2009-09-19new feature: support for underlined textAndrzej Rybczak
2009-09-17change prototype of Window::Recreate() and throw away almost-duplicated codeAndrzej Rybczak
2009-09-16if Colors struct contains clEnd, remove current color set from stackAndrzej Rybczak
2009-09-16remove GNUC_UNUSED from Window::Clear() argumentAndrzej Rybczak
2009-09-16update copy contructor of NCurses::WindowAndrzej Rybczak
2009-09-16remove Clone() and EmptyClone() methods from NCurses::Window and derivesAndrzej Rybczak
2009-09-16document class NCurses::Window and remove some unused code from itAndrzej Rybczak
2009-09-06move override wcwidth with 1 if WIN32 if defined to window.hAndrzej Rybczak
2009-09-06do not allocate mem for s in ToString on heap since it has const sizeAndrzej Rybczak
2009-08-26allow for unicode characters in progressbar_lookAndrzej Rybczak
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak
2009-07-06Revert "cosider different size of size_t type on 32bits and 64bits arches"Andrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-03cosider different size of size_t type on 32bits and 64bits archesAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-21get rid of C style castsAndrzej Rybczak