[Mono-dev] Mono Winforms on Mac
Miguel de Icaza
miguel at novell.com
Fri Nov 19 19:50:00 EST 2010
Hello,
I took Ralph out of the CC line as he does not seem to be involved with
this anymore. I said regarding the Winforms patches for OSX:
* There is a refactoring of the Clipboard code, this seems
> straightforward, but it still needs a review.
>
I got most of this merged, but I noticed that this breaks the API and breaks
the functionality.
The Clipboard.SetData APIs no longer accept "objects" but instead take
IDataObject sources, this is a regression.
The old code used to cope with both IDataObjects or regular objects, regular
objects would be transformed automatically. This code is now gone, I will
try to restore the regressions on X11 and Win32, but someone will have to
properly add the "object" support back for OSX.
The original diff that I uploaded is here:
http://tirania.org/tmp/changes.gz
The version without the clipboard is here:
http://tirania.org/tmp/changes2.gz
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101119/22a08d55/attachment.html
More information about the Mono-devel-list
mailing list