src/window_type.h
Tue, 14 Oct 2008 19:27:08 +0000 rubidium (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
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.
Wed, 20 Aug 2008 01:29:05 +0000 belugas (svn r14104) -Feature: Add a window for waypoints, allowing to view all the trains having the selected waypoint in their orders.
Wed, 25 Jun 2008 17:30:16 +0000 skidd13 (svn r13628) -Feature: enable building of aqueducts in the scenario editor
Sun, 18 May 2008 12:40:38 +0000 rubidium (svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of WindowEvent.
Fri, 16 May 2008 23:29:31 +0000 rubidium (svn r13129) -Codechange: remove the WP macro and it's related variables.
Thu, 15 May 2008 20:52:28 +0000 rubidium (svn r13110) -Fix [FS#2018]: some toolbar buttons not being unpressed properly.
Tue, 13 May 2008 14:28:27 +0000 rubidium (svn r13068) -Codechange: make a class of the BuildVehicleWindow.
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.
Wed, 26 Mar 2008 10:08:17 +0000 rubidium (svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
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.
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.