Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -24/+31 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2011-01-15 | Send station list to eventcmd | Matthew Beckler | 1 | -3/+27 | |
See issue #76 | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-27 | Erase current line before printing new message | Lars-Dominik Braun | 1 | -6/+9 | |
Parts of the current song's time didn't get erased when renaming a station. | |||||
2010-12-26 | Show message if no station is available | Lars-Dominik Braun | 1 | -0/+5 | |
2010-11-23 | Add support for art covers included in the XML playlist from pandora. | Juan C. Muller | 1 | -0/+2 | |
See issue #56 | |||||
2010-11-21 | Inline documentation fix | Lars-Dominik Braun | 1 | -0/+3 | |
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 1 | -14/+36 | |
Closes issue #54 | |||||
2010-10-28 | Fix memleaks | Lars-Dominik Braun | 1 | -2/+2 | |
PianoDestroyRequests overwrites the content of responseData. We have to free it before that. | |||||
2010-10-28 | Reauthenticate automatically when required | Lars-Dominik Braun | 1 | -2/+28 | |
2010-10-25 | Use BarApp_t in BarUiPianoCall | Lars-Dominik Braun | 1 | -19/+16 | |
Required for automatic reauthentication | |||||
2010-07-31 | Fix genre station NULL pointer dereference | Lars-Dominik Braun | 1 | -11/+11 | |
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change. | |||||
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -9/+64 | |
Sort stations by name and/or isquickmix. | |||||
2010-04-16 | Fix coding style | Lars-Dominik Braun | 1 | -1/+1 | |
If NULL is 0L instead of (void *) 0 then this explicit cast is needed for va_arg functions. Thanks to dcoppa@openbsd. | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 1 | -13/+120 | |
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten. | |||||
2010-03-06 | Added song length and rating to eventcmd, new songfinish event | Lars-Dominik Braun | 1 | -3/+10 | |
2010-03-06 | Use qsort instead of my own ugly insertion sort | Lars-Dominik Braun | 1 | -56/+42 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-19 | Remove abort keybinding | Lars-Dominik Braun | 1 | -3/+2 | |
You can always hit enter to abort. | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+4 | |
2009-08-09 | Get rid of old readline includes | Lars-Dominik Braun | 1 | -1/+0 | |
2009-08-07 | New feature: Seed suggestions | Lars-Dominik Braun | 1 | -5/+15 | |
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -1/+1 | |
2009-04-13 | More events added | Lars-Dominik Braun | 1 | -6/+11 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -16/+17 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-10 | Goodbye readline | Lars-Dominik Braun | 1 | -52/+17 | |
"It's too big and too slow." -- man readline | |||||
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 1 | -0/+62 | |
More useful events should be added... | |||||
2009-03-27 | Missing newline added | Lars-Dominik Braun | 1 | -0/+1 | |
2009-03-09 | Use icon for questions too | Lars-Dominik Braun | 1 | -4/+6 | |
2009-03-05 | Better "icons" | Lars-Dominik Braun | 1 | -5/+9 | |
2009-03-05 | Use spaces, not tabs | Lars-Dominik Braun | 1 | -1/+1 | |
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -18/+65 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-01 | Fix memory leak in station selector | Lars-Dominik Braun | 1 | -0/+1 | |
2009-03-01 | Even more documentation | Lars-Dominik Braun | 1 | -13/+10 | |
...and small cleanups. | |||||
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 | -2/+2 | |
2008-08-19 | Fix some warnings | Lars-Dominik Braun | 1 | -16/+1 | |
Move BarTransformIfShared to ui_act.c and add unistd.h needed by read () | |||||
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -0/+362 | |
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 - |