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
/
signs_gui.cpp
Age
Commit message (
Expand
)
Author
2021-03-11
Change: Recolour graph windows to brown (#8700)
Tyler Trahan
2021-01-11
Add: another go-to-location button to the sign window.
frosch
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2019-12-21
Codechange: Replace FOR_ALL_SIGNS 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-28
Fix: MSVC warnings (#7423)
glx22
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-02
Codechange: Sort and filter sign names directly rather than through string sy...
PeterN
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2014-09-15
(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list s...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-28
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
frosch
2013-08-18
(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)
frosch
2013-06-15
(svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList.
frosch
2013-06-15
(svn r25412) -Codechange: Make use of Window::OnHotkey
frosch
2013-06-15
(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyLis...
frosch
2013-06-15
(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.
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-03-17
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
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-14
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
frosch
2012-11-14
(svn r24746) -Cleanup: Remove weird lowering of editboxes.
frosch
2012-11-14
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
frosch
2012-11-14
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings...
frosch
2012-11-14
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
frosch
2012-11-14
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
frosch
2012-11-13
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::O...
frosch
2012-11-13
(svn r24733) -Codechange: Move handling of editbox keys to window class.
frosch
2012-11-13
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
frosch
2012-11-13
(svn r24731) -Codechange: Remove OnOpenOSKWindow and instead specify OK and C...
frosch
2012-11-13
(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
frosch
2012-11-13
(svn r24728) -Codechange: Unify usage of OnOSKInput.
frosch
2012-11-13
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
frosch
2012-11-13
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
frosch
2012-11-11
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
frosch
2012-06-09
(svn r24337) -Feature: Allow filtering for multiple words (separated by white...
frosch
2012-06-04
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member fu...
frosch
2012-02-13
(svn r23943) -Fix (r23835) [FS#5061]: Also list DEITY signs in the signlist i...
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
[next]