summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
AgeCommit message (Expand)Author
2009-01-06(svn r14855) -Documentation: Apply some widget naming to the widget arrays. ...belugas
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-09-23(svn r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-08-20(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.belugas
2008-08-13(svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui.belugas
2008-08-11(svn r14046) -Codechange: make the size of querystring "widgets" more configu...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-27(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equival...skidd13
2008-06-13(svn r13508) -Fix (r7733): incorrect usage of strtoulglx
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-26(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing t...rubidium
2008-05-26(svn r13256) -Codechange: merge the OPTS and PATS chuncks.rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13242) -Codechange: remove _opt_ptr.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-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-17(svn r13132) -Codechange: make a class of the GenerateProgressWindow.glx
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-11(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLands...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-07(svn r12986) -Codechange: move the landscape and transport related types from...rubidium
2008-05-06(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when...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-03-27(svn r12445) -Fix: Add missing compile asserts for window data structspeter1138
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...rubidium
2008-01-29(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple ...rubidium
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
2008-01-18(svn r11921) -Cleanup: correct indenting and switch case line spacing.peter1138
2008-01-18(svn r11919) -Codechange: Assign numbered parameters to world generator widge...peter1138
2008-01-17(svn r11907) -Codechange: clean up of worldgen/heightmap ui: replace many sep...peter1138
2008-01-17(svn r11893) -Codechange: build map size drop downs dynamically and remove un...peter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11834) -Codechange: only include settings_type.h if needed.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
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
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-07(svn r11771) -Codechange: split settings.h into better separated headers.rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-28(svn r11713) -Codechange: Move some declarations and definitions in a more lo...belugas
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium