Age | Commit message (Collapse) | Author |
|
string.
|
|
|
|
|
|
caret position.
|
|
editboxes.
|
|
|
|
the OSK and close it on losing focus. This makes the editbox in the OSK behave correctly.
|
|
content changes, not when only moving the cursor.
|
|
|
|
|
|
QueryStrings per widget instead.
|
|
QueryStringBaseWindow and directly use QueryString.
|
|
|
|
|
|
Window::OnEditboxChanged.
|
|
|
|
CANCEL buttons via QueryString members.
|
|
|
|
|
|
files.
|
|
don't need to cast to void/non-const before being able to free
|
|
|
|
number of characters besides the number of bytes
|
|
bit more descriptive
|
|
|
|
need some tweaks to use the full potential though
|
|
QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box)
|
|
town name for the 'Generate Town' window
|
|
|
|
windows with nested widgets (by Terkhen with a few tweaks).
|
|
|
|
edit box open simultaniously (Zuu).
|
|
the string has changed instead of only marking the text box dirty.
|
|
|
|
|
|
HandleEditBox function (Zuu)
|
|
textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
|
|
|
configurable.
|
|
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
|
pointer with the WE_CREATE message because nothing uses it anymore.
|
|
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.
|