2005-05-11 Peter Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 11 May 2005 23:02:43 +0000 (23:02 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 11 May 2005 23:02:43 +0000 (23:02 -0000)
commit68775241dc427764764dadfaddad59b940f70f7b
treecd19a607da6d909a070bd805c91f003ffe566720
parent201d382b90bb4c5370f2b72257e89f10b97d8c9b
2005-05-11  Peter Bartok  <pbartok@novell.com>

* LinkArea.cs: Added and implemented LinkAreaTypeConverter class
* SelectionRangeConverter.cs: Implemented
* PropertyGrid.cs: Fixed attribute value
* Control.cs:
  - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
  - Added Sebastien Pouliot's CAS Stack Propagation fixes
* XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
  that's common to all drivers. First methods to go there are
  Sebastien Pouliot's CAS Stack Propagation helper methods
* XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
  Sebastien Pouliot for CAS Stack Propagation

svn path=/trunk/mcs/; revision=44415
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkArea.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SelectionRangeConverter.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs