index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
help.h
Age
Commit message (
Expand
)
Author
2014-08-30
help: make volume_change_step affect description of appropriate actions
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-06
actions: make ActionType enum class
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
help: fix shadow warning
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
fix shadow warnings gcc produces
Andrzej Rybczak
2012-09-13
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-14
remove some hacky shit
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-03-03
make BasicScreen::{Enter,Space}Pressed() pure virtual
Andrzej Rybczak
2009-03-03
use private where appropriate
Andrzej Rybczak
2009-02-17
get rid of this awful casting to List *
Andrzej Rybczak
2009-02-16
provide generic interface for dealing with selected items
Andrzej Rybczak
2009-02-14
change namespace Help into class
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak
2009-02-10
includes cleaning
Andrzej Rybczak
2009-01-17
update fsf address and copyright info
Andrzej Rybczak
2008-12-09
remove color parser / update Window, Scrollpad class and related stuff
Andrzej Rybczak
2008-09-11
code clean-ups (help screen initialization splitted)
unK