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
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
2014-03-18
(svn r26416) -Fix [FS#5947]: Shares button state was not appropriately update...
planetmaker
2013-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...
rubidium
2013-06-30
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...
frosch
2013-06-29
(svn r25517) -Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the st...
rubidium
2013-06-29
(svn r25516) -Codechange: reduce code duplication in infrastructure statistic...
rubidium
2013-06-29
(svn r25515) -Feature [FS#5595]: right align the infrastructure statistics
rubidium
2013-06-23
(svn r25442) -Codechange: move height and ascender information into the FontC...
rubidium
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-02-04
(svn r24968) -Fix [FS#5379]: company window was not updated when shared were ...
rubidium
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
[next]