Age | Commit message (Expand) | Author |
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 |
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 |
2011-10-11 | (svn r23017) -Codechange: Add support for resized scrollbars. | peter1138 |
2011-03-13 | (svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do imm... | frosch |
2011-03-13 | (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate... | frosch |
2011-02-23 | (svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, proces... | frosch |
2011-01-15 | (svn r21803) -Cleanup: Remove unnecessary semicolons. | terkhen |
2010-12-30 | (svn r21665) -Codechange: Make GetCallbackWnd a method of _thd. | alberth |
2010-12-12 | (svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ... | rubidium |
2010-11-26 | (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai... | alberth |
2010-09-06 | (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ... | smatz |
2010-08-29 | (svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat... | alberth |