Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-19 | Use user-defined shortcuts (history menu) | Lars-Dominik Braun | 1 | -25/+27 | |
2010-01-18 | Shortcut refactoring | Lars-Dominik Braun | 1 | -6/+27 | |
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -2/+59 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-08-07 | New feature: Seed suggestions | Lars-Dominik Braun | 1 | -2/+2 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -2/+2 | |
2009-04-13 | More events added | Lars-Dominik Braun | 1 | -16/+45 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -9/+10 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-10 | Goodbye readline | Lars-Dominik Braun | 1 | -20/+10 | |
"It's too big and too slow." -- man readline | |||||
2009-03-09 | Use icon for questions too | Lars-Dominik Braun | 1 | -3/+5 | |
2009-03-05 | Use spaces, not tabs | Lars-Dominik Braun | 1 | -1/+1 | |
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -26/+38 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-01 | Don't add shared station when input empty | Lars-Dominik Braun | 1 | -1/+2 | |
2009-02-12 | No station transform when banning songs temporary | Lars-Dominik Braun | 1 | -3/+0 | |
2009-02-12 | Shared stations can be added | Lars-Dominik Braun | 1 | -0/+12 | |
2009-02-01 | mp3 playback support | Lars-Dominik Braun | 1 | -7/+7 | |
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. | |||||
2009-01-31 | Use pthread mutex to block player in pause state | Lars-Dominik Braun | 1 | -8/+20 | |
2009-01-27 | Fix song moving while playing quickmix | Lars-Dominik Braun | 1 | -2/+7 | |
Use *real* station id, not the one of the quickmix station | |||||
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) | |||||
2009-01-20 | Genre station/rename prompt changed | Lars-Dominik Braun | 1 | -1/+1 | |
2008-08-28 | Fix "add more music" logic | Lars-Dominik Braun | 1 | -1/+1 | |
2008-08-25 | Rating a already loved song is not forbidden | Lars-Dominik Braun | 1 | -4/+0 | |
Pandora doesn't forbid this, so why should we? | |||||
2008-08-19 | Fix some warnings | Lars-Dominik Braun | 1 | -0/+18 | |
Move BarTransformIfShared to ui_act.c and add unistd.h needed by read () | |||||
2008-08-19 | Use macros in ui_act to prevent copy&waste | Lars-Dominik Braun | 1 | -44/+31 | |
2008-08-19 | Documentation for ui_act.c functions | Lars-Dominik Braun | 1 | -0/+37 | |
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -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 - |