Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-22 | Fix include guards | Lars-Dominik Braun | 1 | -3/+3 | |
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440. | |||||
2014-03-13 | Add an attribute to start checking format strings | Cody P Schafer | 1 | -1/+1 | |
2013-03-27 | Add missing events to genre station selection | Lars-Dominik Braun | 1 | -1/+0 | |
Two new events: stationfetchgenre, stationaddgenre | |||||
2012-05-02 | Really delete seed suggestions | Lars-Dominik Braun | 1 | -1/+1 | |
There does not seem to be an API call for that. | |||||
2012-03-17 | Auto-select last remaining item of filtered list | Lars-Dominik Braun | 1 | -1/+3 | |
See #231. | |||||
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -1/+2 | |
Fixes #165 | |||||
2011-09-22 | piano: Protocol version bump (v32) | Lars-Dominik Braun | 1 | -1/+1 | |
Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. | |||||
2011-07-25 | Added toggle to quickmix menu | Lars-Dominik Braun | 1 | -1/+3 | |
Closes #141 | |||||
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 1 | -9/+5 | |
Closes #88 | |||||
2011-05-05 | Replace generic "search for artist/title" message | Lars-Dominik Braun | 1 | -1/+1 | |
Closes #115 | |||||
2011-03-26 | Filter-/searchable song list | Lars-Dominik Braun | 1 | -1/+1 | |
2011-02-26 | Always add song to history | Lars-Dominik Braun | 1 | -0/+1 | |
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -6/+8 | |
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 | -1/+1 | |
See issue #76 | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 1 | -2/+4 | |
Closes issue #54 | |||||
2010-10-25 | Use BarApp_t in BarUiPianoCall | Lars-Dominik Braun | 1 | -3/+4 | |
Required for automatic reauthentication | |||||
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -2/+2 | |
Sort stations by name and/or isquickmix. | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 1 | -4/+7 | |
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/+4 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -4/+4 | |
2009-08-07 | New feature: Seed suggestions | Lars-Dominik Braun | 1 | -1/+1 | |
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -1/+1 | |
2009-04-13 | More events added | Lars-Dominik Braun | 1 | -1/+2 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -5/+6 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 1 | -0/+4 | |
More useful events should be added... | |||||
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -1/+6 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
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) | |||||
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -0/+36 | |
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 - |