aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* implemented the 'consume' modeRomain Bignon2009-03-301-0/+19
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-7/+16
* implements the smartstop featureRomain Bignon2009-03-271-0/+20
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* playlist: don't preserve "current" song after "random" toggleMax Kellermann2009-02-111-2/+4
* playlist: fixed "next song" checkVladimir S Eremin2009-02-091-3/+2
* playlist: provide information about "next song"Vladimir S Eremin2009-02-091-0/+15
* playlist: added G_LOG_DOMAINMax Kellermann2009-02-041-3/+5
* playlist: pass const playlist pointersMax Kellermann2009-02-041-6/+6
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-041-369/+0
* playlist: moved code to playlist_control.cMax Kellermann2009-02-041-241/+4
* playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann2009-02-041-4/+0
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-306/+310
* playlist: moved code to playlist_state.cMax Kellermann2009-02-041-134/+3
* playlist: simplified playlist.queued updatesMax Kellermann2009-02-041-117/+111
* playlist: clear playlist.playing when deleting current songMax Kellermann2009-01-301-0/+1
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-251-16/+0
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-251-61/+0
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-251-10/+0
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-251-6/+3
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-14/+3
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-241-33/+0
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-241-4/+5
* command: use queue_print_*()Max Kellermann2009-01-241-48/+0
* playlist: added playlist_get_queue()Max Kellermann2009-01-241-0/+6
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-241-1/+1
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-241-11/+9
* playlist: restore random mode after playlist is loadedMax Kellermann2009-01-231-8/+6
* playlist: removed song_id_to_position()Max Kellermann2009-01-231-12/+7
* playlist: fix "clear" crash in random modeMax Kellermann2009-01-231-0/+5
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-231-26/+4
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-30/+0
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-231-32/+9
* playlist: pass const pointers to search functionsMax Kellermann2009-01-231-15/+11
* playlist: removed swapSongs()Max Kellermann2009-01-231-8/+4
* playlist: don't unpause on deleteMax Kellermann2009-01-231-1/+3
* playlist: added source commentsMax Kellermann2009-01-231-4/+143
* playlist: assert in playPlaylistIfPlayerStopped()Max Kellermann2009-01-231-15/+15
* playlist: don't shuffle if not in random modeMax Kellermann2009-01-231-1/+1
* playlist: removed unreachable "playing" checkMax Kellermann2009-01-231-11/+7
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-231-6/+6
* playlist: restart playing in deleteFromPlaylist()Max Kellermann2009-01-231-22/+9
* playlist: calculate next song before deleting the current oneMax Kellermann2009-01-231-11/+5
* playlist: return early from shufflePlaylist()Max Kellermann2009-01-231-23/+24
* playlist: replaced playlist_state with flag playlist.playingMax Kellermann2009-01-231-33/+26
* queue: added queue_shuffle_order()Max Kellermann2009-01-231-35/+35
* playlist: check if repeat mode changesMax Kellermann2009-01-231-1/+4
* playlist: recalculate the queued song after random is toggledMax Kellermann2009-01-231-0/+3
* playlist: moved code to playlist_queue_song_order()Max Kellermann2009-01-231-23/+20
* playlist: moved code to queue.cMax Kellermann2009-01-221-347/+191