Age | Commit message (Expand) | Author |
2012-06-01 | (svn r24308) -Add: ShowDropDownListAt() for drawing dropdown windows independ... | frosch |
2012-06-01 | (svn r24307) -Codechange: Move all interaction of the dropdown window with wi... | frosch |
2012-04-17 | (svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old.... | michi_cc |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2011-12-16 | (svn r23531) -Codechange: document and rename widgets to be consistent and un... | truebrain |
2011-12-15 | (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h | truebrain |
2011-12-15 | (svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ... | truebrain |
2011-10-11 | (svn r23018) -Fix (r14004): Pass bottom of dropdown item rather than bottom o... | peter1138 |
2011-10-11 | (svn r23017) -Codechange: Add support for resized scrollbars. | peter1138 |
2011-09-15 | (svn r22932) -Fix [FS#4766]: disable the white border on window creation for ... | yexo |
2011-05-06 | (svn r22429) -Add: some constants for specific palette colours used in the GUI. | frosch |
2011-05-04 | (svn r22421) -Fix: Replace various references to Windows palette greyscale in... | frosch |
2011-04-30 | (svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be de... | rubidium |
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-11-26 | (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai... | alberth |
2010-11-13 | (svn r21157) -Codechange: remove information about the text direction out of ... | rubidium |
2010-10-24 | (svn r21031) -Fix (r19883): Dropdown menu glitched in small screenshots, when... | frosch |
2010-08-12 | (svn r20466) -Codechange: USe NWID_SELECTION to hide the scrollbar in dropdowns. | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-05-22 | (svn r19883) -Fix [FS#3812]: dropdowns did affect positioning of new windows ... | rubidium |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-28 | (svn r18932) -Codechange: Don't constantly redraw drop drop list. | peter1138 |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-28 | (svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top locat... | rubidium |
2009-11-27 | (svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT). | frosch |
2009-11-24 | (svn r18274) -Codechange: remove the unused WDF flags | rubidium |
2009-11-19 | (svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g | rubidium |
2009-11-18 | (svn r18164) -Change: make dropdown 'right' align to the opening widget with RTL | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-07 | (svn r17998) -Fix (r17994): Use a consistent item list width. | alberth |
2009-11-07 | (svn r17997) -Codechange: Introduce functions for querying top and bottom of ... | alberth |
2009-11-07 | (svn r17994) -Codechange: Make the dropdown menu window use pure nested widgets. | alberth |
2009-11-07 | (svn r17993) -Codechange: Move widget and data initialization into the dropdo... | alberth |
2009-11-07 | (svn r17992) -Codechange: Merge some parameters of the dropdown menu. | alberth |
2009-11-07 | (svn r17991) -Codechange: Use WD_VSCROLLBAR_WIDTH constant in dropdown menu w... | alberth |
2009-11-07 | (svn r17990) -Codechange: Add widgets enum for dropdown menu window. | alberth |
2009-11-01 | (svn r17944) -Codechange (r11848): Removed the second counter variable that r... | alberth |
2009-11-01 | (svn r17942) -Documentation: Add a few doxygen comments to the dropdown code. | alberth |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17575) -Codechange: Adding a new combined button+dropdown widget. | alberth |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |