log src/dock_gui.cpp @ 17564:d5ff867052a5 draft

age author description
Sun, 20 Mar 2011 20:51:31 +0000 rubidium (svn r22266) -Fix [FS#4558]: In the scenario editor you could build a ship depot using the hotkeys. Removing that depot causes an assertions to trigger. draft
Sun, 13 Mar 2011 21:31:29 +0000 frosch (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). draft
Fri, 04 Feb 2011 15:37:23 +0000 rubidium (svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting draft
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Sat, 15 Jan 2011 16:27:04 +0000 terkhen (svn r21806) -Codechange: Correct additional appearances of the same typo. draft
Sat, 15 Jan 2011 15:58:03 +0000 terkhen (svn r21805) -Codechange: Correct a typo. draft
Fri, 24 Dec 2010 15:08:19 +0000 alberth (svn r21627) -Codechange: Remove _place_proc global variable. draft
Thu, 23 Dec 2010 14:38:01 +0000 alberth (svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing of areas. draft
Mon, 20 Dec 2010 13:19:59 +0000 alberth (svn r21545) -Codechange: Replace the callback by another switch. draft
Mon, 20 Dec 2010 13:17:54 +0000 alberth (svn r21544) -Codechange: Fold the small static click functions into the switch. draft
Mon, 20 Dec 2010 13:16:22 +0000 alberth (svn r21543) -Codechange: Remove _build_docks_button_proc array. draft
Sat, 11 Dec 2010 19:49:44 +0000 rubidium (svn r21471) -Change [FS#4153]: make building aqueducts behave more like building tunnels. They can't be built on flat (or foundationed) tiles, so there is at most one destination tile like there is only one for tunnels draft
Fri, 26 Nov 2010 15:22:18 +0000 alberth (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). draft
Fri, 15 Oct 2010 19:14:43 +0000 terkhen (svn r20932) -Add [FS#4153]: Highlight all destination tiles when building a lock. (uni657) draft
Fri, 15 Oct 2010 19:05:17 +0000 terkhen (svn r20931) -Document: Waterways toolbar click functions. draft
Tue, 28 Sep 2010 21:58:06 +0000 terkhen (svn r20856) -Fix [FS#4141]: Road/water toolbars did not get updated when the first vehicle of their type becomes available. draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Tue, 10 Aug 2010 16:13:51 +0000 rubidium (svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools draft
Sun, 04 Jul 2010 09:27:15 +0000 frosch (svn r20071) -Codechange: Consistently return the toolbar window for ShowBuildXxxToolbar(). draft
Sat, 03 Jul 2010 21:43:44 +0000 yexo (svn r20070) -Feature: when none of the open windows handles a keypress, try all toolbars for global hotkeys draft
Sat, 03 Jul 2010 18:18:58 +0000 yexo (svn r20063) -Feature: customizable hotkeys for the dock toolbar draft
Sat, 17 Apr 2010 23:34:00 +0000 frosch (svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL. draft
Sat, 30 Jan 2010 18:34:48 +0000 frosch (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). 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
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