Age | Commit message (Collapse) | Author |
|
consisted of unrelated values use static const (u)int
|
|
|
|
parameter for OnClick().
|
|
isn't resizable
|
|
same twice.
|
|
custom drawing/handling input
|
|
|
|
WindowDesc; it's determined from the (nested) widgets
|
|
|
|
|
|
|
|
|
|
|
|
the function designed for it.
|
|
town name for the 'Generate Town' window
|
|
|
|
(Terkhen)
|
|
@param to @tparam if necessary
|
|
nested widgets through the nested_array.
|
|
which were sometimes missing and sometimes just typos
|
|
for more consistency and distinguishability.
|
|
windows with nested widgets (by Terkhen with a few tweaks).
|
|
|
|
|
|
relatives
|
|
nested widget tree.
|
|
|
|
|
|
|
|
|
|
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
expanding them much easier (Alberth)
|
|
edit box open simultaniously (Zuu).
|
|
add a bit of type strictness.
|
|
the string has changed instead of only marking the text box dirty.
|
|
|
|
scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
|
|
doesn't guarantee the resulting string is '\0'-terminated.
|
|
configurable.
|
|
assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
|
and osk guis
|
|
|
|
|
|
Patch by Alberth.
|
|
the Window class and remove Window from their naming.
|
|
change when the on screen keyboard was opened.
|
|
parent closes it
|
|
OskWindow.
|
|
GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
|