summaryrefslogtreecommitdiff
path: root/src/ui_dispatch.h
AgeCommit message (Collapse)AuthorFilesLines
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