summaryrefslogtreecommitdiff
path: root/src/ui_act.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-09Use icon for questions tooLars-Dominik Braun1-3/+5
2009-03-05Use spaces, not tabsLars-Dominik Braun1-1/+1
2009-03-04Ui improvementsLars-Dominik Braun1-26/+38
printf wrapper introduced, hopefully cleaned up ui
2009-03-01Don't add shared station when input emptyLars-Dominik Braun1-1/+2
2009-02-12No station transform when banning songs temporaryLars-Dominik Braun1-3/+0
2009-02-12Shared stations can be addedLars-Dominik Braun1-0/+12
2009-02-01mp3 playback supportLars-Dominik Braun1-7/+7
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback.
2009-01-31Use pthread mutex to block player in pause stateLars-Dominik Braun1-8/+20
2009-01-27Fix song moving while playing quickmixLars-Dominik Braun1-2/+7
Use *real* station id, not the one of the quickmix station
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)
2009-01-20Genre station/rename prompt changedLars-Dominik Braun1-1/+1
2008-08-28Fix "add more music" logicLars-Dominik Braun1-1/+1
2008-08-25Rating a already loved song is not forbiddenLars-Dominik Braun1-4/+0
Pandora doesn't forbid this, so why should we?
2008-08-19Fix some warningsLars-Dominik Braun1-0/+18
Move BarTransformIfShared to ui_act.c and add unistd.h needed by read ()
2008-08-19Use macros in ui_act to prevent copy&wasteLars-Dominik Braun1-44/+31
2008-08-19Documentation for ui_act.c functionsLars-Dominik Braun1-0/+37
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-0/+288
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 -