summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
AgeCommit message (Expand)Author
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-13(svn r13073) -Codechange: make classes of the NewGRF windowspeter1138
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...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
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-27(svn r12445) -Fix: Add missing compile asserts for window data structspeter1138
2008-03-15(svn r12368) -Codechange: use explicit body for loops and conditions and remo...smatz
2008-02-18(svn r12172) -Codechange: Allow buttons to resize in NewGRF settings windowpeter1138
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.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 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-14(svn r11631) -Fix (r11585, r11626): remove MSVC warningsglx
2007-12-07(svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight ...skidd13
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-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-15(svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of ...rubidium
2007-11-04(svn r11374) -Codechange: Give meaning to the magical number that specifies t...belugas
2007-10-21(svn r11329) -Fix: if a NewGRF failed to load for some reason (like fatal err...rubidium
2007-10-16(svn r11272) -Codechange: Truncate text describing the grf file in the NewGrf...belugas
2007-10-05(svn r11211) -Fix [FS#1302]: NewGRF GUI scrollbar does funny things when bein...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-06-23(svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire...rubidium
2007-06-22(svn r10267) -Add: enable double clic to add in 'add newgrf' windowglx
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-12(svn r10114) -Fix: Only load newgrf error messages if the language matches th...maedhros
2007-06-02(svn r10021) -Fix (r9560): memory "corruption" that could lead to a failure t...rubidium
2007-04-18(svn r9669) -Documentation: some more doxygen fixesbelugas
2007-03-25(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if i...maedhros
2007-03-21(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-02-27(svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgr...Darkvater
2007-02-27(svn r8918) -Revert r8914 as the inverted files have been committed not the c...Darkvater
2007-02-27(svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in...Darkvater
2007-02-24(svn r8881) -Feature: Allow built-in newgrf error messages to be translated, ...maedhros
2007-02-21(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the ne...maedhros
2007-02-01(svn r8511) -Codechange: make WindowClass an enumerated value.rubidium
2007-01-14(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...peter1138