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
2008-07-31
(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smal...
belugas
2008-07-29
(svn r13866) -Codechange: Use sortlist for sign windows
peter1138
2008-06-12
(svn r13501) -Feature(tte): ctrl+click on sign you own to remove it (Osai, pl...
smatz
2008-05-19
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
rubidium
2008-05-19
(svn r13184) -Codechange: make a window class of the signs list.
rubidium
2008-05-18
(svn r13173) -Codechange: make windows of the main toolbars.
rubidium
2008-05-17
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...
rubidium
2008-05-17
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...
rubidium
2008-05-11
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...
rubidium
2008-05-08
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...
rubidium
2008-05-08
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...
rubidium
2008-05-06
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-18
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...
rubidium
2008-04-13
(svn r12697) -Codechange: give signs_gui.cpp a touch of coding style.
rubidium
2008-03-31
(svn r12501) -Codechange: split signs.h.
rubidium
2008-03-27
(svn r12445) -Fix: Add missing compile asserts for window data structs
peter1138
2008-03-26
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...
rubidium
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
2008-01-12
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...
peter1138
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-09
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
rubidium
2007-12-26
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
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
2007-12-08
(svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done...
glx
2007-12-07
(svn r11588) -Codechange: use the new member introduced in r11551
glx
2007-12-06
(svn r11579) -Revert(r11578): some cases of key propagation are not handled c...
belugas
2007-12-06
(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi...
belugas
2007-12-02
(svn r11555) -Codechange: use the new members introduced in r11551.
rubidium
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...
skidd13
2007-11-04
(svn r11374) -Codechange: Give meaning to the magical number that specifies t...
belugas
2007-07-27
(svn r10704) -Codechange: provide an infrastructure to have resizable windows...
rubidium
2007-06-30
(svn r10401) -Feature: new sign editor features including switching to previo...
peter1138
2007-06-25
(svn r10321) -Codechange: refer to sign text by index
peter1138
2007-04-04
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...
belugas
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-02-01
(svn r8511) -Codechange: make WindowClass an enumerated value.
rubidium
2007-01-21
(svn r8301) -Codechange: Move the code relating to the sign list window from ...
maedhros