Wed, 24 Jan 2007 14:32:20 +0000(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
bjarni [Wed, 24 Jan 2007 14:32:20 +0000] rev 6075
(svn r8390) -Codechange (r8384): Rewrote ResizeButtons()
Now it only works on first and last widget to resize
It now works with offsets correctly (no longer assumes the left is 0)
It's no longer needed to have a widget right of the ones you resize
Can handle any number of widgets

Wed, 24 Jan 2007 07:14:09 +0000(svn r8385) -Fix
tron [Wed, 24 Jan 2007 07:14:09 +0000] rev 6074
(svn r8385) -Fix

-Regression (r8314): I only did half the necessary changes to move railtype from Engine to RailVehicleInfo. Now do the rest.

Wed, 24 Jan 2007 02:36:55 +0000(svn r8384) -Codechange: [GUI] instead of writing a resize button function for each window, a global ResizeButtons() is added
bjarni [Wed, 24 Jan 2007 02:36:55 +0000] rev 6073
(svn r8384) -Codechange: [GUI] instead of writing a resize button function for each window, a global ResizeButtons() is added

Wed, 24 Jan 2007 01:37:04 +0000(svn r8383) -Feature: train detail window is now resizable horizontally (requested by Wolf01)
bjarni [Wed, 24 Jan 2007 01:37:04 +0000] rev 6072
(svn r8383) -Feature: train detail window is now resizable horizontally (requested by Wolf01)

Wed, 24 Jan 2007 00:55:35 +0000(svn r8382) -Fix (r8374): moved the include of stdint.h to the front of stdafx.h
bjarni [Wed, 24 Jan 2007 00:55:35 +0000] rev 6071
(svn r8382) -Fix (r8374): moved the include of stdint.h to the front of stdafx.h
This fixes the issue where OSX included stdint.h though other includes before defining __STDC_LIMIT_MACROS (and failed to compile because of this)

Tue, 23 Jan 2007 21:24:26 +0000(svn r8381) -Fix (r8377): [build vehicle window] cleaned up the train refitable detection. It had two variables doing the same thing, but not always set to the same (oops)
bjarni [Tue, 23 Jan 2007 21:24:26 +0000] rev 6070
(svn r8381) -Fix (r8377): [build vehicle window] cleaned up the train refitable detection. It had two variables doing the same thing, but not always set to the same (oops)

Tue, 23 Jan 2007 20:55:08 +0000(svn r8380) [Translations] -Fix: After held a developer mini-conference upon this wrong argidx issue, we decided to remove the {P ..} from STR_TONS
miham [Tue, 23 Jan 2007 20:55:08 +0000] rev 6069
(svn r8380) [Translations] -Fix: After held a developer mini-conference upon this wrong argidx issue, we decided to remove the {P ..} from STR_TONS

Tue, 23 Jan 2007 20:55:04 +0000(svn r8379) -Cleanup: [build vehicle window] removed overloading with DrawVehiclePurchaseInfo() and renamed them into type specific names
bjarni [Tue, 23 Jan 2007 20:55:04 +0000] rev 6068
(svn r8379) -Cleanup: [build vehicle window] removed overloading with DrawVehiclePurchaseInfo() and renamed them into type specific names

Tue, 23 Jan 2007 20:23:13 +0000(svn r8378) -Fix (r8331): [build vehicle window] extended the widget with the details with one line since some newgrf trains needs it
bjarni [Tue, 23 Jan 2007 20:23:13 +0000] rev 6067
(svn r8378) -Fix (r8331): [build vehicle window] extended the widget with the details with one line since some newgrf trains needs it

Tue, 23 Jan 2007 20:01:04 +0000(svn r8377) -Fix (r8331): [build vehicle window] train cargo capacity now only add "(refitable)" if the engine in question is refitable
bjarni [Tue, 23 Jan 2007 20:01:04 +0000] rev 6066
(svn r8377) -Fix (r8331): [build vehicle window] train cargo capacity now only add "(refitable)" if the engine in question is refitable