Andrzej Rybczak
|
1b6cb65f3a
|
actions: add support for range selection and make a few actions work on ranges
|
11 years ago |
Andrzej Rybczak
|
2caf08aaa7
|
split PressSpace action into modular pieces
|
11 years ago |
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
11 years ago |
Andrzej Rybczak
|
cf6cf7d787
|
help: correct a typo
|
11 years ago |
Andrzej Rybczak
|
38b1064f1f
|
actions: move item selection to its own action and bind it to insert
|
11 years ago |
Andrzej Rybczak
|
3bd9c88f05
|
actions: only shuffle selected range of playlist if applicable
|
11 years ago |
Andrzej Rybczak
|
0c58af8c53
|
window: support new colors also as borders
|
11 years ago |
Andrzej Rybczak
|
059db198be
|
window: support 'previous' background value for better composability
|
12 years ago |
Andrzej Rybczak
|
fce3816b3c
|
help: display available colors and numbers that identify them
|
12 years ago |
Andrzej Rybczak
|
309a4989c9
|
remove filtering
|
12 years ago |
Andrzej Rybczak
|
4f95825fa8
|
actions: make JumpToPlayingSong work also if player is stopped
|
12 years ago |
Andrzej Rybczak
|
84c90868a1
|
add visualizer_sample_multiplier config option
|
12 years ago |
Andrzej Rybczak
|
fe34852c31
|
help: make volume_change_step affect description of appropriate actions
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
5ae6dce252
|
help: add description of 'set volume' action
|
12 years ago |
Andrzej Rybczak
|
7167d036d0
|
actions: require action to be non-null if we query by action type
|
13 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
14 years ago |
Andrzej Rybczak
|
df9ecabb55
|
window: make color/format/border class enums
|
14 years ago |
Andrzej Rybczak
|
97555c4c3d
|
actions: make ActionType enum class
|
14 years ago |
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
14 years ago |
Andrzej Rybczak
|
43924f88e1
|
scrollpad: use std::string as container
|
14 years ago |
Matthew Hague
|
b487f10f10
|
media library: add support for sorting by mtime
|
14 years ago |
Andrzej Rybczak
|
add40d542d
|
bindings: guarantee ordering of bindings of the same key
|
14 years ago |
Andrzej Rybczak
|
07fc58015e
|
bindings: add support for defining and executing commands
|
14 years ago |
Andrzej Rybczak
|
552bc77318
|
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
|
14 years ago |
Andrzej Rybczak
|
ddd18681ba
|
help: fix shadow warning
|
14 years ago |
Andrzej Rybczak
|
077930df78
|
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
|
14 years ago |
Andrzej Rybczak
|
b4ab065b2d
|
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
|
14 years ago |
Andrzej Rybczak
|
3d2e5adae8
|
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
|
14 years ago |
Andrzej Rybczak
|
14587cb4ec
|
abstract shared parts of switchTo methods away
|
14 years ago |
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
14 years ago |
Andrzej Rybczak
|
1891c1c050
|
do not initialize screens lazily as it doesn't make much sense
|
14 years ago |
Andrzej Rybczak
|
7c3f93e211
|
fix shadow warnings gcc produces
|
14 years ago |
Andrzej Rybczak
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
14 years ago |
Andrzej Rybczak
|
8f065e2da3
|
status: split NcmpcppStatusChanged into smaller pieces
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
a26b1f62f9
|
actions: implement filtering playlist on priorities
|
14 years ago |
Andrzej Rybczak
|
c935dcf11a
|
global: remove RedrawHeader
|
14 years ago |
Andrzej Rybczak
|
dc62bd5c29
|
actions: adjust names of a few actions to be more descriptive
|
14 years ago |
Andrzej Rybczak
|
c34bcee12b
|
actions: rename DeselectItems to RemoveSelection
|
14 years ago |
Andrzej Rybczak
|
fe9bcfbeab
|
bindings: add support for parsing/displaying insert key
|
14 years ago |
Andrzej Rybczak
|
1be7676187
|
rename keys.{cpp,h} to bindings.{cpp,h}
|
14 years ago |
Andrzej Rybczak
|
39c5087d18
|
actions: guarantee that action will not be executed without checks
|
14 years ago |
Andrzej Rybczak
|
ad297ba059
|
actions: make separators toggle work in all screens
|
14 years ago |
Andrzej Rybczak
|
95e2cfe6e1
|
move keys related functions/classes to separate file
|
14 years ago |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |