summaryrefslogtreecommitdiff
path: root/src/widgets/dropdown_type.h
AgeCommit message (Expand)Author
2021-04-28Fix: Incorrect vertical alignment of icon and text in DropDownListIconItem. (...PeterN
2021-03-09Codechange: remove special strings for language and resolutions (#8824)Patric Stout
2020-05-21Codechange: Store base set related texts in std::strings.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Fix #7494: std::sort() and qsort() use different comparators (#7495)glx22
2019-04-09Codechange: Switch DropDownList to directly use std::vector, thus making Auto...Michael Lutz
2019-04-09Fix: Forgotten override keywords for DropDownListIconItem.Michael Lutz
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
2019-03-24Codechange: Use override specifier for DropDownListItem classes.peter1138
2019-03-10Add: Generic drop down list string item with icon.peter1138
2019-03-10Remove: Unnecessary virtual destructors on drop down list items.peter1138
2019-03-10Codechange: Use Colours type instead of byte.peter1138
2013-11-24(svn r26088) -Fix (r26086): Windows compilationrubidium
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2012-06-01(svn r24308) -Add: ShowDropDownListAt() for drawing dropdown windows independ...frosch
2011-04-10(svn r22311) -Add: DropDownListStringItem::NatSortFunc() which can be used as...frosch
2011-04-10(svn r22310) -Codechange: Derive DropDownListCharStringItem from DropDownList...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-28(svn r15877) -Codechange: Let drop down lists know about font height.peter1138
2009-03-21(svn r15783) -Codechange: make the dropdown draw code pass around the left/ri...rubidium
2009-02-07(svn r15387) -Codechange: Add a drop down list item type for char* strings.peter1138
2008-08-25(svn r14168) -Codechange: Make dropdown 'auto_width' a separate parameter, so...peter1138
2008-08-07(svn r14015) -Codechange: Add facility for a drop down list to always close (...peter1138
2008-08-07(svn r14014) -Codechange: Add support for automatically sizing drop down list...peter1138
2008-08-06(svn r14004) -Codechange: Clean of drop down lists.peter1138
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-12(svn r12675) -Codechange: Add support for custom drawing of drop down list it...peter1138
2008-04-12(svn r12672) -Codechange: Add support for variably-sized drop down list items.peter1138
2008-04-09(svn r12644) -Codechange: rework the order gui a little to prepare it for som...rubidium
2008-01-15(svn r11857) -Fix: some compile time warnings.rubidium
2008-01-14(svn r11854) -Fix (r11848): Nightly build farm showed up more compiler warnin...peter1138
2008-01-14(svn r11849) -Fix (r11848): Incomplete(?) class broke MSVC/mingw compilationpeter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138