summaryrefslogtreecommitdiff
path: root/src/ui_act.h
AgeCommit message (Collapse)AuthorFilesLines
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/+1
Closes #377.
2013-02-26Add play and pause commandsAdam Simpkins1-1/+3
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/+1
New keybinding ‘v’, new setting act_createstationfromsong.
2012-06-26piano: Remove move songLars-Dominik Braun1-1/+0
Doesn’t work with JSON API. See #280.
2011-03-21Initial station managerLars-Dominik Braun1-0/+1
Not functional yet.
2011-02-26Rewrite input processingLars-Dominik Braun1-1/+6
2011-02-02BarReadline rewriteLars-Dominik Braun1-2/+2
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations.
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-27Software volume controlLars-Dominik Braun1-0/+2
2010-07-31Replaced long argument list of ui callback functionsLars-Dominik Braun1-24/+26
Structure BarApp_t contains most important data now.
2010-02-14New feature: Bookmark song/artist (keybinding 'b')Lars-Dominik Braun1-0/+1
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2009-12-15New history featureLars-Dominik Braun1-0/+1
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed)
2009-03-04Ui improvementsLars-Dominik Braun1-0/+1
printf wrapper introduced, hopefully cleaned up ui
2009-02-12Shared stations can be addedLars-Dominik Braun1-0/+1
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-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 -