Age | Commit message (Collapse) | Author |
|
they are basically the same thing
|
|
callback
|
|
the close box/title bar.
Most work already done by r15756.
|
|
|
|
|
|
left side of the window too (based on work by Alberth)
|
|
always the title bar. Also replace a few magic numbers with a const.
|
|
|
|
expanding them much easier (Alberth)
|
|
sources too
|
|
|
|
no longer marked as handled but given to other OnKeyPress handlers. This makes the global shortcuts like F1 work again when an input box is open.
|
|
|
|
color and colour.
|
|
holds the owner of whatever is shown in the window
|
|
edit box open simultaniously (Zuu).
|
|
add a bit of type strictness.
|
|
changing company.
|
|
a window in a single place, instead of in the OnClick event for some windows. This standardises behaviour so that clicking anywhere in a window will close its drop down menu, which happened before for some windows but not all. In addition the dubious feature of hiding a drop down menu by opening the same menu has been removed. This only caused wasted CPU cycles as a whole new list was generated and then destroyed. Breathe.
|
|
|
|
ctrl-clicking while distant-join window is open. (PhilSophus)
|
|
spaces
|
|
be read.
|
|
limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
|
|
(from back to front or vice versa) and make it iterate over the Window* instead of Window**.
|
|
|
|
|
|
|
|
(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.
|