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_func.h
Age
Commit message (
Expand
)
Author
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-02-16
Add: News menu entry and shortcut for deleting all messages. (#7240)
Joan Josep
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
2013-08-05
(svn r25681) -Change: [Win32] Position the IME composition window at the care...
michi_cc
2013-08-05
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an e...
michi_cc
2012-04-03
(svn r24089) -Fix [FS#5136]: Conflicting strategies for resizing the main too...
frosch
2012-01-01
(svn r23704) -Doc: Doxygen comment fixes and additions.
alberth
2011-03-13
(svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do imm...
frosch
2011-02-24
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
frosch
2011-02-23
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, proces...
frosch
2011-02-11
(svn r22059) -Fix (r21179): Make the send chat message window follow the posi...
terkhen
2010-11-18
(svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the m...
rubidium
2010-11-13
(svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configur...
rubidium
2009-11-29
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be di...
rubidium
2009-11-07
(svn r17997) -Codechange: Introduce functions for querying top and bottom of ...
alberth
2009-09-30
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the win...
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-13
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-28
(svn r16687) -Codechange: Perform re-initialization of windows with nested wi...
alberth
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-04
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever ...
rubidium
2009-01-02
(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-05-10
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...
rubidium
2008-05-06
(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...
rubidium
2008-05-06
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium
2008-04-19
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
rubidium
2008-04-07
(svn r12619) -Codechange: lots of documentation about window related stuff. P...
rubidium
2008-01-18
(svn r11914) -Documentation: fix some @file statement
glx
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-19
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium