index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window_gui.h
Age
Commit message (
Expand
)
Author
2021-05-29
Codechange: Rename window related DeleteXXX to match new behaviour
glx22
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-12
Codechange: make Window destruction not rely on undefined behavior.
frosch
2021-05-12
Codechange: use IterateFromBack/Front only if the order is important.
frosch
2021-05-12
Codechange: use iterators instead of 'subranges' when iterating from a specif...
frosch
2021-05-12
Codechange: remove excessive templating in favour of a single const_cast.
frosch
2021-04-29
Codechange: Replace window related FOR_ALL with range-based for loops
glx22
2021-04-22
Codechange: Add widget text colour override property.
Peter Nelson
2021-04-22
Codechange: Add internal widget alignment property, along with widget part.
Peter Nelson
2021-04-08
Fix: Viewport drag tooltips not being removed when dragging over other windows
Jonathan G Rennison
2021-01-10
Fix: Don't use a timer for hundredth tick determination
glx
2020-12-27
Feature: Plant clumps of trees in editor by dragging on the landscape
Niels Martin Hansen
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-11-10
Codechange: Add EditBoxGainedFocus method to VideoDriver base class
Jonathan G Rennison
2019-04-13
Fix 801cbea9c: operator< is not always the best idea
glx
2019-04-13
Codechange: use std::sort() for all std::vector types
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-20
Codechange: Implement OnTooltip event for custom window tooltips.
peter1138
2019-03-20
Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...
peter1138
2019-02-21
Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ...
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2015-02-13
(svn r27147) -Fix: Scale (non-custom) default window sizes according to GUI z...
frosch
2015-02-13
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as...
frosch
2014-12-18
(svn r27085) -Fix: Always return a valid window to the world generation gui c...
alberth
2014-12-18
(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.
alberth
2014-10-05
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort b...
peter1138
2013-10-13
(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown a...
frosch
2013-08-05
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
michi_cc
2013-08-05
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition s...
michi_cc
2013-08-05
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
michi_cc
2013-08-05
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
michi_cc
2013-08-05
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
michi_cc
2013-08-05
(svn r25681) -Change: [Win32] Position the IME composition window at the care...
michi_cc
2013-08-05
(svn r25679) -Codechange: [Win32] Get the result string of an IME input direc...
michi_cc
2013-08-05
(svn r25678) -Codechange: Notify the video driver when an edit box lost (glob...
michi_cc
2013-08-05
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
michi_cc
2013-08-05
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...
michi_cc
2013-06-15
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
frosch
2013-06-15
(svn r25411) -Add: Window::OnHotkey
frosch
2013-06-15
(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they...
frosch
2013-05-26
(svn r25295) -Feature: Allow saving window sizes as default sizes.
frosch
2013-05-26
(svn r25294) -Feature: Add another button to window title bars to resize the ...
frosch
2013-05-26
(svn r25292) -Feature: Save stickyness of windows when Ctrl+Clicking the stic...
frosch
2013-05-26
(svn r25291) -Add: WindowDesc ability to load and store information in a conf...
frosch
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25288) -Codechange: No need to copy the WindowDesc flags if the WindowD...
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
[next]