| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | playlist_control: "previous" really plays the previous song | Max Kellermann | 2009-10-08 | 1 | -7/+0 |
* | command: range support for "delete" | Max Kellermann | 2009-09-30 | 1 | -0/+9 |
* | playlist: CamelCaseIsBad | Courtney Cavin | 2009-07-28 | 1 | -25/+36 |
* | playlist: no CamelCase | Max Kellermann | 2009-07-14 | 1 | -13/+17 |
* | playlist: removed {save,read}PlaylistState() | Max Kellermann | 2009-07-14 | 1 | -5/+0 |
* | playlist_control: use GTimer in previousSongInPlaylist() | Max Kellermann | 2009-04-25 | 1 | -0/+7 |
* | implemented the 'consume' mode | Romain Bignon | 2009-03-30 | 1 | -0/+5 |
* | renamed smartstop to single and changed behavior | Romain Bignon | 2009-03-27 | 1 | -2/+2 |
* | implements the smartstop feature | Romain Bignon | 2009-03-27 | 1 | -0/+5 |
* | queue/playlist/command: move range | Jeffrey Middleton | 2009-03-26 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 1 | -1/+1 |
* | playlist: provide information about "next song" | Vladimir S Eremin | 2009-02-09 | 1 | -0/+2 |
* | playlist: pass const playlist pointers | Max Kellermann | 2009-02-04 | 1 | -9/+6 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 1 | -32/+66 |
* | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 2009-01-25 | 1 | -2/+0 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 1 | -4/+0 |
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 1 | -11/+0 |
* | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 2009-01-24 | 1 | -3/+3 |
* | command: use queue_print_*() | Max Kellermann | 2009-01-24 | 1 | -19/+0 |
* | playlist: added playlist_get_queue() | Max Kellermann | 2009-01-24 | 1 | -0/+6 |
* | playlist: renamed the Playlist typedef to "struct playlist" | Max Kellermann | 2009-01-24 | 1 | -2/+2 |
* | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 2009-01-24 | 1 | -0/+14 |
* | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 2009-01-23 | 1 | -2/+0 |
* | playlist: pass const pointers to search functions | Max Kellermann | 2009-01-23 | 1 | -4/+6 |
* | playlist: added source comments | Max Kellermann | 2009-01-23 | 1 | -1/+4 |
* | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 2009-01-23 | 1 | -2/+2 |
* | playlist: replaced playlist_state with flag playlist.playing | Max Kellermann | 2009-01-23 | 1 | -0/+6 |
* | playlist: documented struct members | Max Kellermann | 2009-01-23 | 1 | -0/+13 |
* | playlist: moved code to queue.c | Max Kellermann | 2009-01-22 | 1 | -10/+3 |
* | command: don't restart player in the "status" command | Max Kellermann | 2009-01-21 | 1 | -2/+0 |
* | event_pipe: added "TAG" event | Max Kellermann | 2009-01-20 | 1 | -5/+0 |
* | mapper: make the playlist directory optional | Max Kellermann | 2009-01-18 | 1 | -1/+2 |
* | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 2009-01-10 | 1 | -1/+10 |
* | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 2009-01-10 | 1 | -1/+1 |
* | playlist: log errors during loadPlaylist() | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | command: don't allow adding local files on WIN32 | Max Kellermann | 2008-12-30 | 1 | -0/+2 |
* | playlist: track song metadata changes | Max Kellermann | 2008-11-11 | 1 | -0/+5 |
* | path: moved playlist_dir to mapper.c | Max Kellermann | 2008-10-31 | 1 | -1/+0 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 2008-10-23 | 1 | -2/+0 |
* | playlist: unsigned integers | Max Kellermann | 2008-10-23 | 1 | -18/+18 |
* | stored_playlist: moved functions from playlist.c | Max Kellermann | 2008-10-22 | 1 | -4/+0 |
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 1 | -0/+8 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -7/+8 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -3/+9 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -4/+4 |
* | playlist: deleteASongFromPlaylist takes a const Song * | Eric Wong | 2008-09-29 | 1 | -1/+1 |
* | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |