summaryrefslogtreecommitdiff
path: root/hw/xquartz/pbproxy
AgeCommit message (Expand)AuthorFilesLines
2009-05-09XQuartz: pbproxy standalone: added missing variable declarations.Jeremy Huddleston1-0/+3
2009-01-02XQuartz: pbproxy: Push dpy init and CFRunLoop hook setup into the pbproxy thr...Jeremy Huddleston3-24/+27
2008-12-21XQuartz: pbproxy: Release display notification lock when not needed to avoid ...Jeremy Huddleston2-55/+54
2008-12-03XQuartz: pbproxy: Simplify linkingJeremy Huddleston1-1/+3
2008-11-25XQuartz: Force X11Controller to reset a broken DISPLAY envvar.Jeremy Huddleston1-3/+3
2008-11-25XQuartz: Add fallback for xpbproxy's display for Tiger or no-launchd-LeopardJeremy Huddleston2-4/+23
2008-11-25XQuartz: Don't hardcode values of org.x.X11 for the preferences domainJeremy Huddleston2-3/+28
2008-11-21XQuartz: pbproxy: Added some typedefs for types not available on TigerJeremy Huddleston1-0/+11
2008-11-21XQuartz: pbproxy: Push the pbproxy Xevent processing into its own threadJeremy Huddleston2-3/+32
2008-11-19XQuartz: pbproxy: nuke RCS Id, update header license/copyrightJeremy Huddleston6-13/+110
2008-11-19XQuartz: pbproxy: Remove thread-main.mJeremy Huddleston1-42/+0
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston7-132/+202
2008-10-28XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.George Peter Staplin1-13/+21
2008-10-28XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.George Peter Staplin1-10/+37
2008-10-28XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.George Peter Staplin2-69/+141
2008-10-28XQuartz: pbproxy: fixed blockingJeremy Huddleston1-5/+6
2008-10-28Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam...Jeremy Huddleston1-0/+5
2008-10-23XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, ...George Peter Staplin1-1/+0
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston4-11/+7
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston5-20/+41
2008-10-21XQuartz: pbproxy: Fix 2 bugs with the preferences.George Peter Staplin1-30/+78
2008-10-15XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboardJeremy Huddleston7-18/+58
2008-10-08Xquartz: Fix parallel buildsJeremy Huddleston1-1/+1
2008-10-04XQuartz: pbcopy: Re-enabled some code I commented out for testingJeremy Huddleston1-4/+4
2008-10-04XQuartz: xpbproxy: Support some of the preference toggles from X11.app, clean...Jeremy Huddleston6-115/+144
2008-10-03XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,George Peter Staplin4-16/+35
2008-10-03XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.George Peter Staplin5-71/+27
2008-10-03Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for mak...Jeremy Huddleston5-50/+65
2008-10-03XQuartz: Added a --enable-integrated-xpbproxy configure option for building x...Jeremy Huddleston1-5/+12
2008-09-26XQuartz: pbproxy: Fix another STRING bug.George Peter Staplin1-3/+3
2008-09-26XQuartz: pbproxy: Fix a bug that rxvt brought out in STRING copying. Now I c...George Peter Staplin1-7/+20
2008-09-26XQuartz: pbproxy: Removed stray SPI include.Jeremy Huddleston1-1/+0
2008-09-26XQuartz: pbproxy: Fix 3 paths that could leak memory.George Peter Staplin1-10/+20
2008-09-26XQuartz: pbproxy: Fix NSObject memory leaks by properly using theGeorge Peter Staplin4-104/+97
2008-09-26XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB()George Peter Staplin2-91/+126
2008-09-21XQuartz: pbproxy: Add an X error handler that returns 0.George Peter Staplin4-102/+106
2008-09-21XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.George Peter Staplin1-33/+56
2008-09-21XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARYGeorge Peter Staplin2-71/+119
2008-09-21XQuartz: pbproxy: Add a missing include of Xutil.h. Another headerGeorge Peter Staplin1-0/+1
2008-09-21XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testingGeorge Peter Staplin3-80/+124
2008-09-21XQuartz: pbproxy: pbproxy now responds to selection request events.George Peter Staplin2-95/+188
2008-09-21XQuartz: pbproxy: Use an NSBitmapImageRep to convert an "image/png" selectionGeorge Peter Staplin1-25/+37
2008-09-21XQuartz: pbproxy: The greedy CLIPBOARD handling now works for text.George Peter Staplin2-27/+57
2008-09-21XQuartz: pbproxy: return the TARGETS list as a 32-bit list to fix a bug that ...George Peter Staplin2-66/+240
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-28/+77
2008-09-21Add an image_jpeg Atom.George Peter Staplin1-1/+1
2008-09-21Rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-1/+1
2008-09-21Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-6/+7
2008-09-21XQuartz: pbproxy: Added global variables to customize how pbproxy behavesJeremy Huddleston1-0/+7
2008-09-21XQuartz: pbproxy: First round of updates to pbproxy from George.Jeremy Huddleston5-189/+518