log src/widget.cpp @ 13742:a0aa80f5d2d2 draft

age author description
Tue, 24 Nov 2009 13:14:48 +0000 rubidium (svn r18267) -Codechange: make the music window big font aware draft
Sun, 22 Nov 2009 18:31:17 +0000 alberth (svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size. draft
Sun, 22 Nov 2009 18:28:14 +0000 alberth (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). draft
Sun, 22 Nov 2009 18:26:01 +0000 alberth (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. draft
Sun, 22 Nov 2009 14:40:55 +0000 rubidium (svn r18223) -Codechange: remove the requirement of having an index for background widgets draft
Sun, 22 Nov 2009 11:20:12 +0000 rubidium (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays draft
Sun, 22 Nov 2009 10:59:12 +0000 alberth (svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container. 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
Thu, 19 Nov 2009 22:49:04 +0000 rubidium (svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME draft
Thu, 19 Nov 2009 18:08:35 +0000 rubidium (svn r18189) -Codechange: remove some now unneeded strings draft
Thu, 19 Nov 2009 18:01:24 +0000 rubidium (svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g draft
Thu, 19 Nov 2009 17:56:03 +0000 rubidium (svn r18186) -Add: a widgets for left/right arrows with the ability to turn themselves around when a RTL language is loaded draft
Wed, 18 Nov 2009 18:17:27 +0000 peter1138 (svn r18168) -Codechange: Adjust a frame's child's padding to account for text height, and draw the top bar appropriately. 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
Tue, 17 Nov 2009 13:04:05 +0000 peter1138 (svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. draft
Sun, 15 Nov 2009 15:37:37 +0000 rubidium (svn r18099) -Codechange: scale the edit boxes to the fontsize draft
Sun, 15 Nov 2009 13:36:30 +0000 rubidium (svn r18092) -Codechange: remove support for the unnested widgets draft
Sun, 15 Nov 2009 10:40:06 +0000 rubidium (svn r18089) -Codechange: remove ResizeWindowForWidget draft
Sun, 15 Nov 2009 10:38:04 +0000 rubidium (svn r18088) -Codechange: remove CompareWidgetArrays draft
Sun, 15 Nov 2009 10:30:32 +0000 rubidium (svn r18087) -Codechange: remove NWID_LAYERED draft
Fri, 13 Nov 2009 20:23:48 +0000 rubidium (svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when determining the minimum width draft
Fri, 13 Nov 2009 20:10:13 +0000 rubidium (svn r18064) -Codechange: make the sticky box size to the height of the title bar preventing glitches with larger fonts draft
Mon, 09 Nov 2009 17:20:48 +0000 rubidium (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed draft
Mon, 09 Nov 2009 10:40:33 +0000 rubidium (svn r18028) -Codechange: unglobalise some functions draft
Sun, 08 Nov 2009 19:49:13 +0000 rubidium (svn r18022) -Cleanup: remove some (now) unused button resize functions draft
Fri, 06 Nov 2009 20:26:28 +0000 rubidium (svn r17984) -Codechange: make it possible to use MakeNWidgets using a custom container widget. draft
Fri, 30 Oct 2009 07:51:33 +0000 rubidium (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window draft
Fri, 23 Oct 2009 21:10:24 +0000 rubidium (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize draft
Sat, 10 Oct 2009 14:20:38 +0000 alberth (svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets. draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sat, 19 Sep 2009 15:17:47 +0000 rubidium (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary draft
Sat, 19 Sep 2009 13:08:37 +0000 alberth (svn r17575) -Codechange: Adding a new combined button+dropdown widget. draft
Sat, 19 Sep 2009 12:52:49 +0000 alberth (svn r17574) -Fix (r17573): Insert NWID_SELECTION in nested_array when appropriate. draft
Sat, 19 Sep 2009 11:55:44 +0000 alberth (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. 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
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Fri, 11 Sep 2009 19:26:44 +0000 alberth (svn r17505) -Codechange: WWT_EMPTY is not a special case any more for invalidating widgets. draft
Sat, 05 Sep 2009 19:44:53 +0000 alberth (svn r17427) -Codechange: Removing some unneeded widget parts (for reduced compilation time). draft
Wed, 02 Sep 2009 20:28:41 +0000 alberth (svn r17389) -Codechange: Add support for shaded viewports. draft
Wed, 02 Sep 2009 20:25:56 +0000 alberth (svn r17388) -Codechange: Paint the background of background widgets before painting its children. draft
Wed, 02 Sep 2009 11:31:11 +0000 rubidium (svn r17376) -Fix: also draw the white "I've just opened" line for nested windows draft
Wed, 02 Sep 2009 08:58:20 +0000 rubidium (svn r17375) -Codechange: remove last direct usage of scrollbar variables draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Fri, 14 Aug 2009 21:20:22 +0000 alberth (svn r17173) -Codechange: Vertically align WWT_TEXT widget, generalize vertical alignment of label and text buttons. draft
Fri, 14 Aug 2009 18:41:03 +0000 alberth (svn r17171) -Doc: Additions and corrections of various doxygen strings. draft
Fri, 14 Aug 2009 17:14:04 +0000 smatz (svn r17169) -Codechange: apply coding style to some for statements draft
Fri, 14 Aug 2009 17:11:59 +0000 smatz (svn r17168) -Codechange: apply coding style to if and while statements draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Sat, 01 Aug 2009 15:45:18 +0000 alberth (svn r17023) -Revert (r16839): FillNestedArray() was less obsolete than anticipated. draft
Sat, 01 Aug 2009 10:06:52 +0000 alberth (svn r17017) -Fix (r17008): Setup padding for WWT_MATRIX. draft
Sun, 26 Jul 2009 17:29:01 +0000 alberth (svn r16963) -Codechange: Added NWidgetViewport widget. draft
Sun, 26 Jul 2009 13:19:23 +0000 alberth (svn r16961) -Codechange: Moving some methods up in the class hierarchy to avoid code duplication. draft
Sat, 25 Jul 2009 11:54:53 +0000 alberth (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings. draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping draft
Sat, 18 Jul 2009 10:46:55 +0000 alberth (svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize for better control over widget size and resize steps. draft
Thu, 16 Jul 2009 16:22:23 +0000 alberth (svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field. draft
Thu, 16 Jul 2009 10:26:13 +0000 alberth (svn r16843) -Codechange: More documentation for the WWT_MATRIX widget, and better variable names in matrix rendering function. draft
Thu, 16 Jul 2009 10:13:33 +0000 rubidium (svn r16842) -Cleanup: add some spaces around a few operators draft
Wed, 15 Jul 2009 22:55:43 +0000 alberth (svn r16839) -Codechange: Remove obsolete FillNestedArray(). draft
Wed, 15 Jul 2009 22:51:37 +0000 alberth (svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize. draft