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
/
newgrf_gui.cpp
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Store base set related texts in std::strings.
Michael Lutz
2020-05-21
Codechange: Use std::string for storing GRF error messages.
Michael Lutz
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-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
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: Replaced SmallVector::Find() with std::find()
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 specifer for overriding member declarations
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-10
Remove: Unnecessary specialization of NewGRF preset list item.
peter1138
2019-03-10
Codechange: Use Colours type instead of byte.
peter1138
2019-01-31
Fix #7089: Close NewGRF textfile windows when their data is invalid (#7106)
glx22
2019-01-28
Add: allow opening of one TextfileWindow per type
glx
2019-01-26
Add: more options for translators
glx
2019-01-11
Change: Use GUITimer class instead of bare int/uints.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-04-30
Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.
J0an Josep
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-01-14
(svn r27729) -Codechange: Do not count static NewGRF when checking for the ma...
frosch
2017-01-07
(svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System GRF...
frosch
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2014-10-04
(svn r26954) -Codechange: GUI-scale for AI/GS settings and NewGRF settings wi...
peter1138
2014-06-10
(svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours.
frosch
2014-05-24
(svn r26613) -Feature: Upgrade currently active newgrfs to newest installed v...
alberth
2014-05-24
(svn r26610) -Feature: Select an editable preset name for saving.
alberth
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-24
(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...
rubidium
2013-11-24
(svn r26084) -Fix: don't allow executing the palette toggling code when it's ...
rubidium
2013-11-22
(svn r26053) -Fix: possible use-after-free
rubidium
2013-09-22
(svn r25794) -Change: No point to toggle a NewGRF's palette if its author dec...
planetmaker
2013-09-22
(svn r25792) -Change: Clarify the relevance of the permissible palettes
planetmaker
2013-08-05
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of jus...
michi_cc
2013-06-30
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...
frosch
2013-06-30
(svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnRe...
frosch
2013-06-30
(svn r25533) -Codechange: Use SetCapacityFromWidget more often.
frosch
2013-06-30
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets de...
frosch
2013-06-30
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...
frosch
2013-06-15
(svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible.
frosch
2013-05-31
(svn r25307) -Fix: Do not focus the editbox in the NewGRF window, if there is...
frosch
[next]