summaryrefslogtreecommitdiff
path: root/src/help.cpp
AgeCommit message (Expand)Author
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-09-20media library: add support for sorting by mtimeMatthew Hague
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-19actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}Andrzej Rybczak
2012-09-16help: fix shadow warningAndrzej Rybczak
2012-09-15actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsModeAndrzej Rybczak
2012-09-15actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngineAndrzej Rybczak
2012-09-15actions: split ShowBrowser into showBrowser and ChangeBrowseModeAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej 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-13fix shadow warnings gcc producesAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08actions: implement filtering playlist on prioritiesAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-06actions: adjust names of a few actions to be more descriptiveAndrzej Rybczak
2012-09-05actions: rename DeselectItems to RemoveSelectionAndrzej Rybczak
2012-09-05bindings: add support for parsing/displaying insert keyAndrzej Rybczak
2012-09-05rename keys.{cpp,h} to bindings.{cpp,h}Andrzej Rybczak
2012-09-05actions: guarantee that action will not be executed without checksAndrzej Rybczak
2012-09-05actions: make separators toggle work in all screensAndrzej Rybczak
2012-09-05move keys related functions/classes to separate fileAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-29more cleanup and grouping functions logically togetherAndrzej Rybczak
2012-08-28restrict conversions being done in strbufferAndrzej Rybczak
2012-08-27some general source code tweaksAndrzej Rybczak
2012-08-25initial support for binding keys to action chainsAndrzej Rybczak
2012-08-25add support for binding actions to multibyte charactersAndrzej Rybczak
2012-08-16settings: bind backspace actions also to Ctrl-HAndrzej Rybczak
2012-08-14add a few informational messagesAndrzej Rybczak
2012-08-14playlist editor: disallow cropping/clearing filtered playlistsAndrzej Rybczak
2012-08-14add support for priorities (queueing)Andrzej Rybczak
2012-08-14remove some hacky shitAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-07-16help: fix typoAndrzej Rybczak
2012-07-13Add command to clear filter.Marc Jessome
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2011-10-18new feature: support for fetching lyrics for currently playing song in backgr...Andrzej Rybczak
2011-07-07adjust indentation of code from previous patches and make shift-tab customizableAndrzej Rybczak