Thu, 19 Aug 2010 20:42:00 +0000 |
rubidium |
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit
draft
|
Wed, 18 Aug 2010 20:48:38 +0000 |
rubidium |
(svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands.
draft
|
Wed, 18 Aug 2010 18:52:16 +0000 |
rubidium |
(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depot it belongs to gets removed, the depot window gets closed or when another vehicle gets sold in a depot
draft
|
Wed, 18 Aug 2010 15:15:59 +0000 |
rubidium |
(svn r20539) -Codechange: make order backups more self-contained.
draft
|
Wed, 18 Aug 2010 00:03:08 +0000 |
rubidium |
(svn r20533) -Codechange: shuffle a bit with the bits in the sell command
draft
|
Thu, 12 Aug 2010 11:46:20 +0000 |
frosch |
(svn r20465) -Codechange: Use NWID_SELECTION to hide horizontal scrollbar and 'sell chain' button for non-train depot windows.
draft
|
Thu, 12 Aug 2010 11:21:30 +0000 |
frosch |
(svn r20464) -Codechange/Fix: Do not use a scrollbar to store the number of columns for non-train depot windows.
draft
|
Thu, 12 Aug 2010 09:16:43 +0000 |
frosch |
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
draft
|
Thu, 12 Aug 2010 08:37:01 +0000 |
frosch |
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll and vscroll2.
draft
|
Thu, 12 Aug 2010 06:44:45 +0000 |
frosch |
(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate scrollbar explicitly using a NWidgetPart via SetScrollbar().
draft
|
Sun, 01 Aug 2010 19:44:49 +0000 |
frosch |
(svn r20286) -Codechange: Unify end of doxygen comments.
draft
|
Sun, 01 Aug 2010 19:22:34 +0000 |
frosch |
(svn r20283) -Codechange: Unify start of doygen comments.
draft
|
Sun, 01 Aug 2010 18:53:30 +0000 |
rubidium |
(svn r20281) -Codechange: unify case scope closure + break coding style
draft
|
Wed, 14 Jul 2010 17:36:27 +0000 |
rubidium |
(svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again.
draft
|
Sun, 11 Jul 2010 11:00:09 +0000 |
terkhen |
(svn r20121) -Add: OnHover method for windows.
draft
|
Sun, 11 Jul 2010 10:58:55 +0000 |
terkhen |
(svn r20120) -Feature [FS#3913]: Tooltips are shown by hovering the mouse over a widget instead of by right clicking on it.
draft
|
Sun, 23 May 2010 15:02:26 +0000 |
alberth |
(svn r19888) -Add [FS#3705]: Add highlighting of drag destination in depot gui (sbr).
draft
|
Wed, 12 May 2010 20:50:10 +0000 |
rubidium |
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
draft
|
Wed, 12 May 2010 18:19:36 +0000 |
rubidium |
(svn r19796) -Codechange: introduce and use a {DEPOT} string command
draft
|
Sat, 24 Apr 2010 20:55:51 +0000 |
smatz |
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
draft
|
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
|