Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
|
|
|
|
|
Also removes unused and anyway broken SmallMap::SortByKey() function.
|
|
|
|
|
|
|
|
This avoids windows from needing to know or care about tooltip delay settings.
|
|
display or flickered.
Measurement tooltip was auto-closed as the hover/right-click test for tooltips was not
satisfied in this case. This is fixed by keeping the tooltip visible and instead explicitly
closing the tooltip when the PlaceObject is cancelled/completed.
|
|
OnClick() event if widget is not a scrollbar.
This allows any widget to support mouse capture.
|
|
timers to work with milliseconds instead of ticks.
|
|
zoom.
|
|
as the toolbar. Otherwise they lack a size definition.
|
|
code.
|
|
|
|
buttons with non-static width.
|
|
arrow of dropdown widgets.
|
|
|
|
string.
|
|
|
|
|
|
|
|
caret position.
|
|
directly without a trip through the window messaging system.
|
|
(global) focus so it can abort any current input composition.
|
|
|
|
just UCS-2 to the window key press handlers.
|
|
|
|
|
|
they register in static vectors.
|
|
|
|
window to its default size.
|
|
sticky button.
|
|
config file.
|
|
|
|
WindowDesc is directly accessible.
|
|
after construction.
|
|
Eagle_rainbow)
|
|
can have side effects when MSVC optimises it
|
|
QueryStrings per widget instead.
|
|
|
|
Window::OnEditboxChanged.
|
|
|
|
|
|
widgets of the parent window to a method of the parent window.
|
|
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
|
(GameScript only)
|
|
with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|