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
/
window.cpp
Age
Commit message (
Expand
)
Author
2020-01-22
Fix #7952: don't try to access destroyed QueryStrings
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-11-10
Codechange: Add utility function for whether the focused window is a console
Jonathan G Rennison
2019-11-10
Codechange: Add EditBoxGainedFocus method to VideoDriver base class
Jonathan G Rennison
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-05-02
Fix: Clicking on scrollbar 'thumb' moved position up instantly.
peter1138
2019-04-13
Fix 801cbea9c: operator< is not always the best idea
glx
2019-04-13
Codechange: use std::sort() for all std::vector types
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
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: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-20
Codechange: Implement OnTooltip event for custom window tooltips.
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-02-22
Fix #7227: Don't apply mouse-hasn't-moved test to scrollbars.
peter1138
2019-02-21
Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ...
Peter Nelson
2019-02-16
Add: News menu entry and shortcut for deleting all messages. (#7240)
Joan Josep
2019-02-02
Fix #7058, Fix #7161: Network chat messages did not expire.
Peter Nelson
2019-01-20
Fix: If screen size changes, windows are relocated and dropdown may not fit t...
J0an Josep
2019-01-17
Fix: Some code and comment typos
nikolas
2019-01-13
Fix #7050: Missing guard around network chat message function for compiling w...
PeterN
2019-01-12
Fix #6780: Some windows didn't get updated from OnTick() (#7048)
PeterN
2019-01-11
Fix: Always draw dirty blocks, else fast-forward is super fast.
Peter Nelson
2019-01-11
Change: Use GUITimer class instead of bare int/uints.
Peter Nelson
2019-01-11
Change: Animate text effects by real time instead of game ticks.
Peter Nelson
2019-01-11
Change: Switch various window timers to real time instead of game ticks.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2019-01-04
Codechange: Use window class as expected.
Juanjo
2018-10-31
Codechange: Turn a define into a constant
Charles Pigott
2018-10-31
Fix: Protect against a few out of bounds or uninitialised usage errors
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-05-29
Fix: [OSX] Minor 2D scrolling fixes (#6793)
Alexander Weiss
2018-05-24
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to...
Alexander Weiss
2018-04-28
Add: Replace independment map scrolling GUI settings with single option, and ...
PeterN
2017-12-09
(svn r27934) -Fix (r27900): Warning about unsigned unary minus.
michi_cc
2017-08-27
(svn r27901) -Codechange: GetWindowZPriority only needs a WindowClass; this w...
frosch
2017-08-27
(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioni...
frosch
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-24
(svn r27826) -Fix (r27825): Wrong code style
peter1138
2017-03-24
(svn r27825) -Feature [FS#4950]: Add option to close windows with right click...
peter1138
2017-03-20
(svn r27816) -Fix [FS#6421]: Do not search directories when opening ini files...
peter1138
2016-12-25
(svn r27712) -Codechange: Reduce recursions in DrawOverlappedWindow by limiti...
frosch
2016-08-15
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple ...
frosch
2016-05-22
(svn r27579) -Change [FS#6402]: Performance improvement for dedicated servers...
frosch
2015-10-30
(svn r27425) -Fix [FS#5842]: Crash when switching to or taking over companies...
frosch
2015-03-13
(svn r27185) -Fix: prevent the compiler from optimizing an assignment away wh...
rubidium
[next]