aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon1-8/+3
2010-01-16queue: don't repeat current song in consume modeMax Kellermann1-2/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-13queue: no CamelCaseMax Kellermann1-12/+12
2009-03-30queue: queue_generate_id() is not necessary for export.Avuton Olrich1-1/+4
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+1
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-3/+8
2009-03-27implements the smartstop featureRomain Bignon1-0/+3
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-0/+42
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-02-09queue: update order array after song moveMax Kellermann1-0/+14
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann1-0/+7
2009-01-23queue: update moved song versionsMax Kellermann1-0/+1
2009-01-23queue: added queue_shuffle_order()Max Kellermann1-0/+11
2009-01-23queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann1-45/+33
2009-01-22playlist: moved code to queue.cMax Kellermann1-0/+267