xserver/hw/xquartz/pbproxy
George Peter Staplin 00bfbee59f XQuartz: pbproxy: pbproxy now responds to selection request events.
We can now copy and paste images to and from X11.  Text copying and
pasting works as well.

The NSPasteboard can contain TIFF or PICT images, and pbproxy will
translate to an image/png or image/jpeg request, and list those in the
TARGETS.

I added a description of the basic design at the top of x-selection.m.

I removed the request_data x_selection class struct.  It's not needed.
(cherry picked from commit 4a8daf8846)
2008-09-21 17:40:16 -07:00
..
main.m Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard. 2008-09-21 17:40:14 -07:00
Makefile.am XQuartz: Added pasteboard proxy code stripped out of quartz-wm. 2008-09-03 09:33:58 -07:00
pbproxy.h Add an image_jpeg Atom. 2008-09-21 17:40:15 -07:00
trick_autotools.c XQuartz: Added pasteboard proxy code stripped out of quartz-wm. 2008-09-03 09:33:58 -07:00
x-input.m XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text. 2008-09-21 17:40:15 -07:00
x-selection.h XQuartz: pbproxy: pbproxy now responds to selection request events. 2008-09-21 17:40:16 -07:00
x-selection.m XQuartz: pbproxy: pbproxy now responds to selection request events. 2008-09-21 17:40:16 -07:00