summaryrefslogtreecommitdiff
path: root/hw/xquartz/pbproxy
AgeCommit message (Expand)Author
2009-01-09XQuartz: pbproxy: Push dpy init and CFRunLoop hook setup into the pbproxy thr...Jeremy Huddleston
2009-01-09XQuartz: pbproxy: Release display notification lock when not needed to avoid ...Jeremy Huddleston
2008-12-16XQuartz: pbproxy: Simplify linkingJeremy Huddleston
2008-11-25XQuartz: Force X11Controller to reset a broken DISPLAY envvar.Jeremy Huddleston
2008-11-25XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-LeopardJeremy Huddleston
2008-11-25XQuartz: Don't hardcode values of org.x.X11 for the preferences domainJeremy Huddleston
2008-11-21XQuartz: pbproxy: Added some typedefs for types not available on TigerJeremy Huddleston
2008-11-21XQuartz: pbproxy: Push the pbproxy Xevent processing into its own threadJeremy Huddleston
2008-11-19XQuartz: pbproxy: nuke RCS Id, update header license/copyrightJeremy Huddleston
2008-11-19XQuartz: pbproxy: Remove thread-main.mJeremy Huddleston
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston
2008-10-28XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.George Peter Staplin
2008-10-28XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.George Peter Staplin
2008-10-28XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.George Peter Staplin
2008-10-28XQuartz: pbproxy: fixed blockingJeremy Huddleston
2008-10-28Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam...Jeremy Huddleston
2008-10-23XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, ...George Peter Staplin
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston
2008-10-21XQuartz: pbproxy: Fix 2 bugs with the preferences.George Peter Staplin
2008-10-15XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboardJeremy Huddleston
2008-10-08Xquartz: Fix parallel buildsJeremy Huddleston
2008-10-04XQuartz: pbcopy: Re-enabled some code I commented out for testingJeremy Huddleston
2008-10-04XQuartz: xpbproxy: Support some of the preference toggles from X11.app, clean...Jeremy Huddleston
2008-10-03XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,George Peter Staplin
2008-10-03XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.George Peter Staplin
2008-10-03Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for mak...Jeremy Huddleston
2008-10-03XQuartz: Added a --enable-integrated-xpbproxy configure option for building x...Jeremy Huddleston
2008-09-26XQuartz: pbproxy: Fix another STRING bug.George Peter Staplin
2008-09-26XQuartz: pbproxy: Fix a bug that rxvt brought out in STRING copying. Now I c...George Peter Staplin
2008-09-26XQuartz: pbproxy: Removed stray SPI include.Jeremy Huddleston
2008-09-26XQuartz: pbproxy: Fix 3 paths that could leak memory.George Peter Staplin
2008-09-26XQuartz: pbproxy: Fix NSObject memory leaks by properly using theGeorge Peter Staplin
2008-09-26XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB()George Peter Staplin
2008-09-21XQuartz: pbproxy: Add an X error handler that returns 0.George Peter Staplin
2008-09-21XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.George Peter Staplin
2008-09-21XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARYGeorge Peter Staplin
2008-09-21XQuartz: pbproxy: Add a missing include of Xutil.h. Another headerGeorge Peter Staplin
2008-09-21XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testingGeorge Peter Staplin
2008-09-21XQuartz: pbproxy: pbproxy now responds to selection request events.George Peter Staplin
2008-09-21XQuartz: pbproxy: Use an NSBitmapImageRep to convert an "image/png" selectionGeorge Peter Staplin
2008-09-21XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text.George Peter Staplin
2008-09-21XQuartz: pbproxy: return the TARGETS list as a 32-bit list to fix a bug that ...George Peter Staplin
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin
2008-09-21Add an image_jpeg Atom.George Peter Staplin
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin
2008-09-21Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard.George Peter Staplin
2008-09-21XQuartz: pbproxy: Added global variables to customize how pbproxy behavesJeremy Huddleston
2008-09-21XQuartz: pbproxy: First round of updates to pbproxy from George.Jeremy Huddleston
2008-09-03XQuartz: Added pasteboard proxy code stripped out of quartz-wm.Jeremy Huddleston