summaryrefslogtreecommitdiff
path: root/hw/xquartz/pbproxy
AgeCommit message (Expand)AuthorFilesLines
2013-09-16XQuartz: pbproxy: Fix build with -DDEBUGJeremy Huddleston Sequoia1-2/+1
2012-08-01pbproxy: Fix a warning about a bad method prototypeJeremy Huddleston Sequoia1-1/+1
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston6-501/+562
2012-03-21Introduce a consistent coding styleKeith Packard7-1092/+1076
2011-10-04XQuartz: pbproxy: Add missing AM_OBJCFLAGSJeremy Huddleston1-0/+1
2011-06-01XQuartz: xpbproxy: Correct NSUInteger format stringsJeremy Huddleston1-0/+27
2011-06-01XQuartz: ASL: Use xpbproxy subsystem for logging xpbproxy messagesJeremy Huddleston2-7/+19
2011-05-14XQuartz: Don't call mieqEnqueue during server shutdownJeremy Huddleston2-11/+11
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston5-91/+86
2011-04-25XQuartz: pbproxy: LP64: Fix itteration through XGetWindowProperty where sizeo...Emanuele Giaquinta1-3/+8
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston2-2/+2
2011-04-25XQuartz: Silence warnings about deprecated functionality where it is an inten...Jeremy Huddleston1-0/+15
2011-03-01XQuartz: pbproxy: Protect against possible collision between Cocoa and X11 Cu...Jeremy Huddleston1-0/+2
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-03-21XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefixJeremy Huddleston2-4/+6
2010-03-21XQuartz: xpbproxy: Cleanup xpbproxy threadingJeremy Huddleston4-96/+58
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston1-9/+0
2010-01-30XQuartz: Add some .gitignore magicJeremy Huddleston1-0/+1
2009-12-09XQuartz: pbproxy: Fix building of standalone xpbproxy executableJeremy Huddleston1-0/+3
2009-11-11XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...Jeremy Huddleston2-0/+20
2009-09-14XQuartz: pbproxy: Remove debugging XBell()Jeremy Huddleston1-4/+0
2009-09-06XQuartz: pbproxy: 64bit fixes: Properly process an array of AtomsJeremy Huddleston2-7/+8
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