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
/
actions.h
Age
Commit message (
Expand
)
Author
2013-09-23
actions: keep actions in array instead of map
Andrzej Rybczak
2013-07-13
actions: require action to be non-null if we query by action type
Andrzej Rybczak
2013-07-10
lastfm: rework service architecture a bit and implement getting full artist info
Andrzej Rybczak
2013-04-07
ncmpcpp: fix custom startup screen
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-06
actions: new action: set_volume
Andrzej Rybczak
2012-10-06
fix shadow warnings
Andrzej Rybczak
2012-10-06
actions: make ActionType enum class
Andrzej Rybczak
2012-10-06
actions: use namespace
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
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-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-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-12
require mpd >= 0.16.0
Andrzej Rybczak
2012-09-12
actions: remove Actions::DesignChanged flag
Andrzej Rybczak
2012-09-12
actions: remove Action::OrderResize, use ResizeScreen directly
Andrzej Rybczak
2012-09-08
actions: implement filtering playlist on priorities
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
actions: guarantee that action will not be executed without checks
Andrzej Rybczak
2012-09-05
actions: make checks more strict
Andrzej Rybczak
2012-09-05
actions: make separators toggle work in all screens
Andrzej Rybczak
2012-09-05
keys: implement support for a few macro utilities
Andrzej Rybczak
2012-09-05
keys: implement parsing key configuration file
Andrzej Rybczak
2012-09-05
move keys related functions/classes to separate file
Andrzej Rybczak
2012-09-04
make playlist and playlist editor share code responsible for moving items
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-09-01
implement Searchable interface / make use of unnamed namespaces
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-25
actions: define DisableFilter in terms of ApplyFilter
Andrzej Rybczak
2012-08-25
remove tab-width dependent indentation
Andrzej Rybczak
2012-08-25
implement input character queue and add PushCharacters macro utility
Andrzej Rybczak
2012-08-25
add support for binding actions to multibyte characters
Andrzej Rybczak
2012-08-14
add a few informational messages
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak