summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
AgeCommit message (Expand)Author
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-06-16(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...smatz
2008-06-09(svn r13433) -Codechange: remove a now useless global variable.rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-18(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...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-16(svn r13114) -Codechange: use InvalidateData instead of direct window access ...rubidium
2008-05-15(svn r13106) -Codechange: rework the toolbar code a little so functions do no...rubidium
2008-05-13(svn r13071) -Codechange: make also a class of the MainWindow.rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.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-04-19(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowView...rubidium
2008-04-18(svn r12779) -Codechange: remove a few constants from openttd.h.rubidium
2008-04-18(svn r12771) -Codechange: remove more from variables.h.rubidium
2008-04-18(svn r12769) -Codechange: some coding style cleanups.rubidium
2008-04-18(svn r12768) -Codechange: move the statusbar GUI to it's own file.rubidium
2008-04-18(svn r12767) -Codechange: merge all main toolbar related functions into a sin...rubidium
2008-04-07(svn r12619) -Codechange: lots of documentation about window related stuff. P...rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-31(svn r12501) -Codechange: split signs.h.rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-24(svn r12402) -Fix: some toolbars didn't seem to show anymore.rubidium
2008-03-23(svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own lit...rubidium
2008-02-20(svn r12198) -Fix [FS#1789]: "Transparent buildings" now only toggles buildin...peter1138
2008-02-17(svn r12165) -Fix [FS#1652, FS#1773]: buffer overflow when drawing scrolling ...glx
2008-02-10(svn r12104) -Fix (r12103): remember loading indicators transparency settings...smatz
2008-01-30(svn r12022) -Revert(r12018): Invisible trees are now separate from the build...belugas
2008-01-30(svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tre...belugas
2008-01-27(svn r11994) -Codechange: Remove numbers from string names where the strings ...maedhros
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
2008-01-06(svn r11768) -Codechange: move some terraform related gui stuff from main_gui...rubidium
2008-01-04(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools....peter1138
2008-01-01(svn r11739) -Fix [FS#1609]: Set the new scroll position after zooming in ins...peter1138
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-12-27(svn r11711) -Codechange: Name the Save Load Dialog Mode enumbelugas
2007-12-27(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...rubidium
2007-12-26(svn r11702) -Codechange: move all date related stuff to date*.rubidium