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
/
news_gui.cpp
Age
Commit message (
Expand
)
Author
2009-03-23
(svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and n...
smatz
2009-03-22
(svn r15820) -Codechange: Some windows using nested widgets
alberth
2009-03-22
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
rubidium
2009-03-22
(svn r15803) -Codechange: use the new text drawing API for multicenter
rubidium
2009-03-21
(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...
rubidium
2009-03-21
(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.
rubidium
2009-03-21
(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...
rubidium
2009-03-15
(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
smatz
2009-03-15
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...
rubidium
2009-03-14
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-09
(svn r15425) -Codechange: some color->colour changes and type safety.
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-09
(svn r14940) -Fix: let the statusbar know the current news are invalid or bad...
smatz
2008-09-30
(svn r14423) -Codechange: also do r14221 for the strings.
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-09-13
(svn r14307) -Fix: when deleting a station, remove news items regarding it
smatz
2008-07-31
(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news...
belugas
2008-07-30
(svn r13872) -Feature: Split the news message announcing opening and closure ...
belugas
2008-07-29
(svn r13867) -Codechange: Fix missing alignment
belugas
2008-07-18
(svn r13730) -Fix: make a copy of the names for news messages about the delet...
rubidium
2008-06-28
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' ...
frosch
2008-06-09
(svn r13434) -Fix (r13317): news window with invalid news item could be shown
smatz
2008-06-05
(svn r13389) -Codechange: remove NM_CALLBACK because that information could b...
rubidium
2008-06-01
(svn r13349) -Codechange: remove a pointless flag; the flag is set before cal...
rubidium
2008-05-30
(svn r13345) -Codechange: only one of all the NewsItem's instance duration va...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-28
(svn r13317) -Codechange: make news messages use a linked list instead of a m...
rubidium
2008-05-28
(svn r13316) -Codechange: move some functions around to make them grouped mor...
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-23
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f...
peter1138
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-19
(svn r13181) -Codechange: make news callback handling a little simpler. Patch...
rubidium
2008-05-18
(svn r13154) -Codechange: make a window class of the news message history win...
rubidium
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-16
(svn r13115) -Codechange: make a window subclass of the MessageOptionsWindow.
rubidium
2008-05-16
(svn r13114) -Codechange: use InvalidateData instead of direct window access ...
rubidium
2008-05-15
(svn r13111) -Documentation: update the documentation of AddNewsItem to refle...
rubidium
2008-05-15
(svn r13102) -Codechange: make a class of the NewsWindow.
rubidium
2008-05-15
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...
rubidium
2008-05-13
(svn r13065) -Codechange: remove the need for the news string callbacks. Patc...
rubidium
2008-05-11
(svn r13047) -Codechange: remove vp_d
glx
2008-05-11
(svn r13043) -Codechange: remove some duplicate variables from news_d.
rubidium
2008-05-10
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...
rubidium
2008-05-08
(svn r13021) -Codechange: free data_b for other uses when it is not used to s...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
rubidium
2008-05-06
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...
rubidium
[next]