summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03Revert accidental Makefile change from previous commitAdam Jackson1-1/+1
2009-04-03DPMS: Re-export the various DPMS variables.Adam Jackson2-8/+8
2009-04-03os: Remove the useless -x optionAdam Jackson1-9/+0
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson5-16/+8
2009-04-03DPMS: Simplify command line parsingAdam Jackson4-9/+4
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson5-36/+0
2009-04-03DPMS: Align the default timeouts with the default screensaver timeout.Adam Jackson1-3/+3
2009-04-03DPMS: Simplify some macro silliness.Adam Jackson1-17/+5
2009-04-03DPMS: Unexport all the various setup variables.Adam Jackson1-12/+12
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-04-03DPMS: Code motion.Adam Jackson1-34/+8
2009-04-03Set bg pixmap of composite overlay window to None (#20912)Havoc Pennington1-2/+2
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson12-36/+23
2009-04-02Support setTexBuffer2 in AIGLX.Kristian Høgsberg3-3/+16
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-04-01XQuartz: Still send mouse events while X11 is in the background if we have te...Jeremy Huddleston1-1/+1
2009-04-01XQuartz: Return BadRequest when SendPSN isn't implemented rather than successJeremy Huddleston1-5/+6
2009-04-01XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)Jeremy Huddleston1-1/+4
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson3-19/+0
2009-03-31XQuartz: Don't report mouse events while X11 is not the foreground applicationJeremy Huddleston1-7/+4
2009-03-31APM: Don't carp if not available.Adam Jackson1-1/+0
2009-03-31dix: Simplify InitClient()Adam Jackson1-22/+1
2009-03-31Document which bits of ClientRec are currently unusedAdam Jackson1-9/+4
2009-03-30XQuartz: Fix mouse tracking for quake, et. al. in wineJeremy Huddleston1-9/+17