src/widgets/dropdown_type.h
Mon, 25 Aug 2008 16:07:10 +0000 peter1138 (svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so that a minimum width can be specified.
Thu, 07 Aug 2008 18:26:13 +0000 peter1138 (svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
Thu, 07 Aug 2008 18:11:09 +0000 peter1138 (svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.
Wed, 06 Aug 2008 07:10:40 +0000 peter1138 (svn r14004) -Codechange: Clean of drop down lists.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sat, 12 Apr 2008 22:12:27 +0000 peter1138 (svn r12675) -Codechange: Add support for custom drawing of drop down list items.
Sat, 12 Apr 2008 20:32:18 +0000 peter1138 (svn r12672) -Codechange: Add support for variably-sized drop down list items.
Wed, 09 Apr 2008 23:00:12 +0000 rubidium (svn r12644) -Codechange: rework the order gui a little to prepare it for some future changes.
Tue, 15 Jan 2008 00:48:14 +0000 rubidium (svn r11857) -Fix: some compile time warnings.
Mon, 14 Jan 2008 20:52:43 +0000 peter1138 (svn r11854) -Fix (r11848): Nightly build farm showed up more compiler warnings... c++ is fun
Mon, 14 Jan 2008 16:35:49 +0000 peter1138 (svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilation
Mon, 14 Jan 2008 16:10:58 +0000 peter1138 (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.