summaryrefslogtreecommitdiff
path: root/src/playlist.c
AgeCommit message (Expand)Author
2010-03-07playlist: fix single+repeat in random modeMax Kellermann
2009-04-25playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann
2009-03-30implemented the 'consume' modeRomain Bignon
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon
2009-03-27implements the smartstop featureRomain Bignon
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-11playlist: don't preserve "current" song after "random" toggleMax Kellermann
2009-02-09playlist: fixed "next song" checkVladimir S Eremin
2009-02-09playlist: provide information about "next song"Vladimir S Eremin
2009-02-04playlist: added G_LOG_DOMAINMax Kellermann
2009-02-04playlist: pass const playlist pointersMax Kellermann
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann
2009-02-04playlist: moved code to playlist_control.cMax Kellermann
2009-02-04playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann
2009-02-04playlist: moved code to playlist_state.cMax Kellermann
2009-02-04playlist: simplified playlist.queued updatesMax Kellermann
2009-01-30playlist: clear playlist.playing when deleting current songMax Kellermann
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann
2009-01-25playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann
2009-01-24command: use queue_print_*()Max Kellermann
2009-01-24playlist: added playlist_get_queue()Max Kellermann
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann
2009-01-23playlist: restore random mode after playlist is loadedMax Kellermann
2009-01-23playlist: removed song_id_to_position()Max Kellermann
2009-01-23playlist: fix "clear" crash in random modeMax Kellermann
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann
2009-01-23playlist: pass const pointers to search functionsMax Kellermann
2009-01-23playlist: removed swapSongs()Max Kellermann
2009-01-23playlist: don't unpause on deleteMax Kellermann
2009-01-23playlist: added source commentsMax Kellermann
2009-01-23playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann
2009-01-23playlist: don't shuffle if not in random modeMax Kellermann
2009-01-23playlist: removed unreachable "playing" checkMax Kellermann
2009-01-23playlist: removed stopOnError flag from playPlaylist()Max Kellermann
2009-01-23playlist: restart playing in deleteFromPlaylist()Max Kellermann
2009-01-23playlist: calculate next song before deleting the current oneMax Kellermann
2009-01-23playlist: return early from shufflePlaylist()Max Kellermann
2009-01-23playlist: replaced playlist_state with flag playlist.playingMax Kellermann
2009-01-23queue: added queue_shuffle_order()Max Kellermann
2009-01-23playlist: check if repeat mode changesMax Kellermann
2009-01-23playlist: recalculate the queued song after random is toggledMax Kellermann