aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-32/+41
2010-09-28playlist: make single mode 'sticky'Andrew Morgan1-4/+1
2010-09-23playlist: fix "queued" check in playlist_sync()Max Kellermann1-1/+1
2010-06-19playlist: check "queued" before calling playlist_update_queued_song()Max Kellermann1-1/+1
2010-06-19playlist: protect acess to player state in playlist_sync()Max Kellermann1-2/+7
2010-06-19playlist: move checks out of playlist_sync_with_queue()Max Kellermann1-20/+21
2010-06-01playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann1-0/+2
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon1-9/+10
2010-03-07playlist: fix single+repeat in random modeMax Kellermann1-1/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-08player_control: no CamelCaseMax Kellermann1-5/+5
2009-10-08playlist_control: "previous" really plays the previous songMax Kellermann1-4/+0
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-25/+35
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-04-25playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann1-0/+4
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+19
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-7/+16
2009-03-27implements the smartstop featureRomain Bignon1-0/+20
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-11playlist: don't preserve "current" song after "random" toggleMax Kellermann1-2/+4
2009-02-09playlist: fixed "next song" checkVladimir S Eremin1-3/+2
2009-02-09playlist: provide information about "next song"Vladimir S Eremin1-0/+15
2009-02-04playlist: added G_LOG_DOMAINMax Kellermann1-3/+5
2009-02-04playlist: pass const playlist pointersMax Kellermann1-6/+6
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann1-369/+0
2009-02-04playlist: moved code to playlist_control.cMax Kellermann1-241/+4
2009-02-04playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann1-4/+0
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-306/+310
2009-02-04playlist: moved code to playlist_state.cMax Kellermann1-134/+3
2009-02-04playlist: simplified playlist.queued updatesMax Kellermann1-117/+111
2009-01-30playlist: clear playlist.playing when deleting current songMax Kellermann1-0/+1
2009-01-25playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann1-16/+0
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-61/+0
2009-01-25playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann1-10/+0
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann1-6/+3
2009-01-25stored_playlist: moved configuration variables from playlist.cMax Kellermann1-14/+3
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-33/+0
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-4/+5
2009-01-24command: use queue_print_*()Max Kellermann1-48/+0
2009-01-24playlist: added playlist_get_queue()Max Kellermann1-0/+6
2009-01-24playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann1-1/+1
2009-01-24playlist: moved stopOnError and errorCount into struct playlistMax Kellermann1-11/+9
2009-01-23playlist: restore random mode after playlist is loadedMax Kellermann1-8/+6
2009-01-23playlist: removed song_id_to_position()Max Kellermann1-12/+7
2009-01-23playlist: fix "clear" crash in random modeMax Kellermann1-0/+5
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann1-26/+4
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-30/+0
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann1-32/+9