Sun, 26 May 2013 19:30:07 +0000 |
frosch |
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
draft
|
Sun, 26 May 2013 19:25:01 +0000 |
frosch |
(svn r25290) -Add: Assign string names to notable windows.
draft
|
Sun, 26 May 2013 19:23:42 +0000 |
frosch |
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
draft
|
Sun, 11 Nov 2012 16:10:43 +0000 |
frosch |
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
draft
|
Sun, 07 Oct 2012 12:14:39 +0000 |
frosch |
(svn r24576) -Fix [FS#5319] (r24260): Vehicle list at buoys did no longer work. (Juanjo)
draft
|
Fri, 16 Dec 2011 16:25:34 +0000 |
rubidium |
(svn r23530) -Codechange: begin unify the naming of widgets and add comments to them, in this case the waypoint view widgets
draft
|
Thu, 15 Dec 2011 22:22:55 +0000 |
truebrain |
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
draft
|
Thu, 15 Dec 2011 19:54:23 +0000 |
truebrain |
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
draft
|
Thu, 24 Nov 2011 18:55:56 +0000 |
peter1138 |
(svn r23321) -Fix (r23316): Extra viewports and waypoint detail opened up at wrong zoom level.
draft
|
Sun, 01 May 2011 19:51:52 +0000 |
rubidium |
(svn r22406) -Document: some more "random-ish" tidbits
draft
|
Sun, 01 May 2011 19:14:12 +0000 |
rubidium |
(svn r22405) -Document: some more "random-ish" tidbits
draft
|
Sun, 17 Apr 2011 18:42:17 +0000 |
terkhen |
(svn r22343) -Change: Remove pixel limiter for query strings.
draft
|
Sun, 13 Mar 2011 21:31:29 +0000 |
frosch |
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
draft
|
Wed, 23 Feb 2011 18:39:56 +0000 |
frosch |
(svn r22131) -Fix: Spectators had trouble closing buoy windows. (Terkhen)
draft
|
Sun, 05 Dec 2010 22:25:36 +0000 |
rubidium |
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
draft
|
Fri, 26 Nov 2010 15:22:18 +0000 |
alberth |
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
draft
|
Sun, 24 Oct 2010 20:59:25 +0000 |
rubidium |
(svn r21035) -Fix [FS#4181] (r21020): crash when opening the buoy's viewport. Based on a patch by Krille.
draft
|
Sat, 23 Oct 2010 20:51:48 +0000 |
alberth |
(svn r21021) -Add [FS#4171]: Center industry gui and waypoint gui after resize (partly by Krille).
draft
|
Sat, 23 Oct 2010 20:39:21 +0000 |
alberth |
(svn r21020) -Add: Use center of waypoint in waypoint gui, if available.
draft
|
Thu, 16 Sep 2010 16:14:30 +0000 |
rubidium |
(svn r20813) -Fix: make the waypoint viewport keep centered around the waypoint when resizing the window (Krille)
draft
|
Wed, 08 Sep 2010 21:37:13 +0000 |
rubidium |
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
draft
|
Tue, 15 Jun 2010 22:48:50 +0000 |
smatz |
(svn r19990) -Fix: owner of the Waypoint View window wasn't properly set
draft
|
Fri, 11 Jun 2010 00:18:28 +0000 |
smatz |
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
draft
|
Thu, 10 Jun 2010 23:52:09 +0000 |
smatz |
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when the oil rig is deleted
draft
|
Thu, 10 Jun 2010 23:27:37 +0000 |
smatz |
(svn r19955) -Fix: close list of vehicles with given buoy/oil rig in orders when switching company
draft
|
Thu, 10 Jun 2010 16:22:10 +0000 |
smatz |
(svn r19952) -Fix: do not close list of waypoint's trains when the waypoint view is closed - unify behaviour with other station types
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, 21 Dec 2009 16:24:29 +0000 |
alberth |
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
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 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
|
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
|
Mon, 16 Nov 2009 20:17:27 +0000 |
rubidium |
(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in their title
draft
|
Sun, 15 Nov 2009 10:26:01 +0000 |
rubidium |
(svn r18086) -Codechange: remove 'widget' from WindowDesc
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
|
Mon, 07 Sep 2009 08:04:40 +0000 |
rubidium |
(svn r17441) -Fix (r16900): close the vehicle list of the vehicle type that visits the waypoint instead of for all vehicle types
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
|
Sat, 01 Aug 2009 17:46:31 +0000 |
alberth |
(svn r17030) -Codechange: Better descriptions for buoys.
draft
|
Sat, 01 Aug 2009 15:53:23 +0000 |
alberth |
(svn r17025) -Codechange: Waypoint window using all the new goodies (based on work by Rubidium).
draft
|
Tue, 28 Jul 2009 21:06:38 +0000 |
rubidium |
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
draft
|
Fri, 24 Jul 2009 07:38:10 +0000 |
rubidium |
(svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not
draft
|
Wed, 22 Jul 2009 10:18:19 +0000 |
rubidium |
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
draft
|
Wed, 22 Jul 2009 08:59:57 +0000 |
rubidium |
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
draft
|
Tue, 21 Jul 2009 16:30:01 +0000 |
rubidium |
(svn r16900) -Codechange: prepare the waypoint window for buoys
draft
|
Mon, 20 Jul 2009 11:21:57 +0000 |
rubidium |
(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically
draft
|
Fri, 22 May 2009 15:13:50 +0000 |
smatz |
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
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
|
Wed, 25 Mar 2009 21:38:05 +0000 |
yexo |
(svn r15853) -Codechange: New widgets for the waypoint gui.
draft
|
Sun, 15 Mar 2009 15:25:18 +0000 |
smatz |
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
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, 15 Mar 2009 00:32:18 +0000 |
rubidium |
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Fri, 13 Mar 2009 23:48:07 +0000 |
smatz |
(svn r15704) -Cleanup: remove further includes from recently split files
draft
|
Thu, 26 Feb 2009 14:10:57 +0000 |
smatz |
(svn r15589) -Fix: drawing of waypoints with invalid owner was broken
draft
|