log src/dock_gui.cpp @ 14258:a899d4e5ee1a draft

age author description
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
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Sat, 28 Nov 2009 15:01:49 +0000 rubidium (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 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
Tue, 24 Nov 2009 21:13:36 +0000 rubidium (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input draft
Tue, 24 Nov 2009 18:05:55 +0000 rubidium (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions draft
Tue, 24 Nov 2009 17:28:29 +0000 rubidium (svn r18274) -Codechange: remove the unused WDF flags 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 12:24:33 +0000 rubidium (svn r18216) -Codechange: make the scenario editor dock tool big font aware 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
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
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Fri, 13 Nov 2009 19:46:12 +0000 rubidium (svn r18061) -Fix: glitches with the dock GUI when the title is very long draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes 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, 23 Aug 2009 19:03:09 +0000 rubidium (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Tue, 04 Aug 2009 18:04:33 +0000 rubidium (svn r17062) -Change: unify the naming of some 125 strings draft
Sun, 26 Jul 2009 21:07:03 +0000 rubidium (svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code. draft
Tue, 21 Jul 2009 22:25:21 +0000 alberth (svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. draft
Tue, 21 Jul 2009 10:46:32 +0000 alberth (svn r16895) -Codechange: Build dock window uses nested widget tree. draft
Mon, 20 Jul 2009 19:45:12 +0000 alberth (svn r16893) -Codechange: Ship depot build window uses nested widget tree. draft
Mon, 20 Jul 2009 18:43:02 +0000 alberth (svn r16891) -Codechange: Docks toolbar uses nested widget tree. draft
Fri, 10 Jul 2009 22:03:09 +0000 yexo (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Wed, 13 May 2009 17:39:00 +0000 rubidium (svn r16297) -Codechange: silence more ICC warnings draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Sun, 19 Apr 2009 10:31:30 +0000 rubidium (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing draft
Sat, 28 Mar 2009 12:40:57 +0000 alberth (svn r15876) -Codechange: Nested widgets for build-dock station and dock toolbar windows. draft
Sat, 28 Mar 2009 11:17:01 +0000 alberth (svn r15873) -Codechange: Changing two comments to Doxygen comment. draft
Sat, 28 Mar 2009 10:07:35 +0000 alberth (svn r15871) -Fix: Repositioning and resizing the coverage highlight buttons of the build-dock window draft
Thu, 26 Mar 2009 21:12:14 +0000 yexo (svn r15862) -Codechange: New widgets for the road, rail and ship depot guis. draft
Sun, 15 Mar 2009 15:12:06 +0000 rubidium (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) draft
Sun, 08 Feb 2009 16:00:57 +0000 rubidium (svn r15414) -Codechange: s/delete FindWindowById/DeleteWindowById/ draft
Sun, 08 Feb 2009 15:45:34 +0000 rubidium (svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed. draft
Wed, 04 Feb 2009 16:59:41 +0000 rubidium (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. draft
Wed, 04 Feb 2009 16:45:07 +0000 rubidium (svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Thu, 08 Jan 2009 16:35:45 +0000 rubidium (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) draft
Wed, 07 Jan 2009 17:40:17 +0000 frosch (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) draft
Sun, 04 Jan 2009 11:11:11 +0000 rubidium (svn r14822) -Change: save 'build station' settings in the config file, like drag'n'drop and and show coverage area (Rexxars) draft
Fri, 02 Jan 2009 21:01:27 +0000 rubidium (svn r14787) -Fix: landscape toolbar getting closed when rail/road/water/airport toolbar gets closed with linked toolbars turned on. draft
Sun, 28 Dec 2008 14:37:19 +0000 rubidium (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draft
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. draft
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. draft
Thu, 31 Jul 2008 02:36:01 +0000 belugas (svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, build_vehicle, cheat, depot and dock guis. draft
Fri, 18 Jul 2008 16:40:29 +0000 rubidium (svn r13731) -Codechange: make a pool of the array of players. draft
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool. draft
Wed, 25 Jun 2008 17:30:16 +0000 skidd13 (svn r13628) -Feature: enable building of aqueducts in the scenario editor draft
Thu, 12 Jun 2008 16:30:41 +0000 skidd13 (svn r13490) -Add: a seperate icon for aqueducts draft
Wed, 11 Jun 2008 21:37:36 +0000 smatz (svn r13481) -Codechange: add 'B' keyboard shortcut to build aqueduct (planetmaker) draft
Wed, 11 Jun 2008 17:35:55 +0000 smatz (svn r13479) -Codechange: don't use word 'bridge' for aqueducts that often draft
Wed, 11 Jun 2008 13:54:01 +0000 rubidium (svn r13464) -Codechange: support NewGRF Action 0x05, type 12. draft
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. draft
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic. draft
Sat, 24 May 2008 11:19:30 +0000 frosch (svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows. draft
Thu, 22 May 2008 20:37:14 +0000 smatz (svn r13215) -Codechange [FS#2029]: enumify and comment Build Dock widgets (Roujin) draft
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. draft