Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-25 | Switch to #pragma once | Lars-Dominik Braun | 1 | -4/+1 | |
2015-08-10 | Add feature to change Pandora settings | Lars-Dominik Braun | 1 | -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-20 | act_debug’s scope is DC_SONG | Lars-Dominik Braun | 1 | -1/+1 | |
Fixes segfault reported in #461. | |||||
2014-04-22 | Fix include guards | Lars-Dominik Braun | 1 | -3/+3 | |
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440. | |||||
2013-07-07 | Add keyboard shortcut to reset volume | Lars-Dominik Braun | 1 | -0/+2 | |
Closes #377. | |||||
2013-02-26 | Add play and pause commands | Adam Simpkins | 1 | -5/+9 | |
Add commands that always play and always pause, in addition to the current toggle pause command. Closes #342. | |||||
2012-07-06 | Add feature: Create new station from selected song | Lars-Dominik Braun | 1 | -0/+2 | |
New keybinding ‘v’, new setting act_createstationfromsong. | |||||
2012-06-26 | Additional pause keybinding | Lars-Dominik Braun | 1 | -1/+3 | |
Allowing multiple keys per command would be nice, but this works for now. See #228. | |||||
2012-06-26 | piano: Remove move song | Lars-Dominik Braun | 1 | -2/+0 | |
Doesn’t work with JSON API. See #280. | |||||
2011-12-24 | Avoid struct padding where possible | Lars-Dominik Braun | 1 | -30/+31 | |
Pointed out by -Wpadding. Does not decrease memory usage/binary size though. | |||||
2011-12-24 | Fix warnings found by -Wwrite-strings | Lars-Dominik Braun | 1 | -2/+2 | |
Can’t fix all of them; ezxml is a mess :( | |||||
2011-03-21 | Initial station manager | Lars-Dominik Braun | 1 | -0/+2 | |
Not functional yet. | |||||
2011-02-26 | Rewrite input processing | Lars-Dominik Braun | 1 | -0/+105 | |