src/sortlist_type.h
Fri, 30 May 2008 09:32:24 +0000 rubidium (svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
Tue, 27 May 2008 19:58:32 +0000 smatz (svn r13296) -Fix (r13276): VL_FIRST_SORT was never reset
Tue, 27 May 2008 10:27:30 +0000 skidd13 (svn r13286) -Codechange: GUIList Sort returns now if the list sequence has been altered
Tue, 27 May 2008 00:13:51 +0000 smatz (svn r13280) -Fix (r13276): MSVC compilation was broken
Mon, 26 May 2008 21:45:57 +0000 smatz (svn r13279) -Codechange: simplify condition for terminating loop when reversing list order
Mon, 26 May 2008 21:27:06 +0000 smatz (svn r13276) -Codechange: use qsort() for initial sorting of a list for better performance (credits go to skidd13 and peter1138)
Mon, 26 May 2008 21:08:03 +0000 smatz (svn r13275) -Fix: sort lists with 2 items, too
Mon, 26 May 2008 16:44:48 +0000 skidd13 (svn r13267) -Codechange: extend GUIList with a GnomeSort
Mon, 26 May 2008 16:23:23 +0000 peter1138 (svn r13266) -Codechange: Use SmallVector in GUIList
Sat, 17 May 2008 13:01:30 +0000 rubidium (svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so window_gui.h only needs to be included in *_gui.cpp.