log src/window.cpp @ 14951:9437b4726bac draft

age author description
Sun, 04 Apr 2010 11:21:56 +0000 alberth (svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while resizing a window. draft
Thu, 25 Feb 2010 14:53:22 +0000 rubidium (svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollbar that could not scroll could cause a crash draft
Wed, 10 Feb 2010 20:53:23 +0000 rubidium (svn r19089) -Codechange: some minor coding style draft
Thu, 04 Feb 2010 14:21:20 +0000 rubidium (svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds. draft
Sat, 30 Jan 2010 18:34:48 +0000 frosch (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). draft
Thu, 28 Jan 2010 02:31:37 +0000 peter1138 (svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves. draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Wed, 06 Jan 2010 20:17:46 +0000 frosch (svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button twice per mouseclick when clicking fast. draft
Thu, 31 Dec 2009 18:11:03 +0000 rubidium (svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window draft
Wed, 23 Dec 2009 22:41:47 +0000 rubidium (svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-game draft
Tue, 22 Dec 2009 20:53:28 +0000 alberth (svn r18607) -Fix (r18583): Preserve window width when shading. draft
Tue, 22 Dec 2009 20:43:25 +0000 alberth (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. draft
Mon, 21 Dec 2009 16:16:40 +0000 alberth (svn r18587) -Codechange: Insert a shade selection widget in the widget tree when the window starts with a title bar with a shade box. draft
Mon, 21 Dec 2009 16:06:20 +0000 alberth (svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily based on code by erikjanp). draft
Sun, 20 Dec 2009 20:49:47 +0000 rubidium (svn r18582) -Codechange: save 8 bytes from the Window class draft
Sun, 20 Dec 2009 20:08:39 +0000 alberth (svn r18580) -Codechange: Use widget information only for setting scrollbar capacity. draft
Sun, 20 Dec 2009 20:04:30 +0000 alberth (svn r18579) -Codechange: Add orientation to scrollbars. draft
Sun, 29 Nov 2009 21:14:34 +0000 alberth (svn r18345) -Codechange: Warn the window that it gets initialized, so it can do some work ahead. draft
Sun, 29 Nov 2009 10:56:51 +0000 alberth (svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking. draft
Sun, 29 Nov 2009 09:18:49 +0000 alberth (svn r18334) -Codechange: No need to test a pointer after using it. draft
Sun, 29 Nov 2009 00:41:08 +0000 rubidium (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. draft
Sat, 28 Nov 2009 14:42:35 +0000 rubidium (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. draft
Sat, 28 Nov 2009 14:36:43 +0000 rubidium (svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top location based on the main toolbar's height instead of hardcoding that draft
Sat, 28 Nov 2009 14:30:00 +0000 rubidium (svn r18320) -Codechange: make the terraform and transparency window not use absolute location but manually calculate based on toolbar size etc. draft
Tue, 24 Nov 2009 17:13:24 +0000 rubidium (svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action. draft
Sat, 21 Nov 2009 16:02:05 +0000 rubidium (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too draft
Fri, 20 Nov 2009 20:10:06 +0000 alberth (svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays. draft
Tue, 17 Nov 2009 19:16:48 +0000 rubidium (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draft
Tue, 17 Nov 2009 18:45:57 +0000 rubidium (svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL draft
Mon, 16 Nov 2009 21:28:12 +0000 rubidium (svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware draft
Mon, 16 Nov 2009 17:01:25 +0000 rubidium (svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window draft
Mon, 16 Nov 2009 16:42:04 +0000 rubidium (svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code draft
Sun, 15 Nov 2009 14:07:23 +0000 rubidium (svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal draft
Sun, 15 Nov 2009 13:50:49 +0000 rubidium (svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget under the mouse draft
Sun, 15 Nov 2009 13:36:30 +0000 rubidium (svn r18092) -Codechange: remove support for the unnested widgets draft
Sun, 15 Nov 2009 13:08:50 +0000 alberth (svn r18090) -Fix: Only allow raising of WWT_* nested widgets. draft
Sun, 15 Nov 2009 10:38:04 +0000 rubidium (svn r18088) -Codechange: remove CompareWidgetArrays draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sat, 14 Nov 2009 09:58:52 +0000 alberth (svn r18069) -Codechange: Initialize window flags at the same tme as the other fields instead of afterwards. draft
Mon, 09 Nov 2009 16:05:24 +0000 rubidium (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging draft
Sun, 08 Nov 2009 15:22:04 +0000 alberth (svn r18013) -Codechange: Add possibility to change window size during ReInit(). draft
Sat, 07 Nov 2009 22:29:17 +0000 rubidium (svn r18003) -Cleanup: prune some unused functions from Window draft
Sat, 07 Nov 2009 17:24:04 +0000 alberth (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. draft
Sat, 07 Nov 2009 15:49:36 +0000 alberth (svn r17995) -Codechange: PreventHiding() is used in one file, make it static. draft
Mon, 02 Nov 2009 10:15:48 +0000 rubidium (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used draft
Sat, 31 Oct 2009 14:53:19 +0000 rubidium (svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with no NewGRF selected draft
Sat, 31 Oct 2009 11:34:43 +0000 alberth (svn r17915) -Codechange: Allow windows to compute their own initial position. draft
Sun, 25 Oct 2009 17:01:45 +0000 smatz (svn r17869) -Codechange: don't create OnScroll() event for zero delta draft
Sat, 24 Oct 2009 14:53:55 +0000 rubidium (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. draft
Tue, 20 Oct 2009 21:25:25 +0000 frosch (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. draft
Sat, 10 Oct 2009 12:11:05 +0000 rubidium (svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu) draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Fri, 02 Oct 2009 15:13:15 +0000 rubidium (svn r17682) -Codechange: remove erroneous space before some commas draft
Wed, 30 Sep 2009 21:00:35 +0000 rubidium (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class draft
Sat, 19 Sep 2009 11:31:12 +0000 alberth (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. draft
Sat, 19 Sep 2009 09:51:14 +0000 rubidium (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draft
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Sun, 13 Sep 2009 17:37:47 +0000 frosch (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already. draft
Fri, 11 Sep 2009 19:12:05 +0000 alberth (svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often used. draft
Wed, 02 Sep 2009 08:58:20 +0000 rubidium (svn r17375) -Codechange: remove last direct usage of scrollbar variables draft