2007-10-17 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Wed, 17 Oct 2007 20:59:25 +0000 (20:59 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Wed, 17 Oct 2007 20:59:25 +0000 (20:59 -0000)
commit62a12cc6c897e77c01f0997e7c8587f539b88b18
treead8bf4f1bf177398732d3a0e29cd3cba8c548892
parent855ffae09f039d8379ea5c3387fe984de3c1242a
2007-10-17  Geoff Norton  <gnorton@novell.com>

* XplatUIOSX.cs: Re-enable the native driver on the Mac.  This is still
highly experimental.  Fixed coordinate translation.  Fixed window locations.
Initial support for clipping. Implemented NC areas and menus.  Support for
launching from command line from Will Johansson (wjohansson@atacomm.com).
* OSXStructs.cs: Add ProcessSerialNumer (Patch from Will Johansson
wjohansson@atacomm.com)
* Hwnd.cs: Add some internal structures for tracking Mac cursors.
Hwnds now track the existence of all of their children for Mac clipping.
* XplatUI.cs: Re-enabled the native driver on the Mac.

svn path=/trunk/mcs/; revision=87712
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Hwnd.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/OSXStructs.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs