summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2014-11-15remove support for PDCursesAndrzej Rybczak
2014-11-15window: support new colors also as bordersAndrzej Rybczak
2014-11-11window: support 'previous' background value for better composabilityAndrzej Rybczak
2014-11-11window: fill background color on clearing to EOLAndrzej Rybczak
2014-11-08window: change internal color representationAndrzej Rybczak
2014-11-06Merge branch '0.6.x'Andrzej Rybczak
2014-11-06window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1Andrzej Rybczak
2014-10-31window: rename getString to promptAndrzej Rybczak
2014-10-31window: add ScopedStringHelper and use it where appropriateAndrzej Rybczak
2014-10-31window: support early exit from the readline prompt with Ctrl-{C,G}Andrzej Rybczak
2014-09-06window: readline: ignore escape keyAndrzej Rybczak
2014-09-03window: enable nonl and use raw terminal modeAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27window: fix exiting from getString if helper indicates soAndrzej Rybczak
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