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.cpp
Age
Commit message (
Expand
)
Author
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-09-27
playlist: remove enterPressed
Andrzej Rybczak
2015-09-27
outputs: replace enterPressed with toggleOutput
Andrzej Rybczak
2015-09-27
help: show defined action chains
Andrzej Rybczak
2015-05-24
actions: add support for selecting found items
Andrzej Rybczak
2015-05-23
actions: add support for range selection and make a few actions work on ranges
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-14
bindinds: add support for alt/ctrl/shift modifiers and escape key
Andrzej Rybczak
2015-05-12
window: redefine special key values
Andrzej Rybczak
2015-05-09
help: correct a typo
Andrzej Rybczak
2015-05-09
actions: move item selection to its own action and bind it to insert
Andrzej Rybczak
2015-05-02
actions: only shuffle selected range of playlist if applicable
Andrzej Rybczak
2014-11-15
window: support new colors also as borders
Andrzej Rybczak
2014-11-11
window: support 'previous' background value for better composability
Andrzej Rybczak
2014-11-09
help: display available colors and numbers that identify them
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-09-12
actions: make JumpToPlayingSong work also if player is stopped
Andrzej Rybczak
2014-09-02
add visualizer_sample_multiplier config option
Andrzej Rybczak
2014-08-30
help: make volume_change_step affect description of appropriate actions
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-12-25
help: add description of 'set volume' action
Andrzej Rybczak
2013-07-13
actions: require action to be non-null if we query by action type
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
actions: make ActionType enum class
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
2012-09-20
bindings: guarantee ordering of bindings of the same key
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-19
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
Andrzej Rybczak
2012-09-16
help: fix shadow warning
Andrzej Rybczak
2012-09-15
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
Andrzej Rybczak
2012-09-15
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
Andrzej Rybczak
2012-09-15
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
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
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-08
actions: implement filtering playlist on priorities
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-06
actions: adjust names of a few actions to be more descriptive
Andrzej Rybczak
2012-09-05
actions: rename DeselectItems to RemoveSelection
Andrzej Rybczak
2012-09-05
bindings: add support for parsing/displaying insert key
Andrzej Rybczak
2012-09-05
rename keys.{cpp,h} to bindings.{cpp,h}
Andrzej Rybczak
[next]