summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
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 r20456) -Codechange: Add separate nested widget class for scrollbars.frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
2010-08-12(svn r20451) -Codechange: Add helper function Window::GetScrollbar() to get t...frosch
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20269) -Codechange: Use IsLocalCompany() everywhere, document the funct...alberth
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
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-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-14(svn r20152) -Fix: Silence a gcc warning.frosch
2010-07-14(svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering ...rubidium
2010-07-14(svn r20144) -Feature: Allow to configure the delay of hover events, or to di...terkhen
2010-07-11(svn r20124) -Fix (r20118): Don't bring windows to front by hovering over them.frosch
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 r20118) -Add: Detect if the mouse has been hovering over the same point.terkhen
2010-07-11(svn r20117) -Codechange: Use a Point struct to store double click position.terkhen
2010-07-03(svn r20070) -Feature: when none of the open windows handles a keypress, try ...yexo
2010-06-05(svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync...frosch
2010-05-30(svn r19910) -Doc: Doxygen additions.alberth
2010-05-30(svn r19909) -Doc: Typo fixes, small doxygen improvements.alberth
2010-05-30(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.alberth
2010-05-30(svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an ev...alberth
2010-05-30(svn r19905) -Codechange: Use EventState for mouse handling routines.alberth
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-26(svn r19731) -Add: Spritepicker to sprite alignment tool.frosch
2010-04-24(svn r19706) -Add: support for the (NewGRF) debug boxrubidium
2010-04-04(svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so ...rubidium
2010-04-04(svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while r...alberth
2010-02-25(svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollb...rubidium
2010-02-10(svn r19089) -Codechange: some minor coding stylerubidium
2010-02-04(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Th...rubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-28(svn r18933) -Codechange: Don't constantly redraw a window when moving it unl...peter1138
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-06(svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button...frosch
2009-12-31(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a w...rubidium
2009-12-23(svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-...rubidium
2009-12-22(svn r18607) -Fix (r18583): Preserve window width when shading.alberth