aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* single mode: at the end of the song, pause on the next song instead of stopRomain Bignon2010-05-311-8/+3
* Merge release 0.15.8 from branch 'v0.15.xMax Kellermann2010-01-181-2/+2
|\
| * queue: don't repeat current song in consume modeMax Kellermann2010-01-161-2/+2
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | queue: no CamelCaseMax Kellermann2009-10-131-12/+12
|/
* 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