Fri, 22 Mar 2013 18:40:46 +0100 |
Michael Lutz |
-Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.
draft
|
Tue, 03 Apr 2012 20:09:41 +0000 |
frosch |
(svn r24089) -Fix [FS#5136]: Conflicting strategies for resizing the main toolbar and statusbar after resizing the main window.
draft
|
Sun, 01 Jan 2012 17:22:32 +0000 |
alberth |
(svn r23704) -Doc: Doxygen comment fixes and additions.
draft
|
Sun, 13 Mar 2011 21:32:13 +0000 |
frosch |
(svn r22242) -Codechange: Let OnInvalidateData() decide itself what to do immediately in command scope, and what to do asynchronously in GUI-scope.
draft
|
Thu, 24 Feb 2011 21:48:06 +0000 |
frosch |
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
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
|
Fri, 11 Feb 2011 18:24:12 +0000 |
terkhen |
(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.
draft
|
Thu, 18 Nov 2010 19:24:40 +0000 |
rubidium |
(svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the middle; let it follow the setting of the statusbar instead
draft
|
Sat, 13 Nov 2010 23:40:36 +0000 |
rubidium |
(svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configurable, why isn't the statusbar's location configurable?
draft
|
Sun, 29 Nov 2009 00:41:08 +0000 |
rubidium |
(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp.
draft
|
Sat, 07 Nov 2009 17:24:04 +0000 |
alberth |
(svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view.
draft
|
Wed, 30 Sep 2009 21:00:35 +0000 |
rubidium |
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
draft
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
draft
|
Sun, 13 Sep 2009 17:37:47 +0000 |
frosch |
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Sun, 28 Jun 2009 20:09:40 +0000 |
alberth |
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.
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:59:41 +0000 |
rubidium |
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
draft
|
Fri, 02 Jan 2009 20:59:04 +0000 |
rubidium |
(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when station view is closed even when the vehicle list is stickied. Other vehicle lists are not deleted when their 'opening' window gets closed so do the same with the station view.
draft
|
Tue, 30 Sep 2008 20:51:04 +0000 |
rubidium |
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
draft
|
Tue, 30 Sep 2008 20:39:50 +0000 |
rubidium |
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
draft
|
Sat, 10 May 2008 12:30:27 +0000 |
rubidium |
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
draft
|
Tue, 06 May 2008 22:17:12 +0000 |
rubidium |
(svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations.
draft
|
Tue, 06 May 2008 21:28:30 +0000 |
rubidium |
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
draft
|
Sat, 19 Apr 2008 13:28:48 +0000 |
rubidium |
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
draft
|
Mon, 07 Apr 2008 20:28:58 +0000 |
rubidium |
(svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth.
draft
|
Fri, 18 Jan 2008 03:48:29 +0000 |
glx |
(svn r11914) -Documentation: fix some @file statement
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Wed, 19 Dec 2007 20:45:46 +0000 |
rubidium |
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
draft
|
Wed, 19 Dec 2007 19:44:29 +0000 |
rubidium |
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
draft
|