widget.c
Wed, 28 Dec 2005 08:39:43 +0000 peter1138 (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181.
Wed, 14 Dec 2005 08:05:36 +0000 peter1138 (svn r3302) - Fix: split drawing of text buttons and the closebox, so the closebox symbol can be centred.
Tue, 29 Nov 2005 22:04:02 +0000 peter1138 (svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore"
Tue, 22 Nov 2005 14:02:45 +0000 peter1138 (svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" -- Move the disabled/hidden bits to custom data in window struct.
Tue, 15 Nov 2005 08:49:46 +0000 tron (svn r3184) GB/SB
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Mon, 14 Nov 2005 08:42:45 +0000 peter1138 (svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names.
Sat, 12 Nov 2005 11:10:12 +0000 peter1138 (svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information.
Fri, 04 Nov 2005 14:57:53 +0000 tron (svn r3134) Forgot to commit one file in r3133
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
Fri, 23 Sep 2005 07:44:03 +0000 peter1138 (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select correct item when some items were hidden.
Sun, 18 Sep 2005 20:56:44 +0000 Darkvater (svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
Sat, 10 Sep 2005 07:38:03 +0000 tron (svn r2932) Give the strings consisting of an up/a down arrow symbolic names
Thu, 28 Jul 2005 09:17:32 +0000 celestar (svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf.
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 19:36:43 +0000 tron (svn r2664) Remove depedency on player.h from variables.h
Fri, 15 Jul 2005 15:09:52 +0000 ludde (svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the new string system.
Fri, 08 Jul 2005 22:25:24 +0000 tron (svn r2535) Tabs
Fri, 08 Jul 2005 00:14:19 +0000 Darkvater (svn r2530) - Fix: [ 1219829 ] Mouse-wheel crashes OTTD. Widget detection failed to detect the most-right and most-bottom pixels of a widget. If scrollwheel is used on a not-found widget (such as the background of the toolbar), it will now fail correctly (glx)
Wed, 15 Jun 2005 17:27:14 +0000 hackykid (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_)
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Thu, 07 Apr 2005 00:59:54 +0000 Darkvater (svn r2161) - Fix: When resizing a window, the button is also visibly depressed
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Wed, 26 Jan 2005 11:23:54 +0000 bjarni (svn r1679) Fix: dropdown menus now returns the index of the string that was clicked even if a previous item is hidden
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Tue, 04 Jan 2005 21:45:38 +0000 darkvater (svn r1380) -Fix: missed widget fixes; thanks Jango and TestMan57
Tue, 04 Jan 2005 21:28:09 +0000 darkvater (svn r1379) -Fix: various GUI glitches. Added default sizes to various widgets. Sticky/Resize- and Scrollbar must be 11 pixels wide, Horizontal scrollbar 11 pixels high, caption must be 13 pixels. I hope I didn't forget any widgets, the game will assert for that so report them to me!
Tue, 04 Jan 2005 14:54:27 +0000 darkvater (svn r1369) -Feature(ish): Added sprites for up/down and left/right arrows. Anywhere where there are horizontal scrollers these are now left/right arrows
Tue, 04 Jan 2005 13:45:58 +0000 truelight (svn r1368) -Fix: Disabled dropdown menu options are gray again (instead of blue)
Mon, 03 Jan 2005 22:04:34 +0000 darkvater (svn r1357) -Fix: Disabled dropdown menu options are gray again (instead of blue)
Mon, 03 Jan 2005 19:45:18 +0000 truelight (svn r1348) -Feature: resizable windows. Read the comment in window.h to find out
Mon, 03 Jan 2005 17:55:25 +0000 darkvater (svn r1341) -Fix: fix WWT_FRAME drawing when there is no text there (STR_NULL)
Sun, 02 Jan 2005 22:28:56 +0000 bjarni (svn r1326) fixed compiler warnings in vehicle_gui.c and widget.c
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Wed, 15 Dec 2004 23:33:04 +0000 darkvater (svn r1121) -Feature: Added sticky windows feature. A small pin allows the user to set the window as undeletable and can only be closed by hand. As an example the viewport window has been stickied (thanks to Neko-San)
Wed, 15 Dec 2004 21:45:44 +0000 truelight (svn r1112) -Fix: _decode_parameters was increased to [20], but not all temp-dparams were
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 07 Sep 2004 21:48:09 +0000 darkvater (svn r177) -Fix: padded out Widget code to solve warnings on C99 compiler (Tron)
Mon, 06 Sep 2004 18:15:13 +0000 darkvater (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN