Age | Commit message (Collapse) | Author |
|
parameter for OnClick().
|
|
'use default'
|
|
if a header require a header make it include that header
|
|
window
|
|
|
|
display planes.
|
|
based on code by erikjanp).
|
|
|
|
capacity.
|
|
|
|
description.
|
|
|
|
can do some work ahead.
|
|
function.
|
|
same twice.
|
|
location based on the main toolbar's height instead of hardcoding that
|
|
absolute location but manually calculate based on toolbar size etc.
|
|
|
|
|
|
Window::UpdateWidgetSize().
|
|
WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
|
|
WindowDesc; it's determined from the (nested) widgets
|
|
|
|
|
|
|
|
other fields instead of afterwards.
|
|
"non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'.
We implemented these delete(void *, size_t) operator functions because MSVC warned that "no matching operator delete found; memory will not be freed if initialization throws an exception" for new(size_t, size_t).
This disables MSVC warning about this because we do not use exceptions in the (constructors that use the) overridden allocation functions, as such they will never be called; delete(void *) remains necessary though.
|
|
needed for the delete operator
|
|
IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed
|
|
|
|
|
|
|
|
|
|
no NewGRF selected
|
|
|
|
|
|
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
|
amount of space between text.
|
|
wrong 'size') upon reiniting windows
|
|
window class
|
|
template arguments.
|
|
nested widgets through the nested_array.
|
|
for more consistency and distinguishability.
|
|
used.
|
|
|
|
clicking on the "scroll down" button asserted (esminis)
|
|
|
|
wrappers
|
|
scrollbar wrappers
|
|
GUIs use the scrollbar wrappers
|