aboutsummaryrefslogtreecommitdiffstats
path: root/src/Queue.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-22Playlist: refresh new tags after database updateMax Kellermann1-5/+0
2013-10-22Queue: add method ModifyAtPosition()Max Kellermann1-0/+11
2013-10-22Queue: ModifyAtOrder() does not increment versionMax Kellermann1-1/+2
2013-10-19*: use references instead of pointersMax Kellermann1-3/+3
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-07-28song: convert header to C++Max Kellermann1-5/+8
2013-01-08Queue: move code to new class IdTableMax Kellermann1-11/+4
2013-01-08Queue: rename internal typesMax Kellermann1-6/+6
2013-01-08Queue: move HASH_MULT and Item into the Queue classMax Kellermann1-29/+27
2013-01-08Queue: move GenerateId() and others into the classMax Kellermann1-0/+38
2013-01-07Queue: don't include glib.hMax Kellermann1-3/+1
2013-01-07Queue: use C++ random instead of GLib's GRandMax Kellermann1-1/+2
2013-01-07Queue: move queue_shuffle_order_first() into the classMax Kellermann1-0/+2
2013-01-07Queue: move queue_shuffle_order_range() into the classMax Kellermann1-0/+6
2013-01-06Queue: use std::swapMax Kellermann1-3/+3
2013-01-06queue: convert all functions to methodsMax Kellermann1-231/+186
2013-01-06Queue: add constructor and destructorMax Kellermann1-13/+11
2013-01-04playlist: convert to C++Max Kellermann1-3/+3
2012-08-21queue_save: save song prioritiesMax Kellermann1-1/+3
2011-07-19queue: implement song "priorities"Max Kellermann1-0/+33
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-13queue: no CamelCaseMax Kellermann1-5/+5
2009-03-30queue: queue_generate_id() is not necessary for export.Avuton Olrich1-6/+0
2009-03-30implemented the 'consume' modeRomain Bignon1-0/+3
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-2/+2
2009-03-27implements the smartstop featureRomain Bignon1-0/+3
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-0/+6
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-01-25queue: added queue_shuffle_order_last()Max Kellermann1-0/+8
2009-01-23queue: added queue_shuffle_order()Max Kellermann1-0/+7
2009-01-23queue: merged songs, songMod, positionToId into struct queue_itemMax Kellermann1-11/+19
2009-01-22playlist: moved code to queue.cMax Kellermann1-0/+314