aboutsummaryrefslogtreecommitdiffstats
path: root/src/Queue.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Queue: use std::stable_sort() instead of g_qsort_with_data()Max Kellermann2013-01-081-26/+8
* song: don't use GLibMax Kellermann2013-01-081-0/+2
* Queue: allocate memory with new/deleteMax Kellermann2013-01-081-5/+5
* Queue: use signed integer instead of G_MAXUINTMax Kellermann2013-01-081-1/+1
* Queue: move code to new class IdTableMax Kellermann2013-01-081-36/+12
* Queue: rename internal typesMax Kellermann2013-01-081-13/+13
* Queue: move GenerateId() and others into the classMax Kellermann2013-01-081-82/+43
* Queue: use C++ random instead of GLib's GRandMax Kellermann2013-01-071-9/+16
* Queue: move queue_shuffle_order_first() into the classMax Kellermann2013-01-071-5/+4
* Queue: move queue_shuffle_order_range() into the classMax Kellermann2013-01-071-12/+7
* Queue: use std::swapMax Kellermann2013-01-061-4/+1
* queue: convert all functions to methodsMax Kellermann2013-01-061-179/+163
* Queue: add constructor and destructorMax Kellermann2013-01-061-27/+19
* playlist: convert to C++Max Kellermann2013-01-041-0/+604