summaryrefslogtreecommitdiff
path: root/src/window_gui.h
AgeCommit message (Expand)Author
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
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-12(svn r20460) -Codechange: Remove WF_SCROLL window flags and store the state d...frosch
2010-08-12(svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWi...frosch
2010-08-12(svn r20458) -Codechange: Move Scrollbar from window.cpp to widget.cppfrosch
2010-08-12(svn r20457) -Codechange: Remove _scrolling_scrollbar and WF_SCROLL_MIDDLE an...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20451) -Codechange: Add helper function Window::GetScrollbar() to get t...frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-26(svn r20222) -Add: Add functions to compute the row in a scrolled widget.alberth
2010-07-26(svn r20221) -Codechange: Move unscrolled row calculation into a function.alberth
2010-07-14(svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering ...rubidium
2010-07-11(svn r20121) -Add: OnHover method for windows.terkhen
2010-07-11(svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse ove...terkhen
2010-07-11(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.terkhen
2010-07-11(svn r20118) -Add: Detect if the mouse has been hovering over the same point.terkhen
2010-06-07(svn r19943) -Fix [FS#3865]: Disallow moving of vehicle news window.frosch
2010-05-30(svn r19904) -Codechange: Make EventState usable outside Window context.alberth
2010-05-30(svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse...alberth
2010-05-23(svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging fo...alberth
2010-05-01(svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when re...frosch
2010-04-24(svn r19706) -Add: support for the (NewGRF) debug boxrubidium
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-23(svn r18900) -Document: that an empty string for OnQueryTextFinished means 'u...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-31(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a w...rubidium
2009-12-22(svn r18607) -Fix (r18583): Preserve window width when shading.alberth