log src/main_gui.cpp @ 18692:90d395fc678d draft

age author description
Fri, 16 Dec 2011 16:49:53 +0000 truebrain (svn r23536) -Codechange: document and rename widgets to be consistent and understandable draft
Thu, 15 Dec 2011 22:22:55 +0000 truebrain (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h draft
Thu, 15 Dec 2011 19:54:23 +0000 truebrain (svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable) draft
Thu, 24 Nov 2011 12:20:14 +0000 peter1138 (svn r23314) -Add: Add settings to restrict viewport zoom levels. draft
Thu, 15 Sep 2011 13:26:27 +0000 yexo (svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid) draft
Sun, 21 Aug 2011 12:48:46 +0000 rubidium (svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h draft
Sun, 21 Aug 2011 12:46:46 +0000 rubidium (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress draft
Wed, 20 Jul 2011 16:19:48 +0000 planetmaker (svn r22675) -Change: Add a menu entry for the sprite bounding box debuging feature in the help menu and enable bounding boxes only in conjunction with the newgrf developer tools draft
Sun, 01 May 2011 19:14:12 +0000 rubidium (svn r22405) -Document: some more "random-ish" tidbits draft
Fri, 22 Apr 2011 15:54:16 +0000 rubidium (svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID draft
Sun, 17 Apr 2011 18:42:17 +0000 terkhen (svn r22343) -Change: Remove pixel limiter for query strings. draft
Sun, 13 Mar 2011 21:31:29 +0000 frosch (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). draft
Wed, 23 Feb 2011 20:54:55 +0000 frosch (svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command. draft
Tue, 08 Feb 2011 20:47:48 +0000 rubidium (svn r22028) -Cleanup: remove traces of a debugging "feature" that got disabled a long time ago draft
Mon, 07 Feb 2011 22:37:22 +0000 rubidium (svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h draft
Sat, 05 Feb 2011 21:07:25 +0000 frosch (svn r21988) -Change: Disable smooth scrolling for GHK_CENTER_ZOOM when zooming is also involved. draft
Sat, 05 Feb 2011 16:36:37 +0000 frosch (svn r21977) -Codechange: Always cal Window::OnMouseWheel(), independent of viewport scroll/zoom settings. draft
Sat, 22 Jan 2011 14:51:36 +0000 rubidium (svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends) draft
Sat, 15 Jan 2011 15:36:58 +0000 terkhen (svn r21803) -Cleanup: Remove unnecessary semicolons. draft
Fri, 24 Dec 2010 15:08:19 +0000 alberth (svn r21627) -Codechange: Remove _place_proc global variable. draft
Fri, 10 Dec 2010 23:38:26 +0000 planetmaker (svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main menu draft
Sat, 23 Oct 2010 18:28:20 +0000 alberth (svn r21018) -Doc: Add Doxygen comments to some function. draft
Wed, 20 Oct 2010 07:30:15 +0000 rubidium (svn r21000) -Feature[tte]: chat directly to the server or a bot/admin/irc channel monitoring the server (dihedral) draft
Fri, 24 Sep 2010 13:45:02 +0000 smatz (svn r20840) -Fix: make write to NULL pointer volatile so it's not optimised away draft
Wed, 25 Aug 2010 19:02:51 +0000 rubidium (svn r20618) -Fix [FS#4081]: drawing the "OpenTTD" text in the intro game caused crashes with very low resolutions draft
Wed, 04 Aug 2010 08:58:45 +0000 terkhen (svn r20361) -Fix [FS#3989]: Stop vehicle following after zooming out. draft
Sun, 01 Aug 2010 18:53:30 +0000 rubidium (svn r20281) -Codechange: unify case scope closure + break coding style draft
Sat, 24 Jul 2010 10:14:39 +0000 alberth (svn r20211) -Codechange: Indented code should have curly braces around it. draft
Sun, 04 Jul 2010 12:49:51 +0000 yexo (svn r20077) -Codechange: remove the space between "open" and "ttd" in the title screen draft
Sun, 04 Jul 2010 11:28:16 +0000 yexo (svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar draft
Sat, 03 Jul 2010 13:42:27 +0000 yexo (svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys) draft
Thu, 13 May 2010 10:00:51 +0000 rubidium (svn r19813) -Fix (r19807): initialising viewports kinda failed draft
Thu, 13 May 2010 08:56:01 +0000 rubidium (svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that draft
Mon, 12 Apr 2010 14:12:47 +0000 smatz (svn r19614) -Codechange: "it's" => "its" where appropriate draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Mon, 11 Jan 2010 18:46:09 +0000 rubidium (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. draft
Sun, 13 Dec 2009 19:33:07 +0000 rubidium (svn r18486) -Fix: when switching language and you're getting a different font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap) draft
Sat, 28 Nov 2009 14:42:35 +0000 rubidium (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. draft
Sat, 28 Nov 2009 13:54:28 +0000 rubidium (svn r18318) -Codechange: add an enum value for manual window placement draft
Tue, 17 Nov 2009 19:16:48 +0000 rubidium (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Mon, 02 Nov 2009 15:39:03 +0000 rubidium (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur draft
Sat, 24 Oct 2009 14:53:55 +0000 rubidium (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Wed, 30 Sep 2009 21:00:35 +0000 rubidium (svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class draft
Sat, 19 Sep 2009 11:31:12 +0000 alberth (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Sat, 01 Aug 2009 12:42:27 +0000 alberth (svn r17021) -Codechange: Use nested widgets for the main window. draft
Mon, 13 Jul 2009 22:33:25 +0000 rubidium (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Sun, 19 Apr 2009 10:31:30 +0000 rubidium (svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing draft
Sun, 15 Mar 2009 15:25:18 +0000 smatz (svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate draft
Sun, 15 Mar 2009 00:32:18 +0000 rubidium (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too draft
Sat, 14 Mar 2009 18:16:29 +0000 rubidium (svn r15711) -Codechange: lots of whitespace cleanup/fixes draft
Mon, 09 Feb 2009 02:57:15 +0000 rubidium (svn r15428) -Codechange: consistently use colour instead of having both color and colour. draft
Wed, 04 Feb 2009 16:45:07 +0000 rubidium (svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company. draft
Sat, 31 Jan 2009 20:16:06 +0000 smatz (svn r15299) -Cleanup: remove many redundant includes draft
Fri, 09 Jan 2009 22:56:28 +0000 rubidium (svn r14944) -Cleanup: add spaces around some operators draft
Mon, 29 Dec 2008 10:37:53 +0000 rubidium (svn r14764) -Codechange: make the '***' chat messages like "Game paused (not enough players)" fully translateable. draft