| Commit message (Expand) | Author | Files | Lines |
2009-01-24 | command: use queue_print_*() | Max Kellermann | 1 | -48/+0 |
2009-01-24 | playlist: added playlist_get_queue() | Max Kellermann | 1 | -0/+6 |
2009-01-24 | playlist: renamed the Playlist typedef to "struct playlist" | Max Kellermann | 1 | -1/+1 |
2009-01-24 | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 1 | -11/+9 |
2009-01-23 | playlist: restore random mode after playlist is loaded | Max Kellermann | 1 | -8/+6 |
2009-01-23 | playlist: removed song_id_to_position() | Max Kellermann | 1 | -12/+7 |
2009-01-23 | playlist: fix "clear" crash in random mode | Max Kellermann | 1 | -0/+5 |
2009-01-23 | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 1 | -26/+4 |
2009-01-23 | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 1 | -30/+0 |
2009-01-23 | playlist: moved some printing code to queue_print.c | Max Kellermann | 1 | -32/+9 |
2009-01-23 | playlist: pass const pointers to search functions | Max Kellermann | 1 | -15/+11 |
2009-01-23 | playlist: removed swapSongs() | Max Kellermann | 1 | -8/+4 |
2009-01-23 | playlist: don't unpause on delete | Max Kellermann | 1 | -1/+3 |
2009-01-23 | playlist: added source comments | Max Kellermann | 1 | -4/+143 |
2009-01-23 | playlist: assert in playPlaylistIfPlayerStopped() | Max Kellermann | 1 | -15/+15 |
2009-01-23 | playlist: don't shuffle if not in random mode | Max Kellermann | 1 | -1/+1 |
2009-01-23 | playlist: removed unreachable "playing" check | Max Kellermann | 1 | -11/+7 |
2009-01-23 | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 1 | -6/+6 |
2009-01-23 | playlist: restart playing in deleteFromPlaylist() | Max Kellermann | 1 | -22/+9 |
2009-01-23 | playlist: calculate next song before deleting the current one | Max Kellermann | 1 | -11/+5 |
2009-01-23 | playlist: return early from shufflePlaylist() | Max Kellermann | 1 | -23/+24 |
2009-01-23 | playlist: replaced playlist_state with flag playlist.playing | Max Kellermann | 1 | -33/+26 |
2009-01-23 | queue: added queue_shuffle_order() | Max Kellermann | 1 | -35/+35 |
2009-01-23 | playlist: check if repeat mode changes | Max Kellermann | 1 | -1/+4 |
2009-01-23 | playlist: recalculate the queued song after random is toggled | Max Kellermann | 1 | -0/+3 |
2009-01-23 | playlist: moved code to playlist_queue_song_order() | Max Kellermann | 1 | -23/+20 |
2009-01-22 | playlist: moved code to queue.c | Max Kellermann | 1 | -347/+191 |
2009-01-22 | playlist: corrected shuffle underflow test | Max Kellermann | 1 | -2/+2 |
2009-01-22 | playlist: fix buffer underflow when getting current song | Max Kellermann | 1 | -7/+10 |
2009-01-21 | playlist: convert assertion to check in TAG event handler | Max Kellermann | 1 | -2/+3 |
2009-01-21 | command: don't restart player in the "status" command | Max Kellermann | 1 | -1/+3 |
2009-01-21 | playlist: use the "enum player_error" type | Max Kellermann | 1 | -1/+1 |
2009-01-21 | playlist: free memory with g_free() | Max Kellermann | 1 | -10/+5 |
2009-01-21 | use config_get_positive() instead of manual parsing | Max Kellermann | 1 | -12/+3 |
2009-01-20 | event_pipe: added "TAG" event | Max Kellermann | 1 | -28/+18 |
2009-01-18 | mapper: make the playlist directory optional | Max Kellermann | 1 | -0/+3 |
2009-01-17 | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 1 | -7/+3 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -2/+2 |
2009-01-16 | playlist: don't store getBoolConfigParam() in a bool | Max Kellermann | 1 | -3/+5 |
2009-01-14 | playlist: safely search the playlist for deleted song | Max Kellermann | 1 | -1/+1 |
2009-01-13 | playlist: implement Fisher-Yates shuffle properly | Max Kellermann | 1 | -2/+2 |
2009-01-10 | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 1 | -14/+6 |
2009-01-10 | playlist: exclude end of range | Max Kellermann | 1 | -1/+1 |
2009-01-10 | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 1 | -1/+6 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -24/+28 |
2009-01-04 | playlist: log errors during loadPlaylist() | Max Kellermann | 1 | -3/+2 |
2009-01-04 | playlist: use GLib logging | Max Kellermann | 1 | -21/+19 |
2009-01-04 | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 1 | -1/+1 |
2009-01-03 | state_file: errors are non-fatal in read_state_file() | Max Kellermann | 1 | -12/+20 |
2009-01-02 | list: removed linked list library | Max Kellermann | 1 | -1/+0 |