summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
AgeCommit message (Expand)Author
2009-09-04(svn r17420) -Codechange: replace assert() by assert_compile() where possiblesmatz
2009-09-03(svn r17404) -Change (r17379): silence gcc warning caused by inlining of a vi...rubidium
2009-09-03(svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was ca...rubidium
2009-09-02(svn r17380) -Codechange: move drawing the performance detail data to DrawWidgetrubidium
2009-09-02(svn r17379) -Codechange: make the performance rating window nested, although...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-08(svn r17126) -Fix [FS#3096]: Initialize graph data from the constructor of th...alberth
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-03(svn r17058) -Codechange: magic numbers removal.belugas
2009-08-03(svn r17053) -Codechange: pass a Rect to DrawGraph so it knows where to drawrubidium
2009-08-03(svn r17052) -Codechange: move state changes out of OnPaint for the graph win...rubidium
2009-08-03(svn r17051) -Codechange: make the graph legend window use nested widgetsrubidium
2009-08-02(svn r17041) -Fix [FS#3083] (r14735): graphical glitch with graph keyrubidium
2009-07-16(svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid...smatz
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-15(svn r16837) -Codechange: Collect largest used index while constructing neste...alberth
2009-05-31(svn r16488) -Codechange [FS#2941]: Use widget numbers of base grap window an...alberth
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...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-06(svn r16242) -Codechange: rework pausingrubidium
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-26(svn r16157) -Fix: wrong truncation of refit cost/graph x labels because they...rubidium
2009-04-25(svn r16141) -Codechange: Adding nested widgets to remaining graph windows.alberth
2009-04-25(svn r16139) -Codechange: Adding/completing widget number enums of several gr...alberth
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-09(svn r16003) -Codechange: Replaced magic widget number constant with enumerat...alberth
2009-04-09(svn r16002) -Codechange: Added nested widgets for company league windowalberth
2009-04-09(svn r16001) -Codechange: Added nested widgets to cargo payment rates windowalberth
2009-04-04(svn r15952) -Codechange: Added nested widgets to operating profit, income, d...alberth
2009-04-03(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tipalberth
2009-03-22(svn r15812) -Codechange: use the new DrawString API in another set of GUIsrubidium
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-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-02-12(svn r15457) -Fix: typo in stringid.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15423) -Codechange: split widget related types to their own header and ...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-24(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without...rubidium
2008-12-23(svn r14732) -Codechange: replace some magic number with less magic constants...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-02(svn r14219) -Fix (rthebeginning): 10 days != 6*2.5 days, effectively causing...rubidium
2008-08-07(svn r14011) -Codechange: not required to define an enum which was just the r...belugas
2008-08-04(svn r13994) -Codechange: replace a few rogue magic numbers with Colours enum...belugas
2008-07-30(svn r13883) -Codechange: Replace numbers with Colours enum on graph guibelugas
2008-07-30(svn r13882) -Codechange: Replace widget numbers with appropriate enumsbelugas