summaryrefslogtreecommitdiff
path: root/src/sortlist_type.h
AgeCommit message (Collapse)Author
2008-05-30(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they ↵rubidium
needed.
2008-05-27(svn r13296) -Fix (r13276): VL_FIRST_SORT was never resetsmatz
2008-05-27(svn r13286) -Codechange: GUIList Sort returns now if the list sequence has ↵skidd13
been altered
2008-05-27(svn r13280) -Fix (r13276): MSVC compilation was brokensmatz
2008-05-26(svn r13279) -Codechange: simplify condition for terminating loop when ↵smatz
reversing list order
2008-05-26(svn r13276) -Codechange: use qsort() for initial sorting of a list for ↵smatz
better performance (credits go to skidd13 and peter1138)
2008-05-26(svn r13275) -Fix: sort lists with 2 items, toosmatz
-Fix: reset VL_RESORT and resort timer even when no sort was needed
2008-05-26(svn r13267) -Codechange: extend GUIList with a GnomeSortskidd13
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so ↵rubidium
window_gui.h only needs to be included in *_gui.cpp.