| Commit message (Expand) | Author | Age | Files | Lines |
* | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 2009-01-25 | 1 | -16/+0 |
* | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 2009-01-25 | 1 | -61/+0 |
* | playlist: removed g_rand, PLAYLIST_HASH_MULT | Max Kellermann | 2009-01-25 | 1 | -10/+0 |
* | queue: added queue_shuffle_order_last() | Max Kellermann | 2009-01-25 | 1 | -6/+3 |
* | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 2009-01-25 | 1 | -14/+3 |
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 1 | -33/+0 |
* | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 2009-01-24 | 1 | -4/+5 |
* | command: use queue_print_*() | Max Kellermann | 2009-01-24 | 1 | -48/+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 | -1/+1 |
* | playlist: moved stopOnError and errorCount into struct playlist | Max Kellermann | 2009-01-24 | 1 | -11/+9 |
* | playlist: restore random mode after playlist is loaded | Max Kellermann | 2009-01-23 | 1 | -8/+6 |
* | playlist: removed song_id_to_position() | Max Kellermann | 2009-01-23 | 1 | -12/+7 |
* | playlist: fix "clear" crash in random mode | Max Kellermann | 2009-01-23 | 1 | -0/+5 |
* | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 2009-01-23 | 1 | -26/+4 |
* | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 2009-01-23 | 1 | -30/+0 |
* | playlist: moved some printing code to queue_print.c | Max Kellermann | 2009-01-23 | 1 | -32/+9 |
* | playlist: pass const pointers to search functions | Max Kellermann | 2009-01-23 | 1 | -15/+11 |
* | playlist: removed swapSongs() | Max Kellermann | 2009-01-23 | 1 | -8/+4 |
* | playlist: don't unpause on delete | Max Kellermann | 2009-01-23 | 1 | -1/+3 |
* | playlist: added source comments | Max Kellermann | 2009-01-23 | 1 | -4/+143 |
* | playlist: assert in playPlaylistIfPlayerStopped() | Max Kellermann | 2009-01-23 | 1 | -15/+15 |
* | playlist: don't shuffle if not in random mode | Max Kellermann | 2009-01-23 | 1 | -1/+1 |
* | playlist: removed unreachable "playing" check | Max Kellermann | 2009-01-23 | 1 | -11/+7 |
* | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 2009-01-23 | 1 | -6/+6 |
* | playlist: restart playing in deleteFromPlaylist() | Max Kellermann | 2009-01-23 | 1 | -22/+9 |
* | playlist: calculate next song before deleting the current one | Max Kellermann | 2009-01-23 | 1 | -11/+5 |
* | playlist: return early from shufflePlaylist() | Max Kellermann | 2009-01-23 | 1 | -23/+24 |
* | playlist: replaced playlist_state with flag playlist.playing | Max Kellermann | 2009-01-23 | 1 | -33/+26 |
* | queue: added queue_shuffle_order() | Max Kellermann | 2009-01-23 | 1 | -35/+35 |
* | playlist: check if repeat mode changes | Max Kellermann | 2009-01-23 | 1 | -1/+4 |
* | playlist: recalculate the queued song after random is toggled | Max Kellermann | 2009-01-23 | 1 | -0/+3 |
* | playlist: moved code to playlist_queue_song_order() | Max Kellermann | 2009-01-23 | 1 | -23/+20 |
* | playlist: moved code to queue.c | Max Kellermann | 2009-01-22 | 1 | -347/+191 |
* | playlist: corrected shuffle underflow test | Max Kellermann | 2009-01-22 | 1 | -2/+2 |
* | playlist: fix buffer underflow when getting current song | Max Kellermann | 2009-01-22 | 1 | -7/+10 |
* | playlist: convert assertion to check in TAG event handler | Max Kellermann | 2009-01-21 | 1 | -2/+3 |
* | command: don't restart player in the "status" command | Max Kellermann | 2009-01-21 | 1 | -1/+3 |
* | playlist: use the "enum player_error" type | Max Kellermann | 2009-01-21 | 1 | -1/+1 |
* | playlist: free memory with g_free() | Max Kellermann | 2009-01-21 | 1 | -10/+5 |
* | use config_get_positive() instead of manual parsing | Max Kellermann | 2009-01-21 | 1 | -12/+3 |
* | event_pipe: added "TAG" event | Max Kellermann | 2009-01-20 | 1 | -28/+18 |
* | mapper: make the playlist directory optional | Max Kellermann | 2009-01-18 | 1 | -0/+3 |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 1 | -7/+3 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
* | playlist: don't store getBoolConfigParam() in a bool | Max Kellermann | 2009-01-16 | 1 | -3/+5 |
* | playlist: safely search the playlist for deleted song | Max Kellermann | 2009-01-14 | 1 | -1/+1 |
* | playlist: implement Fisher-Yates shuffle properly | Max Kellermann | 2009-01-13 | 1 | -2/+2 |
* | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 2009-01-10 | 1 | -14/+6 |
* | playlist: exclude end of range | Max Kellermann | 2009-01-10 | 1 | -1/+1 |