summaryrefslogtreecommitdiff
path: root/src/window_gui.h
AgeCommit message (Expand)Author
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-10Codechange: Add EditBoxGainedFocus method to VideoDriver base classJonathan G Rennison
2019-04-13Fix 801cbea9c: operator< is not always the best ideaglx
2019-04-13Codechange: use std::sort() for all std::vector typesglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-20Codechange: Implement OnTooltip event for custom window tooltips.peter1138
2019-03-20Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...peter1138
2019-02-21Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ...Peter Nelson
2019-01-11Change: 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::OnHotkeyfrosch
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
2012-12-03(svn r24780) -Fix [FS#5378]: passing an int to a function expecting a byte ca...glx
2012-11-14(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...frosch
2012-11-13(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.frosch
2012-11-13(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O...frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-11-11(svn r24696) -Doc: Improve documentation for button widget types.frosch
2012-06-01(svn r24307) -Codechange: Move all interaction of the dropdown window with wi...frosch
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-19(svn r23631) -Add: ScriptWindow, to manipulate windows on the client (GameScr...truebrain
2011-12-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ...truebrain
2011-12-10(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehi...rubidium
2011-11-18(svn r23252) -Codechange: Add WD_BEVEL_xxx constants.frosch