index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graph_gui.cpp
Age
Commit message (
Expand
)
Author
2009-11-28
(svn r18324) -Codechange: there's no need for a default size when the window ...
rubidium
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...
rubidium
2009-11-24
(svn r18280) -Codechange: remove widget indices that are not needed for custo...
rubidium
2009-11-24
(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...
rubidium
2009-11-24
(svn r18274) -Codechange: remove the unused WDF flags
rubidium
2009-11-23
(svn r18264) -Codechange: make the company league window big font aware
rubidium
2009-11-23
(svn r18259) -Codechange: make the graphs big font aware
rubidium
2009-11-22
(svn r18250) -Codechange: make the graph legend big font aware
rubidium
2009-11-22
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...
alberth
2009-11-22
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
alberth
2009-11-22
(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.
alberth
2009-11-20
(svn r18196) -Codechange: make the performance rating details window big font...
rubidium
2009-11-18
(svn r18167) -Change: make the graph legend, cargo payment graph and company ...
rubidium
2009-11-18
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, ...
peter1138
2009-11-18
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, i...
peter1138
2009-11-17
(svn r18153) -Codechange: Correct height for 'key' button on graph windows.
peter1138
2009-11-17
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...
rubidium
2009-11-17
(svn r18139) -Codechange: Scale company league table for font height.
peter1138
2009-11-15
(svn r18086) -Codechange: remove 'widget' from WindowDesc
rubidium
2009-11-14
(svn r18078) -Codechange: remove some duplicate (non translatable) strings
rubidium
2009-11-03
(svn r17963) -Codechange: some documentation style
rubidium
2009-11-02
(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/
rubidium
2009-10-25
(svn r17866) -Codechange: make the remaining graph windows nested
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-08
(svn r17473) -Codechange: use the post destructor for destroying companies to...
rubidium
2009-09-04
(svn r17420) -Codechange: replace assert() by assert_compile() where possible
smatz
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 DrawWidget
rubidium
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 appropriate
rubidium
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 draw
rubidium
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 widgets
rubidium
2009-08-02
(svn r17041) -Fix [FS#3083] (r14735): graphical glitch with graph key
rubidium
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 pausing
rubidium
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
[next]