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.cpp
Age
Commit message (
Expand
)
Author
2013-12-25
window: use readline for handling line input
Andrzej Rybczak
2013-09-23
actions: resizeScreen: remove hack, apprently not needed anymore
Andrzej Rybczak
2013-09-23
actions: keep actions in array instead of map
Andrzej Rybczak
2013-09-14
properly handle boost::bad_lexical_cast exceptions
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-07-09
use boost::bind instead of std::bind until boost placeholders are in separate...
Andrzej Rybczak
2013-06-17
actions: fix JumpToPositionInSong
Andrzej Rybczak
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-05-16
browser: use boost::filesystem for local browsing
Andrzej Rybczak
2013-04-07
ncmpcpp: fix custom startup screen
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2013-04-06
actions: new action: set_volume
Andrzej Rybczak
2013-04-06
settings: add volume_change_step configuration option
Andrzej Rybczak
2013-04-06
actions: ApplyFilter: apply filter at the end (fix for #3624)
Andrzej Rybczak
2013-04-04
actions: MouseEvent: allow for changing volume in new design even if header i...
Andrzej Rybczak
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
fix shadow warnings
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: use namespace
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-06
actions: fix modifying player state string after interface toggle
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-10-06
rewrite major part of strbuffer and Scrollpad::flush
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-02
media library: optimize update
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
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: move isMPDMusicSet checks at the end of conditionals
Andrzej Rybczak
2012-09-19
settings: remove allow_physical_*_deletion (replaced by custom binding)
Andrzej Rybczak
2012-09-19
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
Andrzej Rybczak
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-18
menu: remove Menu::hasSelected
Andrzej Rybczak
2012-09-16
fix assertion failures in media library / playlist editor with separators ena...
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-16
screen: rename BasicScreen to BaseScreen
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
make remaining single-windowed screens' main windows non-pointer
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
playlist editor: change columns to be non-pointers
Andrzej Rybczak
2012-09-14
media library: make screens non-pointer
Andrzej Rybczak
2012-09-14
search engine: make main window non-pointer
Andrzej Rybczak
[next]