summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-02XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on LeopardJeremy Huddleston1-1/+1
2009-02-01XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXTJeremy Huddleston1-0/+2
2009-01-30Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston20-84/+148
2009-01-30Don't release grabs unless all buttons are upThomas Jaeger2-2/+2
2009-01-30Count the number of logically down buttons in buttonsDownThomas Jaeger2-5/+9
2009-01-30mi: ensure chained button mappings from SD -> MD (#19282)Peter Hutterer3-3/+29
2009-01-30Don't alter device button maps in DoSetPointerMappingThomas Jaeger1-23/+9
2009-01-30Xext: Send out correct events in ProcXTestFakeInputThomas Jaeger1-1/+1
2009-01-30xkb: fix typo - missing negation when checking button state.Peter Hutterer1-1/+1
2009-01-30Xi: fix use of button->down - bitflags instead of int arrays.Peter Hutterer5-15/+7
2009-01-30dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer4-9/+27
2009-01-30dix: EnqueueEvent and PlayReleasedEvent need to handle DeviceMotionNotifiesPeter Hutterer1-4/+4
2009-01-30avoid a potential endless loop.Xiang, Haihao1-2/+6
2009-01-30XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.George Staplin1-0/+19
2009-01-30XQuartz: SnowLeopard: Help system book name changed in 10.6Jeremy Huddleston1-8/+9
2009-01-30XQuartz: mieq: Wait for the server to finish initializing before letting othe...Jeremy Huddleston2-5/+34
2009-01-30Move the apple fat binary hacks back to a header file, and make it apple-only.Eric Anholt4-9/+12
2009-01-30XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate...Jeremy Huddleston5-12/+20
2009-01-30XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixma...George Staplin1-80/+127
2009-01-30XQuartz: Only call DarwinUpdateModKeys when neededJeremy Huddleston3-4/+15
2009-01-30XQuartz: GL: Make indirect.c build and work in the 1.6 branch.George Staplin1-588/+84
2009-01-30XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.George Staplin1-1/+1
2009-01-30XQuartz: GL: Make many more fbconfigs and visuals available for the 1.5 branch.George Staplin1-261/+190
2009-01-30EXA: Declare glyph cache picture as component-alpha when necessary.Michel Dänzer1-3/+6
2009-01-30Make RandR CRTC info report panning area instead of just crtc areaKeith Packard1-5/+18
2009-01-30randr: Consider panned crtc's when calculating xinerama screen sizes.Maarten Maathuis1-7/+20
2009-01-26XQuartz: GL: indirect.c changes to fix the build with newer OpenGL frameworks.George Staplin1-0/+19
2009-01-16XQuartz: SnowLeopard: Help system book name changed in 10.6Jeremy Huddleston1-8/+9
2009-01-16XQuartz: mieq: Wait for the server to finish initializing before letting othe...Jeremy Huddleston2-5/+34
2009-01-16Revert "mieq: Avoid possible race condition whereby one thread might call mie...Jeremy Huddleston1-9/+2
2009-01-15XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate...Jeremy Huddleston5-12/+20
2009-01-15Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston14-28/+73
2009-01-12XQuartz: xpr: Cleanup some of the code and possibly fix part of the GLX Pixma...George Staplin1-80/+127
2009-01-12XQuartz: GL: Make indirect.c build and work in the 1.6 branch.George Staplin1-588/+84
2009-01-12Update version to 1.5.99.901 (1.6 RC1)xorg-server-1.5.99.901Keith Packard1-1/+1
2009-01-12Merge include/dix-config-post-verbatim.h into include/dix-config.h.inKeith Packard2-11/+8
2009-01-12Fix dmx compile on 1.6 branch.Alban Browaeys7-0/+42
2009-01-12dix: drop x/y back into last.valuators before updating the history (#19285)Peter Hutterer1-3/+3
2009-01-12XQuartz: Add locking to make mieq thread safe on OSXJeremy Huddleston3-1/+68
2009-01-12XQuartz: misc 1.6 updates (still --disable-glx)Jeremy Huddleston5-26/+19
2009-01-12Apple: Don't use DRI2Jeremy Huddleston1-0/+2
2009-01-12XQuartz: Use depth=24 instead of FatalError if we can't figure out our depthJeremy Huddleston1-15/+15
2009-01-12XQuartz: Make debugging output for invalid depths a bit more detailedJeremy Huddleston1-2/+2
2009-01-12Merge commit 'whot/server-1.6-branch' into server-1.6-branchKeith Packard2-2/+11
2009-01-12mi: force CopyKeyClass for key events. (#19048)Peter Hutterer2-2/+11
2009-01-11dix: Fix handling of do_not_propagate_mask window attribute.Peter Hutterer1-11/+8
2009-01-12dix: Fix handling of do_not_propagate_mask window attribute.Peter Hutterer1-11/+8
2009-01-11Merge commit 'origin/server-1.6-branch' into xorg-server-1.6-appleJeremy Huddleston8-543/+1193
2009-01-11XQuartz: Don't need explicit Activate/EnableDevice in InitInputJeremy Huddleston2-12/+0
2009-01-11mieq: Avoid possible race condition whereby one thread might call mieqEnqueue...Jeremy Huddleston1-2/+9