summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
2014-03-05(svn r26392) -Fix[FS#5933] No need to call OnFocus twice (MJP)alberth
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-11-26(svn r26122) -Fix-ish: remove essentially dead code; if nested_array were NUL...rubidium
2013-10-19(svn r25884) -Fix: Resizing the window did not properly resize the viewport w...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 r25671) -Codechange: Pass character and key code separately to the keybo...michi_cc
2013-08-05(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.michi_cc
2013-08-05(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an e...michi_cc
2013-08-03(svn r25647) -Add: If an editbox is configured to be cleared with ESC, but th...frosch
2013-06-15(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.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 r25297) -Fix (r25291): 32bit compilation.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 r25289) -Codechange: Store width of statusbar and main toolbar directly ...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-03-17(svn r25092) -Codechange: Deduplicate keyboard handling between console and e...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-28(svn r24774) -Fix: Invert the focus handling of the OSK. Keep the focus at th...frosch
2012-11-28(svn r24772) -Codechange: Call Window::OnEditboxChanged only when the content...frosch
2012-11-14(svn r24748) -Add: Clear button to all editboxes.frosch
2012-11-14(svn r24744) -Codechange: Handle clicking on editboxed also via QueryString.frosch
2012-11-14(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.frosch
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 r24733) -Codechange: Move handling of editbox keys to window class.frosch
2012-11-13(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C...frosch
2012-11-13(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-10-13(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)frosch
2012-10-13(svn r24589) -Codechange: Return early in HandleAutoscroll() instead of nesti...frosch
2012-06-01(svn r24307) -Codechange: Move all interaction of the dropdown window with wi...frosch
2012-05-07(svn r24214) -Fix [FS#5159] (r22794): The confirmation window to abort world ...frosch
2012-04-17(svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old....michi_cc
2012-04-03(svn r24089) -Fix [FS#5136]: Conflicting strategies for resizing the main too...frosch
2012-02-12(svn r23932) -Codechange: split the NewGRF text window into its own source filesrubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium