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
2021-04-21
Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()
Peter Nelson
2021-03-11
Change: Recolour graph windows to brown (#8700)
Tyler Trahan
2021-02-24
Change: Improve graph period markings (#8732)
Tyler Trahan
2021-02-18
Change: Darken graph grid lines for legibility (#8690)
Tyler Trahan
2021-01-13
Change: darken the background of all graph to increase contrast (#8557)
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-02-23
Change: Add scrollbar to cargo legend in cargo payment rates window.
Peter Nelson
2019-02-07
Fix #5654: (Re)initialise graph GUI on game (re)start (#7191)
Gabda
2019-01-11
Change: OnGameTick() is only called when not paused.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2018-11-25
Fix #6498: Use int64 for all company rating calculations
Niels Martin Hansen
2018-06-26
Change: Increase cargo type limit to 64.
PeterN
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-25
(svn r26116) -Codechange: validate that the number of lines in a graph is mor...
rubidium
2013-06-01
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all o...
frosch
2013-05-26
(svn r25294) -Feature: Add another button to window title bars to resize the ...
frosch
2013-05-26
(svn r25290) -Add: Assign string names to notable windows.
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-08
(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...
frosch
2012-11-11
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
frosch
2012-01-20
(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed th...
rubidium
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-12-16
(svn r23531) -Codechange: document and rename widgets to be consistent and un...
truebrain
2011-12-15
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
truebrain
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-12-11
(svn r23497) -Add: Advanced display setting to control the linewidth in graph...
frosch
2011-11-19
(svn r23269) -Codechange: rename some control/string codes/IDs to be more con...
rubidium
2011-10-12
(svn r23025) -Codechange: Support resized company colour icon in company key ...
peter1138
2011-09-02
(svn r22868) -Change: Resize the company league window according to the compa...
planetmaker
2011-05-06
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
frosch
2011-05-04
(svn r22421) -Fix: Replace various references to Windows palette greyscale in...
frosch
2011-04-02
(svn r22292) -Change: Increase the linewidth in plots.
frosch
2011-03-13
(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.
frosch
2011-03-13
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...
frosch
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2010-12-22
(svn r21601) -Fix [FS#4323]: company league table used stats from two quarter...
rubidium
2010-11-26
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...
alberth
2010-11-13
(svn r21157) -Codechange: remove information about the text direction out of ...
rubidium
2010-10-22
(svn r21010) -Fix [FS#4102]: the detailed performance rating window would occ...
rubidium
[next]