summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Xi: add deviceid to QueryDevicePointer request.Peter Hutterer1-0/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer170-19613/+8249
2008-02-28Xi: swap the control attached to a ChangeDeviceControl request. Bug #14170Peter Hutterer1-0/+35
2008-02-28Oops, there's one more parenthesis.Tiago Vignatti1-1/+1
2008-02-27xselinux: Prefix a few remaining error messages with "SELinux".Eamon Walsh1-7/+6
2008-02-27xselinux: Don't throw BadAccess if DixUnknownAccess is passed in to a hook.Eamon Walsh1-0/+2
2008-02-27XACE: Require "manage" permission for XKBSetNames.Eamon Walsh1-1/+1
2008-02-28quirks: another LPL panel with the cm/mm wrongDave Airlie1-1/+2
2008-02-27EXA: Let the driver decide what repeat/extend types are supported.Maarten Maathuis1-2/+0
2008-02-27More checking for failed contexts/drawablesAlan Hourihane1-0/+11
2008-02-27Fix context sharing between direct/indirect contextsAlan Hourihane1-0/+8
2008-02-27[Xephyr/GL] unbreak the buildDodji Seketeli1-0/+4
2008-02-27dix: set dev->key to NULL after freeing it in CloseDevice. (Bug #12830)Peter Hutterer1-0/+1
2008-02-26xselinux: Stub out selection protocol requests.Eamon Walsh2-0/+55
2008-02-26xselinux: Rip out the selection code in advance of polyinstantiation support.Eamon Walsh1-31/+0
2008-02-26security: Register resource names in the server-side name registry.Eamon Walsh1-0/+2
2008-02-27xf86Crtc: add higher level modesetting entry point.Dave Airlie2-0/+10
2008-02-26AIGLX: Switch to server context for calling DamageDamageRegion().Michel Dänzer1-0/+4
2008-02-26dix: before copying the classes the first time, set the VCK's classes to NULL.Peter Hutterer1-0/+29
2008-02-26Xi: MDs return the paired device's ID in attached field of ListInputDevices.Peter Hutterer1-0/+2
2008-02-25Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...Tiago Vignatti1-17/+10
2008-02-25Jesus, pciInit() was called 32 times in my machine without need!Tiago Vignatti1-8/+0
2008-02-25Some doc clean up:Tiago Vignatti2-77/+6
2008-02-25remove lnxPciInit() unused function.Tiago Vignatti1-10/+0
2008-02-25No more "-scanpci" given that we already have it in libpciaccess.Tiago Vignatti11-176/+7
2008-02-25Clean some garbage caused when pciaccess was merged:Tiago Vignatti2-136/+118
2008-02-25Xi: remove GetPairedPointer handling.Peter Hutterer4-158/+0
2008-02-25Xi: remove ungrab handling of ExtendedUngrabDevice request.Peter Hutterer3-30/+2
2008-02-24Bug #13736: Fix %bx in VBEGetPixelClock to match spec.Adam Jackson1-2/+2
2008-02-23XQuartz: Quit now properly warns the userJeremy Huddleston2-20/+22
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson2-2/+2
2008-02-22s/via/openchrome/ in the autoconfig logic.Adam Jackson1-1/+1
2008-02-22Match Xephyr DRI definitions to the ones in xf86dri.hAdam Jackson1-3/+3
2008-02-22Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}Adam Jackson2-2/+2
2008-02-22fbFillRegionTiled() is now dead code.Adam Jackson4-83/+0
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson6-141/+140
2008-02-22XKB: Actually use the keymap we compile at startupDaniel Stone1-42/+80
2008-02-21[Xephyr/GL] properly route expose event on GL drawablesDodji Seketeli5-16/+130
2008-02-21[Xephyr/GL] don't crash when the host returns a NULL server stringDodji Seketeli2-4/+19
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh4-6/+13
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh2-5/+1
2008-02-20EXA: Fix Render acceleration in copy and tiling cases.Eric Anholt1-6/+10
2008-02-19dix: set evlen to the size of the reallocated memory.Peter Hutterer1-0/+1
2008-02-19Revert "xfree86: plug a memory leak in xf86LoadModules."Peter Hutterer1-7/+1
2008-02-19XQuartz: unsetenv("DISPLAY") before startx if X11.app can't connect to it.Jeremy Huddleston1-2/+8
2008-02-19dix: Ensure enough memory for ClassesChangedEvent for a new device.Peter Hutterer1-0/+16
2008-02-19dix: change GetEventList to return length of list and set parameter in place.Peter Hutterer4-13/+14
2008-02-19dix: add InputEventListLen and SetMinimumEventSizePeter Hutterer3-1/+30
2008-02-19xfree86: guard against NULL-pointer dereferences in xf86LoadModules.Peter Hutterer1-2/+3
2008-02-18Move input event list initialisation and storage from DDX to DIX.Peter Hutterer5-34/+30