summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
AgeCommit message (Expand)AuthorFilesLines
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
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