summaryrefslogtreecommitdiff
path: root/src/ncmpcpp.cpp
AgeCommit message (Expand)Author
2013-04-07ncmpcpp: fix custom startup screenAndrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06actions: use namespaceAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-09-20bindings: guarantee ordering of bindings of the same keyAndrzej Rybczak
2012-09-20bindings: add support for defining and executing commandsAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-14playlist: define main screen as non-pointerAndrzej Rybczak
2012-09-14make defining screens with main window type as non-pointer possibleAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12require mpd >= 0.16.0Andrzej Rybczak
2012-09-12actions: remove Actions::DesignChanged flagAndrzej Rybczak
2012-09-12actions: remove Action::OrderResize, use ResizeScreen directlyAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-11playlist: fix highlight disablingAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-08move ParseArgv to separate fileAndrzej Rybczak
2012-09-08comparators: generalize objects a bitAndrzej Rybczak
2012-09-07reduce number of calls to gettimeofdayAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-06add example bindings configuration file with comprehensive descriptionAndrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak
2012-09-05keys: implement parsing key configuration fileAndrzej Rybczak
2012-09-05move keys related functions/classes to separate fileAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02remove warnings clang generatesAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-29split majority of helpers and rewrite a few heinous functionsAndrzej Rybczak
2012-08-27require MPD >= 0.14Andrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-25initial support for binding keys to action chainsAndrzej Rybczak
2012-08-25fix screen refresh at startupAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-14playlist: rewrite sorting so it's much less crypticAndrzej Rybczak
2012-08-14make displayed messages more consistentAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16settings: fix columns generation without configuration file (ticket #3490)Andrzej Rybczak
2012-07-16settings: make progressbar more customizable (elapsed time part color, boldness)Andrzej Rybczak
2012-07-15corrections for previous commitAndrzej Rybczak
2012-07-15add custom sort formatMaarten de Vries
2012-07-13Add command to clear filter.Marc Jessome
2012-07-13jump to current song at startup even if it's not currently playedAndrzej Rybczak