src/window.cpp
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.
Fri, 27 Jul 2007 22:08:59 +0000 rubidium (svn r10707) -Codechange: account for the main toolbar and status bar when determining the maximum height for a window.
Fri, 27 Jul 2007 19:09:31 +0000 rubidium (svn r10705) -Fix (r10704): some windows were not correctly initialized as they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size.
Fri, 27 Jul 2007 12:49:04 +0000 rubidium (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
Sun, 22 Jul 2007 13:16:49 +0000 peter1138 (svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't work
Sat, 07 Jul 2007 17:33:29 +0000 rubidium (svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirtying of the window, so you won't get glitches if you resize a window in the WE_CREATE callback.
Mon, 25 Jun 2007 21:36:16 +0000 rubidium (svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart.
Fri, 22 Jun 2007 20:04:21 +0000 truelight (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
Fri, 22 Jun 2007 10:57:53 +0000 truelight (svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action
Sun, 17 Jun 2007 20:30:28 +0000 truelight (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
Tue, 12 Jun 2007 20:24:12 +0000 truelight (svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
Tue, 15 May 2007 16:08:46 +0000 truelight (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
Tue, 15 May 2007 14:08:39 +0000 truelight (svn r9844) -Codechange: replace zoomlevel with an enum
Thu, 26 Apr 2007 17:32:54 +0000 peter1138 (svn r9720) -Codechange: Remove global var and gotos from window autoplacement
Wed, 18 Apr 2007 22:41:53 +0000 rubidium (svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.