summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-02x-list.c: null-returning function malloc() was called without checkingOliver McFadden1-0/+1
2010-03-15XQuartz: remove undefined XSERVER_CFLAGS variableGaetan Nadon1-1/+1
2010-01-30XQuartz: Attatch a stub display when CoreGraphics reports no displays.Jeremy Huddleston1-0/+13
2010-01-13XQuartz: Don't FatalError in x_hook_run if the list is emptyJeremy Huddleston1-0/+3
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+2
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+4
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+1
2009-11-30XQuartz: Drop calls to allocaJeremy Huddleston2-5/+20
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston1-1/+46
2009-09-27XQuartz: Fix QuartzSetCursor to match the expected prototype.Jeremy Huddleston1-2/+2
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston4-8/+8
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston4-34/+25
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-08-25XQuartz: Use applewmproto 1.4 updated headers.Jeremy Huddleston2-4/+2
2009-07-31XQuartz: Unify how we set our bitmasks for visualsJeremy Huddleston1-19/+6
2009-07-31XQuartz: no DirectColorJeremy Huddleston1-2/+2
2009-07-25XQuartz: xpr: Added missing include for RootlessHideAllWindowsJeremy Huddleston1-0/+2
2009-07-14xquartz: switch to byte counting functionsPeter Hutterer1-1/+1
2009-07-03XQuartz: ProcAppleWMAttachTransient to play nice with the new Dock in SLJeremy Huddleston1-2/+35
2009-04-10XQuartz: xprSetWindowLevel updated to store the level requested by the WMJeremy Huddleston1-1/+15
2009-04-10XQuartz: Update window levels when changing rootless stateJeremy Huddleston1-12/+22
2009-04-10XQuartz: Fix window levels for rooted mode to allow showing the menu bar.Jeremy Huddleston1-3/+5
2009-04-10XQuartz: Properly set the window level for the root windowJeremy Huddleston3-12/+21
2009-04-10XQuartz: In rooted mode, make sure we start in the hidden state.Jeremy Huddleston1-0/+3
2009-04-10XQuartz: Revert most of the previous override redirect patchJeremy Huddleston1-10/+0
2009-04-05XQuartz: Use updated Xplugin API to send overide-redirect windows to the curr...Jeremy Huddleston1-15/+26
2009-04-01XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)Jeremy Huddleston1-1/+4
2009-03-04XQuartz: Implement SendPSN for AppleWMJeremy Huddleston1-2/+6
2009-02-20XQuartz: Fix the new ProcAppleDRIDestroyPixmap code REQUEST_SIZE_MATCH.George Staplin2-2/+2
2009-02-16XQuartz: Add driWrap.h that I missed in the last commit.George Staplin1-0/+31
2009-02-16XQuartz: Add support for GLXPixmaps to the AppleDRI.George Staplin7-10/+892
2009-02-12XQuartz: xpr: The dri.c code for pixmaps was wrong in several ways. They wer...George Staplin1-17/+26
2009-01-15XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixma...George Staplin1-80/+127
2009-01-11XQuartz: misc 1.6 updates (still --disable-glx)Jeremy Huddleston2-23/+8
2009-01-10XQuartz: Update padding in appledristr. This shouldn't change how the struct...Jeremy Huddleston1-1/+1
2008-12-28XQuartz: Re-enable rlAccelJeremy Huddleston1-3/+1
2008-12-23XQuartz: Use depth=24 instead of FatalError if we can't figure out our depthJeremy Huddleston1-15/+15
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer3-5/+0
2008-12-10XQuartz: Make debugging output for invalid depths a bit more detailedJeremy Huddleston1-2/+2
2008-11-25XQuartz: Dead code removalJeremy Huddleston1-4/+0
2008-11-22XQuartz: More 1.6 server API updatesJeremy Huddleston1-11/+23
2008-11-14fix compilation on systems that don't haveBen Byer1-2/+6