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
/
company_gui.cpp
Age
Commit message (
Expand
)
Author
2021-04-22
Codechange: Use alignment feature in company finances window.
Peter Nelson
2021-04-22
Codechange: Replace face window custom drawing with new widget features.
Peter Nelson
2021-04-21
Cleanup: Remove unnecessary parameter of GetScrolledRowFromWidget()
Peter Nelson
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-05
Change: move "give money" from client-list to company window
Patric Stout
2021-01-05
Fix: make the "password" button the same size as the other buttons in Company...
Patric Stout
2021-01-05
Codechange: fix alignment of Company GUI
Patric Stout
2021-01-05
Fix: change all Company planes on paint, not only the first that needs changing
Patric Stout
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-07-02
Fix #8250: [NRT] Company infrastructure window always omits last road/tramtype
stormcone
2020-06-18
Fix: Violation of strict weak ordering in group name sorters
Jonathan G Rennison
2019-12-21
Codechange: Replace FOR_ALL_GROUPS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_ENGINES with range-based for loops
glx
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-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-24
Fix: Automatic line breaking of the warning
Niels Martin Hansen
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-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
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-03-24
Codechange: Use override specifier for DropDownListItem classes.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-10
Remove: Unnecessary virtual destructors on drop down list items.
peter1138
2019-03-10
Codechange: Use Colours type instead of byte.
peter1138
2019-03-03
Fix 23960d0f2c: Company livery window shows incorrect groups when opened from...
peter1138
2019-02-26
Fix #7281: Unable to select last group in open livery window on group creation.
peter1138
2019-02-02
Fix: Make livery window resize properly if GUI scale changes whilst open.
Peter Nelson
2019-02-01
Fix 23960d0f2c: Scrollbar was broken for non-group liveries.
Peter Nelson
2019-01-31
Feature: Group liveries, and livery window usability enhancements. (#7108)
PeterN
2019-01-27
Change: For consistency, add company name to colour scheme window.
Peter Nelson
2019-01-27
Fix: Ignore company colour selection when showing different company's colour ...
Peter Nelson
2019-01-11
Codechange: Fix typo in variable name: pices -> pieces (#7033)
nikolas
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-07-11
(svn r27889) -Change: Do not cancel headquarter construction and engine-previ...
frosch
2015-10-30
(svn r27427) -Fix: Use the NewGRF railtype sorting order in the infrastructur...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-09-28
(svn r26935) -Codechange: Fit company colour selection drop down list to UI s...
peter1138
2014-09-20
(svn r26856) -Codechange: Ensure company face widgets can fit company face.
peter1138
2014-04-27
(svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
[next]