Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
(if enabled). Primarily useful for systems with touch screen (aapo)
|
|
station view is closed even when the vehicle list is stickied. Other vehicle lists are not deleted when their 'opening' window gets closed so do the same with the station view.
|
|
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.
|
|
names in comments and add a little more doxygen documentation.
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
deleted/modified while the timetable window is open
-Fix: close any dropdown and child windows in the Order and Timetable windows when selected order is deselected, deleted, ...
|
|
|
|
as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
|
|
by movement of the mouse.
|
|
having a build tool selected failed.
|
|
Alberth.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
openttd.cpp to viewport.cpp/window.cpp.
|
|
window_gui.h/window.cpp because they belong there.
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
|
|
|
|
Window constructors.
|
|
WindowEvent.
|
|
OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
|
|
|
|
|
new windows that are going to require a ResetObjectToPlace to be performed on closing.
This will allow to free the said window only once, and not twice otherwise
|
|
functions/enums/variables as they are not used anymore.
|
|
would be closed (on a parent closure) instead of all children.
|
|
pointer with the WE_CREATE message because nothing uses it anymore.
|
|
|
|
object is bound to cause errors.
|
|
instead of a global one as it should only be used from window.cpp.
|
|
that the pointer you are allocating to is NULL. Patch by Alberth.
|
|
byte[WINDOW_CUSTOM_SIZE] removed. This step changes the event handling to work directly on the Window class instead of via a function pointer and big switches while keeping backward compatability while we're rewriting the Windows to the new scheme.
|
|
same thing.
|
|
|
|
rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
|
|
move it to there.
|
|
Window.
|
|
a Window constructor.
|
|
event, we should not send a click event to the now non-existant Window as that causes segfaults.
|
|
|
|
|
|
declarations.
|
|
when it's certain that w != NULL.
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
Window deletion causing the reading invalid/freed data which could cause crashes.
|