aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_control.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-20playlist_control: don't resume playback when seeking to another song while pa...Max Kellermann1-3/+5
2010-06-30playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann1-0/+3
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon1-2/+0
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-4/+4
2009-10-08playlist_control: "previous" really plays the previous songMax Kellermann1-28/+12
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-19/+19
2009-07-14playlist: no CamelCaseMax Kellermann1-1/+1
2009-05-28playlist: reset "current song" when playlist endsMax Kellermann1-0/+3
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann1-3/+3
2009-04-25playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann1-6/+4
2009-03-30implemented the 'consume' modeRomain Bignon1-14/+21
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-2/+2
2009-03-27implements the smartstop featureRomain Bignon1-0/+2
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-06playlist_control: fix requeue after seekMax Kellermann1-3/+3
2009-02-10playlist: update queued song after seekingMax Kellermann1-3/+7
2009-02-04playlist: added G_LOG_DOMAINMax Kellermann1-1/+6
2009-02-04playlist: moved code to playlist_control.cMax Kellermann1-0/+249