rubidium [Fri, 08 Aug 2008 09:31:50 +0000] rev 9873
(svn r14019) -Fix [FS#2205]: game crash after order skip while waiting for free path (michi_cc).
peter1138 [Fri, 08 Aug 2008 06:02:06 +0000] rev 9872
(svn r14018) -Fix (r14017): Typos prevented compilation.
belugas [Fri, 08 Aug 2008 03:37:00 +0000] rev 9871
(svn r14017) -Codechange: DrawArrowButtons now uses Colours enum to specify the colour of the button
belugas [Fri, 08 Aug 2008 02:28:28 +0000] rev 9870
(svn r14016) -Codechange: Remove some magical numbers
peter1138 [Thu, 07 Aug 2008 18:26:13 +0000] rev 9869
(svn r14015) -Codechange: Add facility for a drop down list to always close (if requested) when the mouse button is released.
peter1138 [Thu, 07 Aug 2008 18:11:09 +0000] rev 9868
(svn r14014) -Codechange: Add support for automatically sizing drop down lists to the widest list item.
rubidium [Thu, 07 Aug 2008 13:07:51 +0000] rev 9867
(svn r14013) -Fix [FS#2202]: do not allow extending signals by dragging in any direction other than the track direction.
peter1138 [Thu, 07 Aug 2008 07:48:57 +0000] rev 9866
(svn r14012) -Fix (r13936): Don't copy pre-signal type when dragging signals.
belugas [Thu, 07 Aug 2008 01:28:27 +0000] rev 9865
(svn r14011) -Codechange: not required to define an enum which was just the representation of another.
If you want to customize it more easily, why not a simple const of said enum value?
peter1138 [Wed, 06 Aug 2008 20:14:21 +0000] rev 9864
(svn r14009) -Cleanup (r14008): Bad whitespace...