summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-28XQuartz: Cleaned up keymap setting for easier maintenancexorg-server-1.6-appleJeremy Huddleston1-61/+66
2009-09-28XQuartz: Push kXquartzReloadKeymap into DarwinEventHandlerJeremy Huddleston3-3/+7
2009-09-28XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-09-28XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
2009-09-27Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston12-144/+87
2009-09-27Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston3-0/+48
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston14-48/+52
2009-09-27XQuartz: Nuke TSMJeremy Huddleston1-16/+0
2009-09-27XQuartz: Fix inverse map from mode_switch to altJeremy Huddleston1-0/+4
2009-09-27XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...Jeremy Huddleston1-0/+11
2009-09-27Bump to version 1.6.4xorg-server-1.6.4server-1.6-branchKeith Packard1-2/+2
2009-09-27Don't send events through the master if the device has SendCoreEvents off.Peter Hutterer2-4/+4
2009-09-27add doltlibtool to gitignoreBen Byer1-0/+1
2009-09-27Add (ok, fix) support for DTrace under OS XBen Byer5-8/+12
2009-09-26XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...Jeremy Huddleston1-14/+0
2009-09-23XQuartz: GLX capabilities: Allow 16bit accumulation buffersJeremy Huddleston1-6/+8
2009-09-22xfree86/modes: Remove all framebuffer support from DGAKeith Packard3-101/+29
2009-09-22dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona2-19/+26
2009-09-22fbdevhw: Test for graphics:fb%d as well as graphics/fb%dDaniel Stone1-1/+7
2009-09-22render: return the supported version rather than just passing the proto's ver...Keith Packard1-2/+5
2009-09-22dri2: Don't crash if pPriv is NULL.Michel Dänzer1-2/+10
2009-09-22Don't reset the lastDeviceEventTime when doing DPMS actionsRichard Hughes1-13/+4
2009-09-14XQuartz: pbproxy: Remove debugging XBell()Jeremy Huddleston1-4/+0
2009-09-06XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket nameJeremy Huddleston1-2/+5
2009-09-06XQuartz: Fix "warning: function declaration isn’t a prototype" noiseJeremy Huddleston1-1/+1
2009-09-06XQuartz: pbproxy: 64bit fixes: Properly process an array of AtomsJeremy Huddleston2-7/+8
2009-09-05XQuartz: Fix a strcpy/strcmp typoJeremy Huddleston1-5/+6
2009-09-04XQuartz: Check the DISPLAY environment variable to see if the socket at start...Jeremy Huddleston2-10/+42
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston7-17/+23
2009-09-01Xext: fix a typo for bigreqsproto.h header fileJerome Glisse1-1/+1
2009-08-31Xext: Require newer versions of xcmiscproto, bigreqsproto, and xf86bigfontpro...Jeremy Huddleston4-5/+4
2009-08-311.6.3-apple1Jeremy Huddleston1-2/+2
2009-08-31Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston2-3/+3
2009-08-31mi: fix build error caused by missing xtest.hJeremy Huddleston2-2/+2
2009-08-31XQuartz: GLX: Drawable does not contain resize anymore.Jeremy Huddleston1-8/+0
2009-08-31Xext: include securproto.h instead of securstr.hPeter Hutterer1-1/+1
2009-08-31xext: Use proto header rather than the Xext include file, this prevents users...Benjamin Close1-2/+1
2009-08-31XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppcJeremy Huddleston1-0/+8
2009-08-31XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...Jeremy Huddleston1-0/+73
2009-08-25Bump version to 1.6.3.901 (1.6.4 RC1)xorg-server-1.6.3.901Keith Packard1-2/+2
2009-08-25Block signals while delivering XTest events (fixes bug 23100)Keith Packard1-1/+1
2009-08-25Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston10-39/+92
2009-08-25XQuartz: Use applewmproto 1.4 updated headers.Jeremy Huddleston8-13/+8
2009-08-25XQuartz: Use internal xshm header for new xextprotoJeremy Huddleston1-2/+1
2009-08-25dbe: Adapt to new headersAdam Jackson1-1/+15
2009-08-25Update to xextproto 7.0.99.1.Jeremy Huddleston25-61/+58
2009-08-25xsync: Use a local header for server API definitionsAdam Jackson3-1/+178
2009-08-25XQuartz: Check NSINTEGER_DEFINED to make sure the NSInteger and NSUInteger ty...Jeremy Huddleston2-8/+10
2009-08-25CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULTJeremy Huddleston1-1/+1
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard3-1/+29