Ken Thomases
|
4ae5b106f8
|
winemac: Enable pasteboard functions to operate on arbitrary pasteboards.
... not just the general pasteboard (although the general pasteboard is
still the default).
|
2013-03-14 12:02:36 +01:00 |
Ken Thomases
|
95d5270a0d
|
winemac: Synthesize additional bitmap pasteboard types from any that Cocoa can convert.
Mac apps generally put TIFF on the pasteboard, but Windows programs are
more likely to handle CF_DIB or CF_BITMAP which map to BMP.
|
2013-03-14 12:02:17 +01:00 |
Ken Thomases
|
449e2655c2
|
winemac: Add support for delay-rendered (a.k.a. promised) clipboard data.
|
2013-03-11 10:53:38 +01:00 |
Ken Thomases
|
69e631e04e
|
winemac: Add support for "query" events which wait for synchronous responses.
|
2013-03-11 10:53:32 +01:00 |
Ken Thomases
|
bf824ed38c
|
winemac: Implement setting of clipboard data with support for text formats.
|
2013-03-11 10:53:26 +01:00 |
Ken Thomases
|
764a8edb09
|
winemac: Implement GetClipboardData() with support for text formats.
|
2013-03-11 10:53:21 +01:00 |
Ken Thomases
|
6b2b3e69f7
|
winemac: Implement CountClipboardFormats() with support for text formats.
|
2013-03-11 10:52:59 +01:00 |