summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
AgeCommit message (Expand)AuthorFilesLines
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston21-879/+1001
2012-03-21Introduce a consistent coding styleKeith Packard21-1432/+1337
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-26XQuartz: appledri: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-21XQuartz: appledri: Allow byte swapped requestsJeremy Huddleston1-5/+91
2011-10-21XQuartz: appledri: Fix byte swapping in repliesJeremy Huddleston1-3/+36
2011-10-21XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmapJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Change whitespace in appledristr.h to match mesaJeremy Huddleston1-141/+157
2011-09-21Use internal temp variable for swap macrosMatt Turner1-5/+3
2011-07-31XQuartz: xpr: Don't FatalError if xp_unlock_window failsJeremy Huddleston1-3/+6
2011-07-19XQuartz: Add diagnostic error checking to xp_destroy_surface.George Staplin1-1/+6
2011-07-19XQuartz: Fix a memory leak with surfaces that a new test found.George Staplin1-11/+45
2011-06-01XQuartz: ASL: Use xpr subsystem for logging xpr messagesJeremy Huddleston4-3/+5
2011-05-22XQuartz: RandR: Don't crash if X11 is launched while there are no attached di...Jeremy Huddleston1-0/+1
2011-05-22XQuartz: Update DEBUG_LOG to report to ASLJeremy Huddleston1-1/+1
2011-04-29XQuartz: Use a rwlock instead of a mutex to protect window_hash in the pthrea...Jeremy Huddleston1-10/+10
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston1-1/+1
2011-04-25XQuartz: xpr: Dead code removalJeremy Huddleston1-5/+0
2011-04-25XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hashJeremy Huddleston2-39/+48
2011-04-25XQuartz: xpr: Initialize window_hash in xprInitJeremy Huddleston1-33/+19
2011-04-25XQuartz: Remove the threadSafety dead-ish codeJeremy Huddleston2-40/+2
2011-04-25XQuartz: Fix compilation warnings with XPLUGIN_VERSION >= 4Jeremy Huddleston1-2/+2
2011-03-23XQuartz: Put ifdef guards around have_depth label (-Wunused-label)Jeremy Huddleston1-0/+2
2011-02-27XQuartz: Don't use deprecated CoreGraphics API on SL and LionJeremy Huddleston1-1/+26
2011-02-27XQuartz: RandR: Add RandR modes for the primary display in multi-monitor configsJeremy Huddleston1-0/+7
2011-02-27XQuartz: RandR: Capture the display when switching modes with RandRJeremy Huddleston2-0/+6
2010-11-22XQuartz dri: Don't check CoreGraphics versionJeremy Huddleston1-112/+0
2010-09-28XQuartz: RandR: Don't change the rootless preference when changing RandR modeJeremy Huddleston4-8/+9
2010-09-28XQuartz: RandR: Respond better to resolution changes made outside XJeremy Huddleston1-0/+1
2010-09-28XQuartz: RandR: Implement basic RandR functionality.Jan Hauffa1-2/+4
2010-09-28XQuartz: Move use of static dispatch procs after declarationJeremy Huddleston1-21/+20
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-2/+0
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp2-10/+0
2010-09-13xquartz: Delete compile-time-constant DRIGCRec.driOps field.Jamey Sharp1-5/+1
2010-08-12XQuartz: xpr: Bail on errors during unlock and destroyJeremy Huddleston1-2/+8
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston1-1/+1
2010-07-13XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...Jeremy Huddleston1-1/+5
2010-06-10Merge remote branch 'jeremyhu/master'Keith Packard3-18/+12
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-08XQuartz: Fix build regression from faeebead7bfcc78535757ca7acc1faf7554c03b7Jeremy Huddleston3-18/+12
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard3-17/+28
2010-06-05Rename region macros to eliminate screen argumentKeith Packard2-6/+6
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-3/+3
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-7/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov5-26/+26