summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-25Switch to #pragma onceLars-Dominik Braun1-4/+1
2015-08-10Add feature to change Pandora settingsLars-Dominik Braun1-0/+2
Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506.
2014-06-20act_debug’s scope is DC_SONGLars-Dominik Braun1-1/+1
Fixes segfault reported in #461.
2014-04-22Fix include guardsLars-Dominik Braun1-3/+3
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440.
2013-07-07Add keyboard shortcut to reset volumeLars-Dominik Braun1-0/+2
Closes #377.
2013-02-26Add play and pause commandsAdam Simpkins1-5/+9
Add commands that always play and always pause, in addition to the current toggle pause command. Closes #342.
2012-07-06Add feature: Create new station from selected songLars-Dominik Braun1-0/+2
New keybinding ‘v’, new setting act_createstationfromsong.
2012-06-26Additional pause keybindingLars-Dominik Braun1-1/+3
Allowing multiple keys per command would be nice, but this works for now. See #228.
2012-06-26piano: Remove move songLars-Dominik Braun1-2/+0
Doesn’t work with JSON API. See #280.
2011-12-24Avoid struct padding where possibleLars-Dominik Braun1-30/+31
Pointed out by -Wpadding. Does not decrease memory usage/binary size though.
2011-12-24Fix warnings found by -Wwrite-stringsLars-Dominik Braun1-2/+2
Can’t fix all of them; ezxml is a mess :(
2011-03-21Initial station managerLars-Dominik Braun1-0/+2
Not functional yet.
2011-02-26Rewrite input processingLars-Dominik Braun1-0/+105