src/window.cpp
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sun, 04 May 2008 21:36:37 +0000 rubidium (svn r12942) -Fix [FS#1979]: closing some windows caused recursion in the Window deletion causing the reading invalid/freed data which could cause crashes.
Sun, 04 May 2008 10:05:50 +0000 rubidium (svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
Sun, 04 May 2008 08:56:59 +0000 rubidium (svn r12938) -Codechange: coding style fixes. Patch by Alberth.
Sun, 04 May 2008 08:49:57 +0000 rubidium (svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.
Sat, 19 Apr 2008 13:28:48 +0000 rubidium (svn r12790) -Codechange: code style fixes. Patch by Alberth.
Sat, 19 Apr 2008 13:05:05 +0000 rubidium (svn r12787) -Documentation: add/fix documentation of some functions. Patch by Alberth.
Thu, 17 Apr 2008 21:21:01 +0000 rubidium (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Thu, 17 Apr 2008 09:42:44 +0000 rubidium (svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
Mon, 14 Apr 2008 23:26:31 +0000 rubidium (svn r12714) -Fix [FS#1904]: do not move windows below the toolbar on resizes unless they would go behind the toolbar.
Sun, 13 Apr 2008 19:25:14 +0000 rubidium (svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
Sun, 13 Apr 2008 19:06:30 +0000 rubidium (svn r12694) -Fix: do not call the mouse over callback on already deleted windows.
Sun, 13 Apr 2008 19:01:26 +0000 rubidium (svn r12693) -Documentation: add some documentation to some window related stuff. Based on a patch by Albert.
Sun, 13 Apr 2008 18:59:32 +0000 rubidium (svn r12692) -Codechange: swap to functions to remove a function declaration.
Mon, 07 Apr 2008 20:28:58 +0000 rubidium (svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth.
Sat, 15 Mar 2008 20:32:42 +0000 smatz (svn r12371) -Fix [FS#1823]: do not let window hide behind the main toolbar after resizing the screen
Sun, 17 Feb 2008 17:00:43 +0000 smatz (svn r12167) -Feature(tte): change colour of autorail and autoroad selection when Ctrl is pressed
Sun, 17 Feb 2008 12:21:05 +0000 smatz (svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC)
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 13:36:01 +0000 rubidium (svn r11832) -Codechange: get rid of (quite) some VARDEFs.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Tue, 01 Jan 2008 18:55:15 +0000 egladil (svn r11740) -Fix [FS#1610]: Modify and possibly discard key events for code points in the unicode private use area.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
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'
Tue, 25 Dec 2007 09:48:53 +0000 rubidium (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
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.
Thu, 13 Dec 2007 18:46:04 +0000 rubidium (svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor.
Sat, 08 Dec 2007 03:10:50 +0000 belugas (svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
Sat, 08 Dec 2007 02:55:47 +0000 belugas (svn r11595) -Codechange: add a new member to Window struct, based on its function counterpart HandleButtonClick.
Sat, 08 Dec 2007 01:30:18 +0000 belugas (svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief
Sat, 08 Dec 2007 01:20:47 +0000 belugas (svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function
Sat, 08 Dec 2007 01:02:19 +0000 belugas (svn r11591) -Codechange: remove now unused widget accessors.
Fri, 07 Dec 2007 18:05:49 +0000 glx (svn r11588) -Codechange: use the new member introduced in r11551
Fri, 07 Dec 2007 17:42:15 +0000 glx (svn r11586) -Fix: make another widget 'accessor' function const when it should be const.
Thu, 06 Dec 2007 20:55:48 +0000 rubidium (svn r11583) -Fix [FS#1484]: windows could get completely missing when one resized the window to something very small.
Thu, 06 Dec 2007 15:58:39 +0000 belugas (svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
Thu, 06 Dec 2007 02:31:47 +0000 belugas (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY which specifies that the window holding it is actually one that enables an edit box.
Sun, 02 Dec 2007 14:48:26 +0000 rubidium (svn r11556) -Feature: allow setting a default password for new companies in network games.
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551.
Sun, 02 Dec 2007 00:59:48 +0000 belugas (svn r11551) -Codechange: Introduction of widget control members on struct Window. These "new" members have the exact same functionalities as their pure functions "genitors"
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Sun, 18 Nov 2007 23:13:53 +0000 smatz (svn r11471) -Codechange: one more variable retyped to enum ViewportHighlightMode
Sun, 11 Nov 2007 12:26:44 +0000 truelight (svn r11405) -Fix: in rare cases OpenTTD could segfault when resizing and scroll the main window (Rafal Rzepecki)
Sat, 20 Oct 2007 00:09:39 +0000 belugas (svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
Sun, 14 Oct 2007 00:26:24 +0000 belugas (svn r11256) -Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it.
Thu, 23 Aug 2007 11:08:59 +0000 truelight (svn r10967) -Fix: in case of moving the window on create (because it doesn't fit in the screen), make sure to move the viewport too if we are an extra viewport (spotted by Maedhros)
Sun, 19 Aug 2007 09:38:30 +0000 rubidium (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Sun, 29 Jul 2007 22:57:40 +0000 rubidium (svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CREATE event.
Sun, 29 Jul 2007 20:54:37 +0000 rubidium (svn r10727) -Codechange: when a window would fall outside of the screen (on the right) when opening it, move it to the left so it stays inside the screen.
Sun, 29 Jul 2007 19:19:30 +0000 rubidium (svn r10726) -Codechange: make it possible that the chat window is less than 640 pixels.
Sun, 29 Jul 2007 19:18:22 +0000 rubidium (svn r10725) -Codechange: move some window related code out of gfx.cpp to windows.cpp
Sat, 28 Jul 2007 21:00:31 +0000 rubidium (svn r10717) -Fix: in-game console had a "transparent" part when opened in a game, while it did not in the menu.
Sat, 28 Jul 2007 20:59:30 +0000 rubidium (svn r10716) -Codechange: not all windows' minimum size is actually their minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size.