log src/company_gui.cpp @ 11924:fccc9cea27a7 draft

age author description
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, 13 May 2009 17:39:00 +0000 rubidium (svn r16297) -Codechange: silence more ICC warnings draft
Sun, 03 May 2009 08:27:12 +0000 alberth (svn r16208) -Codechange: Added nested widgets for the buy company and show company windows. draft
Sun, 03 May 2009 08:13:14 +0000 alberth (svn r16207) -Codechange: Added and applied BuyCompanyWidgets enum. 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:45:07 +0000 rubidium (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same as for DrawString (except the addition of the bottom parameter) 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 15:20:03 +0000 glx (svn r15880) -Codechange: add an invisible widget on company manager face windows to position company manager face image draft
Sat, 28 Mar 2009 14:55:11 +0000 glx (svn r15879) -Codechange: add an invisible widget on advanced company face window to determine where to draw the strings instead refering to other widgets. Required for rtl languages. draft
Sat, 28 Mar 2009 12:47:29 +0000 peter1138 (svn r15877) -Codechange: Let drop down lists know about font height. draft
Sat, 28 Mar 2009 04:14:02 +0000 glx (svn r15869) -Codechange: New widgets for select manager face and select livery windows draft
Fri, 27 Mar 2009 22:59:43 +0000 glx (svn r15865) -Codechange: New widgets for company finances windows draft
Fri, 27 Mar 2009 01:55:25 +0000 glx (svn r15864) -Codechange: add some 'invisible' widgets on company finances window, and use them to determine where to draw strings instead using some magic values draft
Thu, 26 Mar 2009 02:02:11 +0000 glx (svn r15855) -Codechange: complete the company finances window widget enum and remove unneeded magic in large window definition draft
Sun, 22 Mar 2009 12:01:21 +0000 rubidium (svn r15808) -Codechange: use the new DrawString API in a number of GUIs draft
Sun, 22 Mar 2009 09:34:06 +0000 rubidium (svn r15803) -Codechange: use the new text drawing API for multicenter 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
Sat, 21 Mar 2009 19:31:47 +0000 rubidium (svn r15783) -Codechange: make the dropdown draw code pass around the left/right instead of the x and width to make drawing text at offsets easier. 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
Mon, 09 Feb 2009 03:07:03 +0000 rubidium (svn r15429) -Change: do r15428 also for the string names. 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 02:33:10 +0000 rubidium (svn r15427) -Codechange: give w->caption_color a more sensible name as it holds the owner of whatever is shown in the window draft
Wed, 04 Feb 2009 16:59:41 +0000 rubidium (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. draft
Sat, 31 Jan 2009 21:27:36 +0000 peter1138 (svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Fri, 23 Jan 2009 23:56:56 +0000 rubidium (svn r15247) -Change: show a lock near the password/join button in the company window whenever the company is password protected draft
Fri, 23 Jan 2009 22:18:06 +0000 rubidium (svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral) draft
Wed, 07 Jan 2009 14:45:07 +0000 rubidium (svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table draft
Sat, 03 Jan 2009 18:44:20 +0000 smatz (svn r14815) -Codechange: separate 'highscore' code from 'company' code draft
Sat, 03 Jan 2009 17:11:52 +0000 smatz (svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company without HQ draft
Sun, 28 Dec 2008 16:09:58 +0000 rubidium (svn r14755) -Codechange: remove ending year as it can't be changed anyways. draft
Sun, 28 Dec 2008 14:37:19 +0000 rubidium (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draft
Tue, 30 Sep 2008 21:18:28 +0000 rubidium (svn r14423) -Codechange: also do r14221 for the strings. draft
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. draft