Age | Commit message (Expand) | Author |
2011-01-18 | (svn r21843) -Codechange: move documentation towards the code to make it more... | rubidium |
2011-01-15 | (svn r21803) -Cleanup: Remove unnecessary semicolons. | terkhen |
2011-01-09 | (svn r21763) -Codechange: Pass the distance to Scrollbar::UpdatePosition() in... | frosch |
2010-12-10 | (svn r21448) -Add: generic widget for creating a scrollable (one direction) a... | rubidium |
2010-12-10 | (svn r21447) -Add: accessor function to get the direction of a scrollbar | rubidium |
2010-10-15 | (svn r20922) -Fix [FS#4071]: accidentally moving the mouse of the scrollbar a... | rubidium |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-19 | (svn r20558) -Codechange: use one generic function to create a list of compan... | yexo |
2010-08-12 | (svn r20470) -Codechange: Make arrow buttons lower and raise like other butto... | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state d... | frosch |
2010-08-12 | (svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWi... | frosch |
2010-08-12 | (svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cpp | frosch |
2010-08-12 | (svn r20456) -Codechange: Add separate nested widget class for scrollbars. | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-05-16 | (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, ... | alberth |
2010-05-16 | (svn r19843) -Codechange: Move ComputeMaxSize() to widget_type.h to make it g... | alberth |
2010-05-13 | (svn r19812) -Codechange: give some unnamed enums a name or, in case they con... | rubidium |
2010-04-24 | (svn r19706) -Add: support for the (NewGRF) debug box | rubidium |
2010-03-23 | (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an... | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-22 | (svn r18606) -Codechange: Introduce several forms of zero-size stacked displa... | alberth |
2009-12-21 | (svn r18587) -Codechange: Insert a shade selection widget in the widget tree ... | alberth |
2009-12-21 | (svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily ... | alberth |
2009-12-13 | (svn r18492) -Doc: A few Doxygen reference fixes (NewsSubtype reported by Edd... | alberth |
2009-12-13 | (svn r18490) -Doc: Fixed syntax of a few doxygen pre and post coditions. | alberth |
2009-11-24 | (svn r18273) -Codechange: do not require widget numbers for default widgets (... | rubidium |
2009-11-24 | (svn r18272) -Codechange: make FindScrollbar a const function | rubidium |
2009-11-22 | (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. | alberth |
2009-11-21 | (svn r18203) -Codechange (r18092): Remove DisplayFlags enum of old widgets. | alberth |
2009-11-20 | (svn r18201) -Codechange (r18092): No need anymore for initializing nested wi... | alberth |
2009-11-19 | (svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g | rubidium |
2009-11-19 | (svn r18186) -Add: a widgets for left/right arrows with the ability to turn t... | rubidium |
2009-11-17 | (svn r18138) -Codechange: Add a new widgetpart to specify the height of a wid... | peter1138 |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |
2009-11-15 | (svn r18088) -Codechange: remove CompareWidgetArrays | rubidium |
2009-11-15 | (svn r18087) -Codechange: remove NWID_LAYERED | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-11-06 | (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom... | rubidium |
2009-10-30 | (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window | rubidium |
2009-10-10 | (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetSta... | alberth |
2009-09-19 | (svn r17575) -Codechange: Adding a new combined button+dropdown widget. | alberth |
2009-09-19 | (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-pl... | alberth |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-11 | (svn r17505) -Codechange: WWT_EMPTY is not a special case any more for invali... | alberth |
2009-09-05 | (svn r17427) -Codechange: Removing some unneeded widget parts (for reduced co... | alberth |