aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
* player_thread: disable cross-fading in "single" modeMax Kellermann2012-08-25
* playlist: fix unprotected player_control accessMax Kellermann2012-08-15
* copyright year 2011Max Kellermann2011-01-29
* player_control: removed the global variable "pc"Max Kellermann2011-01-10
* playlist: make single mode 'sticky'Andrew Morgan2010-09-28
* playlist: fix "queued" check in playlist_sync()Max Kellermann2010-09-23
* playlist: check "queued" before calling playlist_update_queued_song()Max Kellermann2010-06-19
* playlist: protect acess to player state in playlist_sync()Max Kellermann2010-06-19
* playlist: move checks out of playlist_sync_with_queue()Max Kellermann2010-06-19
* playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann2010-06-01
* single mode: at the end of the song, pause on the next song instead of stopRomain Bignon2010-05-31
* Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-28
|\
| * playlist: fix single+repeat in random modeMax Kellermann2010-03-07
* | Update copyright notices.Avuton Olrich2009-12-31
* | include config.h in all sourcesMax Kellermann2009-11-12
* | player_control: no CamelCaseMax Kellermann2009-10-08
* | playlist_control: "previous" really plays the previous songMax Kellermann2009-10-08
* | playlist: CamelCaseIsBadCourtney Cavin2009-07-28
* | playlist: no CamelCaseMax Kellermann2009-07-14
|/
* playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann2009-04-25
* implemented the 'consume' modeRomain Bignon2009-03-30
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-27
* implements the smartstop featureRomain Bignon2009-03-27
* all: Update copyright header.Avuton Olrich2009-03-13
* playlist: don't preserve "current" song after "random" toggleMax Kellermann2009-02-11
* playlist: fixed "next song" checkVladimir S Eremin2009-02-09
* playlist: provide information about "next song"Vladimir S Eremin2009-02-09
* playlist: added G_LOG_DOMAINMax Kellermann2009-02-04
* playlist: pass const playlist pointersMax Kellermann2009-02-04
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-04
* playlist: moved code to playlist_control.cMax Kellermann2009-02-04
* playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann2009-02-04
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* playlist: moved code to playlist_state.cMax Kellermann2009-02-04
* playlist: simplified playlist.queued updatesMax Kellermann2009-02-04
* playlist: clear playlist.playing when deleting current songMax Kellermann2009-01-30
* playlist: moved is_valid_playlist_name() to stored_playlist.cMax Kellermann2009-01-25
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* playlist: removed g_rand, PLAYLIST_HASH_MULTMax Kellermann2009-01-25
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-25
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-25
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* command: use queue_print_*()Max Kellermann2009-01-24
* playlist: added playlist_get_queue()Max Kellermann2009-01-24
* playlist: renamed the Playlist typedef to "struct playlist"Max Kellermann2009-01-24
* playlist: moved stopOnError and errorCount into struct playlistMax Kellermann2009-01-24
* playlist: restore random mode after playlist is loadedMax Kellermann2009-01-23
* playlist: removed song_id_to_position()Max Kellermann2009-01-23
* playlist: fix "clear" crash in random modeMax Kellermann2009-01-23