Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-07 | Add keyboard shortcut to reset volume | Lars-Dominik Braun | 1 | -0/+1 | |
Closes #377. | |||||
2013-02-26 | Add play and pause commands | Adam Simpkins | 1 | -1/+3 | |
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/+1 | |
New keybinding ‘v’, new setting act_createstationfromsong. | |||||
2012-06-26 | piano: Remove move song | Lars-Dominik Braun | 1 | -1/+0 | |
Doesn’t work with JSON API. See #280. | |||||
2011-03-21 | Initial station manager | Lars-Dominik Braun | 1 | -0/+1 | |
Not functional yet. | |||||
2011-02-26 | Rewrite input processing | Lars-Dominik Braun | 1 | -1/+6 | |
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -2/+2 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-27 | Software volume control | Lars-Dominik Braun | 1 | -0/+2 | |
2010-07-31 | Replaced long argument list of ui callback functions | Lars-Dominik Braun | 1 | -24/+26 | |
Structure BarApp_t contains most important data now. | |||||
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -0/+1 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -0/+1 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -0/+1 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-02-12 | Shared stations can be added | Lars-Dominik Braun | 1 | -0/+1 | |
2009-01-20 | It's 2009 now | Lars-Dominik Braun | 1 | -1/+2 | |
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore) | |||||
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -0/+47 | |
Some code restructuring was made, too: - Move UI functions to ui.c and ui_act.c - Change default keys for loving and banning to + and - |