Sat, 24 Apr 2010 14:29:30 +0000 |
smatz |
(svn r19710) -Codechange: deduplicate GUI code for starting/stopping vehicles
draft
|
Sun, 18 Apr 2010 14:56:05 +0000 |
frosch |
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding.
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
|
Mon, 21 Dec 2009 16:24:29 +0000 |
alberth |
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
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 16:42:35 +0000 |
rubidium |
(svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the depot
draft
|
Sun, 06 Dec 2009 11:46:57 +0000 |
peter1138 |
(svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart
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
|
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:29:52 +0000 |
alberth |
(svn r18231) -Fix: Enable filling of matrix widget in the depot gui.
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 13:22:53 +0000 |
alberth |
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
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 11:10:17 +0000 |
rubidium |
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
draft
|
Wed, 18 Nov 2009 10:45:49 +0000 |
rubidium |
(svn r18163) -Codechange: make the depot GUI RTL aware
draft
|
Tue, 17 Nov 2009 23:32:18 +0000 |
rubidium |
(svn r18157) -Codechange: some minor tweaks of the boundaries of strings etc. in the depot window
draft
|
Tue, 17 Nov 2009 22:58:41 +0000 |
rubidium |
(svn r18154) -Codechange: let the depot window better scale with bigger fonts
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 16:03:51 +0000 |
rubidium |
(svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot
draft
|
Mon, 16 Nov 2009 22:25:01 +0000 |
rubidium |
(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image
draft
|
Mon, 16 Nov 2009 20:58:38 +0000 |
rubidium |
(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists.
draft
|
Mon, 16 Nov 2009 20:34:57 +0000 |
rubidium |
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
draft
|
Sun, 15 Nov 2009 10:26:01 +0000 |
rubidium |
(svn r18086) -Codechange: remove 'widget' from WindowDesc
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:41:44 +0000 |
alberth |
(svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking.
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, 17 Oct 2009 14:29:10 +0000 |
rubidium |
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
draft
|
Sun, 11 Oct 2009 08:23:30 +0000 |
alberth |
(svn r17760) -Revert (r17648): _local_company is less constant than you'd expect.
draft
|
Sun, 27 Sep 2009 08:49:42 +0000 |
alberth |
(svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height.
draft
|
Sun, 27 Sep 2009 08:28:49 +0000 |
alberth |
(svn r17652) -Codechange: Merging/renaming the depot block-size functions.
draft
|
Sat, 26 Sep 2009 19:26:08 +0000 |
alberth |
(svn r17650) -Codechange: Checking a condition once is enough.
draft
|
Sat, 26 Sep 2009 19:21:20 +0000 |
alberth |
(svn r17649) -Codechange: Depot gui uses pure nested widgets.
draft
|
Sat, 26 Sep 2009 18:47:41 +0000 |
alberth |
(svn r17648) -Codechange: Move type initialization and widget disabling to the constructor.
draft
|
Sat, 26 Sep 2009 18:15:35 +0000 |
alberth |
(svn r17647) -Codechange: Moving widget array access to outside the function.
draft
|
Sat, 26 Sep 2009 16:06:54 +0000 |
alberth |
(svn r17643) -Codechange: Code style for variables in depot gui.
draft
|
Wed, 23 Sep 2009 20:48:30 +0000 |
alberth |
(svn r17626) -Codechange: Use Dimension structs instead of array of length 2 for storing horizontal/vertical information.
draft
|
Wed, 23 Sep 2009 19:57:56 +0000 |
alberth |
(svn r17624) -Codechange: Swap entries in _resize_cap[][] so the code does what the docs say.
draft
|
Sun, 20 Sep 2009 23:11:01 +0000 |
smatz |
(svn r17596) -Codechange: constify some tables
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
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
draft
|
Mon, 07 Sep 2009 08:59:43 +0000 |
rubidium |
(svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles.
draft
|
Wed, 02 Sep 2009 07:36:39 +0000 |
rubidium |
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
draft
|
Wed, 02 Sep 2009 07:22:09 +0000 |
rubidium |
(svn r17368) -Codechange: remove pointless passing of 'this' as parameter
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Thu, 20 Aug 2009 10:23:39 +0000 |
rubidium |
(svn r17228) -Codechange: some coding style fixes
draft
|
Sat, 15 Aug 2009 20:59:49 +0000 |
alberth |
(svn r17194) -Fix (r17175): Depot sell buttons did not raise again.
draft
|
Sat, 15 Aug 2009 11:47:11 +0000 |
frosch |
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Wed, 22 Jul 2009 23:39:35 +0000 |
rubidium |
(svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the setting of the error message to a single place
draft
|
Wed, 22 Jul 2009 22:44:56 +0000 |
rubidium |
(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.
draft
|
Wed, 22 Jul 2009 20:17:07 +0000 |
rubidium |
(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
draft
|
Wed, 22 Jul 2009 19:12:20 +0000 |
rubidium |
(svn r16919) -Codechange: unify some more StringID w.r.t. their naming
draft
|
Mon, 20 Jul 2009 19:58:33 +0000 |
frosch |
(svn r16894) -Codechange: Add [Specialised]Vehicle::Last().
draft
|
Sun, 19 Jul 2009 19:17:41 +0000 |
frosch |
(svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it.
draft
|
Sat, 18 Jul 2009 17:38:18 +0000 |
frosch |
(svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains.
draft
|
Fri, 17 Jul 2009 22:00:13 +0000 |
frosch |
(svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables.
draft
|