aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* queue: don't repeat current song in consume modeMax Kellermann2010-01-161-2/+2
* queue: queue_generate_id() is not necessary for export.Avuton Olrich2009-03-301-1/+4
* implemented the 'consume' modeRomain Bignon2009-03-301-0/+1
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-3/+8
* implements the smartstop featureRomain Bignon2009-03-271-0/+3
* queue/playlist/command: move rangeJeffrey Middleton2009-03-261-0/+42
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
* queue: update order array after song moveMax Kellermann2009-02-091-0/+14
* queue: added queue_shuffle_order_last()Max Kellermann2009-01-251-0/+7
* queue: update moved song versionsMax Kellermann2009-01-231-0/+1
* queue: added queue_shuffle_order()Max Kellermann2009-01-231-0/+11
* queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann2009-01-231-45/+33
* playlist: moved code to queue.cMax Kellermann2009-01-221-0/+267