summaryrefslogtreecommitdiff
path: root/src/widget_type.h
AgeCommit message (Expand)Author
2021-05-08Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it.Peter Nelson
2021-05-08Codechange: Don't update window contents if scrollbar position has not moved.Peter Nelson
2021-04-30Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.Peter Nelson
2021-04-30Cleanup: Call SetMinimalSize instead of setting min_y directly.Peter Nelson
2021-04-30Cleanup: Horizontal widget size is commonly width rather than length.Peter Nelson
2021-04-22Codechange: Add widget text colour override property.Peter Nelson
2021-04-22Codechange: Add internal widget alignment property, along with widget part.Peter Nelson
2021-04-21Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()Peter Nelson
2021-04-21Codechange: merge duplicated logic to scroll in lists by key into a single fu...Rubidium
2021-04-09Add: NWidgetBase::GetCurrentRect functionNiels Martin Hansen
2021-03-11Change: Recolour graph windows to brown (#8700)Tyler Trahan
2021-01-08Add: show in the tooltip of disabled toolbar buttons why they are disabledPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-09-17Fix #7742, 66dd7c3: widget position can be negativeglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2017-08-27(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioni...frosch
2014-10-06(svn r26971) -Fix: widget_data was sometimes uint16 and sometimes uint32; mak...rubidium
2013-10-13(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown a...frosch
2013-08-18(svn r25727) -Fix [FS#5686]: NWidgetMatrix used pip_pre and pip_post inconsis...frosch
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-25(svn r24853) -Fix: Extend widget data member to 32 bits so that sprite IDs >=...peter1138
2012-11-11(svn r24696) -Doc: Improve documentation for button widget types.frosch
2012-04-17(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old....michi_cc
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-19(svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScr...truebrain
2011-10-11(svn r23017) -Codechange: Add support for resized scrollbars.peter1138
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 scrollbarrubidium
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.cppfrosch
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