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
|
Fri, 20 Nov 2009 14:03:17 +0000 |
rubidium |
(svn r18196) -Codechange: make the performance rating details window big font and RTL aware
draft
|
Wed, 18 Nov 2009 15:09:39 +0000 |
rubidium |
(svn r18167) -Change: make the graph legend, cargo payment graph and company league windows RTL aware
draft
|
Wed, 18 Nov 2009 10:09:22 +0000 |
peter1138 |
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
draft
|
Wed, 18 Nov 2009 08:32:39 +0000 |
peter1138 |
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts.
draft
|
Tue, 17 Nov 2009 22:06:18 +0000 |
peter1138 |
(svn r18153) -Codechange: Correct height for 'key' button on graph windows.
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 13:07:12 +0000 |
peter1138 |
(svn r18139) -Codechange: Scale company league table for font height.
draft
|
Sun, 15 Nov 2009 10:26:01 +0000 |
rubidium |
(svn r18086) -Codechange: remove 'widget' from WindowDesc
draft
|
Sat, 14 Nov 2009 15:37:33 +0000 |
rubidium |
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
draft
|
Tue, 03 Nov 2009 17:30:08 +0000 |
rubidium |
(svn r17963) -Codechange: some documentation style
draft
|
Mon, 02 Nov 2009 16:07:09 +0000 |
rubidium |
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
draft
|
Sun, 25 Oct 2009 13:52:58 +0000 |
rubidium |
(svn r17866) -Codechange: make the remaining graph windows nested
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
|
Tue, 08 Sep 2009 12:27:27 +0000 |
rubidium |
(svn r17473) -Codechange: use the post destructor for destroying companies too instead of complicating the graph GUI invalidate code.
draft
|
Fri, 04 Sep 2009 23:02:52 +0000 |
smatz |
(svn r17420) -Codechange: replace assert() by assert_compile() where possible
draft
|
Thu, 03 Sep 2009 11:56:29 +0000 |
rubidium |
(svn r17404) -Change (r17379): silence gcc warning caused by inlining of a virtual function
draft
|
Thu, 03 Sep 2009 10:50:14 +0000 |
rubidium |
(svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was calculated wrong
draft
|
Wed, 02 Sep 2009 13:39:46 +0000 |
rubidium |
(svn r17380) -Codechange: move drawing the performance detail data to DrawWidget
draft
|
Wed, 02 Sep 2009 13:24:36 +0000 |
rubidium |
(svn r17379) -Codechange: make the performance rating window nested, although it still needs some improvements
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Sat, 08 Aug 2009 22:26:45 +0000 |
alberth |
(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of the derived class.
draft
|
Wed, 05 Aug 2009 17:59:21 +0000 |
rubidium |
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
draft
|
Mon, 03 Aug 2009 20:02:25 +0000 |
belugas |
(svn r17058) -Codechange: magic numbers removal.
draft
|
Mon, 03 Aug 2009 15:23:49 +0000 |
rubidium |
(svn r17053) -Codechange: pass a Rect to DrawGraph so it knows where to draw
draft
|
Mon, 03 Aug 2009 14:44:55 +0000 |
rubidium |
(svn r17052) -Codechange: move state changes out of OnPaint for the graph windows
draft
|
Mon, 03 Aug 2009 14:44:08 +0000 |
rubidium |
(svn r17051) -Codechange: make the graph legend window use nested widgets
draft
|
Sun, 02 Aug 2009 16:45:53 +0000 |
rubidium |
(svn r17041) -Fix [FS#3083] (r14735): graphical glitch with graph key
draft
|
Thu, 16 Jul 2009 20:40:06 +0000 |
smatz |
(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs
draft
|
Thu, 16 Jul 2009 19:00:13 +0000 |
smatz |
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
draft
|
Wed, 15 Jul 2009 22:17:08 +0000 |
alberth |
(svn r16837) -Codechange: Collect largest used index while constructing nested widget tree.
draft
|
Sun, 31 May 2009 20:33:09 +0000 |
alberth |
(svn r16488) -Codechange [FS#2941]: Use widget numbers of base grap window and cargo payment window in the window handling code (erikjanp)
draft
|
Mon, 18 May 2009 16:21:28 +0000 |
smatz |
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()
draft
|
Sun, 17 May 2009 01:00:56 +0000 |
smatz |
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)
draft
|
Sat, 16 May 2009 23:34:14 +0000 |
smatz |
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
draft
|
Wed, 06 May 2009 15:06:57 +0000 |
rubidium |
(svn r16242) -Codechange: rework pausing
draft
|
Sun, 26 Apr 2009 14:52:56 +0000 |
rubidium |
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
draft
|
Sun, 26 Apr 2009 10:48:30 +0000 |
rubidium |
(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
draft
|
Sat, 25 Apr 2009 12:00:54 +0000 |
alberth |
(svn r16141) -Codechange: Adding nested widgets to remaining graph windows.
draft
|
Sat, 25 Apr 2009 10:06:22 +0000 |
alberth |
(svn r16139) -Codechange: Adding/completing widget number enums of several graph windows.
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
|
Thu, 09 Apr 2009 11:42:24 +0000 |
alberth |
(svn r16003) -Codechange: Replaced magic widget number constant with enumerated value in graph legend window.
draft
|
Thu, 09 Apr 2009 11:22:36 +0000 |
alberth |
(svn r16002) -Codechange: Added nested widgets for company league window
draft
|
Thu, 09 Apr 2009 09:41:10 +0000 |
alberth |
(svn r16001) -Codechange: Added nested widgets to cargo payment rates window
draft
|
Sat, 04 Apr 2009 09:03:28 +0000 |
alberth |
(svn r15952) -Codechange: Added nested widgets to operating profit, income, delivered cargo, and company value windows.
draft
|
Fri, 03 Apr 2009 20:41:20 +0000 |
alberth |
(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tip
draft
|
Sun, 22 Mar 2009 14:39:20 +0000 |
rubidium |
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
draft
|
Sat, 21 Mar 2009 22:22:00 +0000 |
rubidium |
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API.
draft
|
Sat, 21 Mar 2009 22:00:00 +0000 |
rubidium |
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
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
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Thu, 12 Feb 2009 15:17:10 +0000 |
rubidium |
(svn r15457) -Fix: typo in stringid.
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Mon, 09 Feb 2009 01:06:23 +0000 |
rubidium |
(svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Sat, 10 Jan 2009 00:31:47 +0000 |
rubidium |
(svn r14949) -Cleanup: pointer coding style
draft
|
Wed, 24 Dec 2008 09:53:15 +0000 |
rubidium |
(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without changing the map array) and make the CompanyIDs contiguous.
draft
|
Tue, 23 Dec 2008 21:03:43 +0000 |
rubidium |
(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables.
draft
|
Tue, 30 Sep 2008 20:51:04 +0000 |
rubidium |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
draft
|