Age | Commit message (Collapse) | Author |
|
with ctrl+click. (based on work by juzza1)
|
|
sprite aligner (juzza1).
|
|
the sprite aligner instead of some magic.
|
|
ScaleGUITrad().
|
|
valid window pointer.
|
|
full-zoom graphics.
|
|
|
|
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
resolve FeatureIndex.
|
|
|
|
rows and columns from the resize step size.
|
|
widgets.
|
|
window to its default size.
|
|
|
|
after construction.
|
|
Eagle_rainbow)
|
|
|
|
|
|
|
|
|
|
|
|
for adding derived classes.
|
|
|
|
|
|
didn't scale properly to 'GUI' scale
|
|
|
|
|
|
variables (using var 7B). Currently most useful for vehicle var 60.
|
|
GUI.
|
|
parent window in the NewGRF debug GUI.
|
|
|
|
storage in the NewGRF debug GUI.
|
|
|
|
|
|
OnInvalidateData().
|
|
|
|
process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
|
|
DeleteNewGRFInspectWindow() into a InvalidateData call.
|
|
more likely to be updated [n].
|
|
OnPaint().
|
|
NewGRF inspect window.
|
|
|
|
some headers
|
|
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
|
|
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().
|