Age | Commit message (Collapse) | Author |
|
|
|
|
|
OnInvalidateData().
|
|
|
|
|
|
rail types dropdown should happen for the autoreplace dropdown as well
|
|
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
|
|
names.
|
|
and vscroll2.
Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
|
|
scrollbar explicitly using a NWidgetPart via SetScrollbar().
|
|
|
|
|
|
GetScrolledRowFromWidget().
|
|
DrawStringMultiLine().
|
|
drawn even when the window was shaded
|
|
parameter for OnClick().
|
|
if a header require a header make it include that header
|
|
|
|
capacity.
|
|
same twice.
|
|
and sticky boxes and for window captions
|
|
|
|
|
|
|
|
|
|
Window::UpdateWidgetSize().
|
|
|
|
WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
|
WindowDesc; it's determined from the (nested) widgets
|
|
matrices/scrollbars are initialised without the need for duplicating the OnResize code
|
|
vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though.
|
|
whether to show the vehicle count
|
|
|
|
window + strings
|
|
most engines for the autoreplace window/try to avoid showing an empty autoreplace list
|
|
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
|
when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately.
|
|
calculation in autoreplace window.
|
|
rebuild flag of GUIList.
|
|
|
|
the autoreplace window.
|
|
autoreplace window.
|
|
autoreplace window.
|
|
|
|
ReplacceVehicleWindow by 'engines'.
|
|
'init_lists' to 'reset_sel_engine' in ReplaceVehicleWindow, add doxygen comments.
|
|
ReplaceVehicleWindow.
|
|
|
|
|
|
GUIs use the scrollbar wrappers
|