summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2013-12-25window: use readline for handling line inputAndrzej Rybczak
2013-04-07update copyright infoAndrzej 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-10-02fix header guardsAndrzej 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-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-05status: optimize filtering when chars are being taken from input queueAndrzej Rybczak
2012-09-03fix shadowing warningsAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02strbuffer: reorder headersAndrzej Rybczak
2012-09-02get rid of HAVE_CONFIG_H directivesAndrzej Rybczak
2012-09-02window: adjust indentationAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-31menu: generalize filtering, introduce interfacesAndrzej 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-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-16fix a few issues with win32 buildAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16window: interpret ctrl-h as backspaceAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-07-31window: make new BUTTON2_PRESSED definition more clearAndrzej 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-21make ncmpcpp compile with -fno-exceptionsAndrzej Rybczak
2009-09-21window: move some members from protected to private sectionAndrzej Rybczak
2009-09-21set attributes in Menu::Refresh() by operators<<()Andrzej Rybczak
2009-09-20define NCURSES_MOUSE_VERSION as 1 (not 2) if pdcurses is usedAndrzej Rybczak
2009-09-20redefine BUTTON2_PRESSED if ncurses is usedAndrzej Rybczak
2009-09-20define NCURSES_MOUSE_VERSION 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-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-06make Window::SetColor protected as it doesn't respect stacked colorsAndrzej Rybczak
2009-09-06move override wcwidth with 1 if WIN32 if defined to window.hAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-07-13make Window::{Bold,Reverse,AltCharset} protectedAndrzej Rybczak
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak