summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-11XQuartz: Use correct values for ProximityIn and ProximityOutJeremy Huddleston1-3/+1
2009-04-11XQuartz: Solve the tablet 100% CPU bugJeremy Huddleston1-3/+3
2009-04-11XQuartz: Re-enable background window checkingJeremy Huddleston1-8/+2
2009-04-11XQuartz: Only set MotionNotify on activation if it is updated.Jeremy Huddleston1-1/+5
2009-04-11XQuartz: Make sure the Fn doesn't trigger unneccessary calls to DarwinUpdateM...Jeremy Huddleston3-28/+41
2009-04-11XQuartz: Re-enable Fn as an option for 3button mouse simulation.Jeremy Huddleston1-2/+5
2009-04-10exa: implement UTS based upload through CopyAreaMaarten Maathuis1-19/+51
2009-04-10DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick2-2/+32
2009-04-10DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
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 Huddleston3-12/+24
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 Huddleston4-20/+21
2009-04-10XQuartz: Properly set the menu bar and hotkey state when changing rootless mode.Jeremy Huddleston1-4/+11
2009-04-10XQuartz: In rooted mode, make sure we start in the hidden state.Jeremy Huddleston1-0/+3
2009-04-10XQuartz: Send MotionNotify before button presses when X11 is in the backgroundJeremy Huddleston1-19/+30
2009-04-10XQuartz: Revert most of the previous override redirect patchJeremy Huddleston1-10/+0
2009-04-10dix: correctly utilize tracker buffer and protect from timer overrunsSimon Thum1-11/+13
2009-04-10dix: fix pointer accelerations remainder handlingSimon Thum1-7/+7
2009-04-09Use RTLD_DI_SETSIGNAL to catch runtime dynamic loader errors and clean upAlan Coopersmith2-1/+21
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith7-61/+113
2009-04-09mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.Peter Hutterer1-1/+1
2009-04-09Xi: silence compiler warnings about "wrong" event types.Peter Hutterer1-4/+5
2009-04-09xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer2-6/+6
2009-04-09xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.Peter Hutterer1-2/+5
2009-04-09dix: fix dev/keybd variable mixup.Peter Hutterer1-3/+3
2009-04-09mi: fix compiler warning - explicitly typecast to InternalEvent.Peter Hutterer1-1/+1
2009-04-09mi: add prototype for CopyGetMasterEvent.Peter Hutterer1-0/+7
2009-04-09EXA: If the driver can't composite to an a8 mask, try an argb mask for glyphs.Michel Dänzer1-2/+31
2009-04-09xselinux: Don't BadAlloc in List* requests if there are no items to list.Eamon Walsh1-3/+3
2009-04-09config: fix crash caused by strdup(NULL)Eamon Walsh1-2/+3
2009-04-09glx: Test the error value, not its address...Michel Dänzer1-1/+1
2009-04-08Use a #define instead of a magic numberIan Romanick1-2/+4
2009-04-08Allow GLX sources to build against Mesa 7.4 sourcesIan Romanick1-1/+4
2009-04-08xselinux: Don't require incoming context strings to be null-terminated.Eamon Walsh1-21/+45
2009-04-07Convert remaining GLX LookupIDByType() callsKristian Høgsberg2-7/+15
2009-04-07Add validGlxDrawable() and use dixLookupResourceByType().Kristian Høgsberg2-70/+76
2009-04-07Don't stomp on dixLookupDrawable() return value in DoCreateGLXPixmap().Kristian Høgsberg1-1/+5
2009-04-07Make GLX context lookup use dixLookupResourceByType()Kristian Høgsberg1-55/+43
2009-04-07Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-04-07dix: Dont change the keyboard mapping on non-keyboard devices.Peter Hutterer1-0/+2
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson17-135/+130
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-04-06kdrive: Fix segfault in tslib supportDavid Jander1-1/+1
2009-04-06os: signal handlers return void.Adam Jackson2-14/+5
2009-04-06Remove some OS/2 leftovers.Adam Jackson2-12/+0
2009-04-05XQuartz: Use updated Xplugin API to send overide-redirect windows to the curr...Jeremy Huddleston1-15/+26
2009-04-05XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.appJeremy Huddleston1-21/+30
2009-04-04xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macrosJulien Cristau1-3/+0