summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
AgeCommit message (Expand)Author
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-25(svn r16954) -Codechange: make the Game Options window use the nested widget ...rubidium
2009-07-22(svn r16921) -Codechange: make it more clear what strings are related to road...rubidium
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits i...alberth
2009-07-13(svn r16809) -Fix [FS#3021](r13096): automatic resizing of SelectCompanyLiver...smatz
2009-07-01(svn r16716) -Codechange: reduce code duplication in DrawCompanyVehiclesAmount()smatz
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-13(svn r16297) -Codechange: silence more ICC warningsrubidium
2009-05-03(svn r16208) -Codechange: Added nested widgets for the buy company and show c...alberth
2009-05-03(svn r16207) -Codechange: Added and applied BuyCompanyWidgets enum.alberth
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
2009-03-28(svn r15880) -Codechange: add an invisible widget on company manager face win...glx
2009-03-28(svn r15879) -Codechange: add an invisible widget on advanced company face wi...glx
2009-03-28(svn r15877) -Codechange: Let drop down lists know about font height.peter1138
2009-03-28(svn r15869) -Codechange: New widgets for select manager face and select live...glx
2009-03-27(svn r15865) -Codechange: New widgets for company finances windowsglx
2009-03-27(svn r15864) -Codechange: add some 'invisible' widgets on company finances wi...glx
2009-03-26(svn r15855) -Codechange: complete the company finances window widget enum an...glx
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15783) -Codechange: make the dropdown draw code pass around the left/ri...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-09(svn r15429) -Change: do r15428 also for the string names.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15427) -Codechange: give w->caption_color a more sensible name as it ho...rubidium
2009-02-04(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...rubidium
2009-01-31(svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses lis...peter1138
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15247) -Change: show a lock near the password/join button in the compan...rubidium
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-07(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command t...rubidium
2009-01-03(svn r14815) -Codechange: separate 'highscore' code from 'company' codesmatz
2009-01-03(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company witho...smatz
2008-12-28(svn r14755) -Codechange: remove ending year as it can't be changed anyways.rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-09-30(svn r14423) -Codechange: also do r14221 for the strings.rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium