Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -1/+3 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-01 | Even more documentation | Lars-Dominik Braun | 1 | -0/+11 | |
...and small cleanups. | |||||
2009-02-16 | Autostart station setting added | Lars-Dominik Braun | 1 | -0/+3 | |
You may define a station that is played when starting pianobar now. | |||||
2009-02-12 | Shared stations can be added | Lars-Dominik Braun | 1 | -0/+2 | |
2009-02-01 | mp3 playback support | Lars-Dominik Braun | 1 | -0/+15 | |
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. | |||||
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-10 | Fix keyboard shortcuts if config file is missing | Lars-Dominik Braun | 1 | -5/+10 | |
2008-08-19 | Fix missing initializing in BarSettingsDestroy which caused segfault | Lars-Dominik Braun | 1 | -3/+7 | |
Thereby avoid freeing a NULL pointer | |||||
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -0/+100 | |
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 - | |||||
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 1 | -1/+2 | |
2008-07-07 | SSL control proxy issue workaround | Lars-Dominik Braun | 1 | -0/+6 | |
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login. | |||||
2008-06-23 | client: Let user decide when song is submitted to last.fm | Lars-Dominik Braun | 1 | -0/+10 | |
2008-06-23 | client: Use function prefix "Bar" | Lars-Dominik Braun | 1 | -3/+3 | |
2008-06-22 | client: last.fm scrobbling implemented | Lars-Dominik Braun | 1 | -0/+10 | |
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...) | |||||
2008-06-17 | Use config.h | Lars-Dominik Braun | 1 | -0/+1 | |
2008-06-17 | Removed @author and @added as they are tracked by git | Lars-Dominik Braun | 1 | -4/+0 | |
2008-06-16 | client: Proxy type config option added | Lars-Dominik Braun | 1 | -0/+13 | |
2008-06-15 | client: Removed unneeded debugging printf's; some more documentation for ↵ | Lars-Dominik Braun | 1 | -0/+6 | |
functions | |||||
2008-06-15 | client: Config file added, not yet documented | Lars-Dominik Braun | 1 | -0/+95 | |
Some restructuring was necessary too. |