summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
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
2009-12-22(svn r18606) -Codechange: Introduce several forms of zero-size stacked displa...alberth
2009-12-21(svn r18587) -Codechange: Insert a shade selection widget in the widget tree ...alberth
2009-12-21(svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily ...alberth
2009-12-20(svn r18582) -Codechange: save 8 bytes from the Window classrubidium
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar c...alberth
2009-12-20(svn r18579) -Codechange: Add orientation to scrollbars.alberth
2009-11-29(svn r18345) -Codechange: Warn the window that it gets initialized, so it can...alberth
2009-11-29(svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking.alberth
2009-11-29(svn r18334) -Codechange: No need to test a pointer after using it.alberth
2009-11-29(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be di...rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-28(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top locat...rubidium
2009-11-28(svn r18320) -Codechange: make the terraform and transparency window not use ...rubidium
2009-11-24(svn r18273) -Codechange: do not require widget numbers for default widgets (...rubidium
2009-11-21(svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows...rubidium
2009-11-20(svn r18201) -Codechange (r18092): No need anymore for initializing nested wi...alberth
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-17(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposit...rubidium
2009-11-16(svn r18130) -Codechange: initial steps into making the vehicle/group lists b...rubidium
2009-11-16(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new windowrubidium
2009-11-16(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars...rubidium
2009-11-15(svn r18095) -Fix (r18093): a bit too much nested_array != NULL removalrubidium
2009-11-15(svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget...rubidium
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18090) -Fix: Only allow raising of WWT_* nested widgets.alberth
2009-11-15(svn r18088) -Codechange: remove CompareWidgetArraysrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18069) -Codechange: Initialize window flags at the same tme as the othe...alberth
2009-11-09(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when righ...rubidium
2009-11-08(svn r18013) -Codechange: Add possibility to change window size during ReInit().alberth
2009-11-07(svn r18003) -Cleanup: prune some unused functions from Windowrubidium
2009-11-07(svn r17997) -Codechange: Introduce functions for querying top and bottom of ...alberth
2009-11-07(svn r17995) -Codechange: PreventHiding() is used in one file, make it static.alberth
2009-11-02(svn r17947) -Codechange: make the statusbar, chat input and news window know...rubidium
2009-10-31(svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with ...rubidium
2009-10-31(svn r17915) -Codechange: Allow windows to compute their own initial position.alberth
2009-10-25(svn r17869) -Codechange: don't create OnScroll() event for zero deltasmatz
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-20(svn r17830) -Fix [FS#3276]: Some windows already need their window_number wh...frosch
2009-10-10(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused e...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-09-30(svn r17673) -Codechange: make InvalidateThisWindowData a function of the win...rubidium
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium