summaryrefslogtreecommitdiff
path: root/src/help.h
AgeCommit message (Expand)Author
2014-08-30help: make volume_change_step affect description of appropriate actionsAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2012-10-06actions: make ActionType enum classAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-16help: fix shadow warningAndrzej Rybczak
2012-09-16add ScreenType for screen's type identificationAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej 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-13adjust indentation of remaining classes in headersAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-04make use of override keyword if availableAndrzej Rybczak
2012-09-02finally kill NC::ListAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-08-14remove some hacky shitAndrzej Rybczak
2012-08-14keybinding system rewriteAndrzej Rybczak
2012-03-17update copyright datesAndrzej Rybczak
2011-11-12new feature: support for merging screens togetherAndrzej Rybczak
2011-11-01update copyright datesAndrzej Rybczak
2010-01-30update copyright noticesAndrzej Rybczak
2009-12-09screen_switcher between current and last screenFrank Blendinger
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-03-03make BasicScreen::{Enter,Space}Pressed() pure virtualAndrzej Rybczak
2009-03-03use private where appropriateAndrzej Rybczak
2009-02-17get rid of this awful casting to List *Andrzej Rybczak
2009-02-16provide generic interface for dealing with selected itemsAndrzej Rybczak
2009-02-14change namespace Help into classAndrzej Rybczak
2009-02-13separate some code from ncmpcpp.cppAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-01-17update fsf address and copyright infoAndrzej Rybczak
2008-12-09remove color parser / update Window, Scrollpad class and related stuffAndrzej Rybczak
2008-09-11code clean-ups (help screen initialization splitted)unK