summaryrefslogtreecommitdiff
path: root/hw/xquartz/pbproxy/main.m
AgeCommit message (Expand)AuthorFilesLines
2021-02-18xquartz: Minor code modernization -- @autoreleasepool adoptionJeremy Huddleston Sequoia1-36/+30
2016-09-22XQuartz: pbproxy shouldn't need to wait for server initialization.Jeremy Huddleston Sequoia1-18/+0
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston1-31/+31
2012-03-21Introduce a consistent coding styleKeith Packard1-36/+51
2011-05-14XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston1-8/+8
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston1-18/+2
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-03-21XQuartz: xpbproxy: Cleanup xpbproxy threadingJeremy Huddleston1-30/+13
2009-11-11XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...Jeremy Huddleston1-0/+16
2009-01-02XQuartz: pbproxy: Push dpy init and CFRunLoop hook setup into the pbproxy thr...Jeremy Huddleston1-5/+24
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 Huddleston1-4/+21
2008-11-21XQuartz: pbproxy: Push the pbproxy Xevent processing into its own threadJeremy Huddleston1-2/+0
2008-11-19XQuartz: pbproxy: nuke RCS Id, update header license/copyrightJeremy Huddleston1-3/+27
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston1-19/+32
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston1-1/+0
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston1-6/+7
2008-10-15XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboardJeremy Huddleston1-3/+10
2008-10-04XQuartz: xpbproxy: Support some of the preference toggles from X11.app, clean...Jeremy Huddleston1-4/+0
2008-10-03XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.George Peter Staplin1-45/+9
2008-10-03Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for mak...Jeremy Huddleston1-49/+7
2008-09-26XQuartz: pbproxy: Removed stray SPI include.Jeremy Huddleston1-1/+0
2008-09-26XQuartz: pbproxy: Fix NSObject memory leaks by properly using theGeorge Peter Staplin1-3/+2
2008-09-21XQuartz: pbproxy: Add an X error handler that returns 0.George Peter Staplin1-18/+6
2008-09-21XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testingGeorge Peter Staplin1-0/+2
2008-09-21Add image/jpeg type, and rename reclaim_clipboard to claim_clipboard.George Peter Staplin1-6/+7
2008-09-21XQuartz: pbproxy: First round of updates to pbproxy from George.Jeremy Huddleston1-13/+24
2008-09-03XQuartz: Added pasteboard proxy code stripped out of quartz-wm.Jeremy Huddleston1-0/+168