summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-10composite: Convert compWindowUpdate to use TraverseTreeAdam Jackson1-15/+15
2010-09-10Merge remote branch 'whot/for-keith'Keith Packard14-62/+85
2010-09-10Add screens to the PRIVATE_XSELINUX set.Eamon Walsh1-0/+1
2010-09-10os: add -sigstop option for Upstart (or equivalent) startupVignatti Tiago (Nokia-MS/Helsinki)3-0/+10
2010-09-10Merge remote branch 'mattst88/master'Keith Packard13-64/+22
2010-09-10os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner2-3/+25
2010-09-10Merge remote branch 'vignatti/vgaarb-fixes'Keith Packard3-91/+101
2010-09-10Tag sdksyms.c entries with source file and line numberAaron Plattner1-1/+8
2010-09-10Fix property and selection devPrivate allocation.Eamon Walsh2-3/+1
2010-09-09linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-09-06xfree86: Check for existence of button class before dereferencing it.Peter Hutterer1-1/+1
2010-09-02dix: don't set time to CurrentTime in DeviceChangedEvents.Peter Hutterer1-1/+1
2010-09-02dix: fix crash when removing devices on a buttonless MD pointer (#29669)Peter Hutterer1-1/+1
2010-09-01Fix udev population of Bluetooth input device product IDsChase Douglas1-17/+9
2010-09-01Return Success from generate_modkeymap() when max_keys_per_mod is zeroAdam Tkac1-11/+13
2010-09-01xfree86: Document terminate not mapped by default (bug 25083)Jesse Adkins1-0/+10
2010-09-01xkb: Fix RedirectKey didn't send any event.David Ge1-0/+1
2010-09-01Use GetMaster instead of direct u.master access in core procsAlan Coopersmith1-7/+12
2010-09-01xfree86: fix compiler warning about implicied decl of DuplicateModule.Peter Hutterer1-0/+1
2010-09-01xkb: Check if AddResource failedPauli Nieminen1-2/+4
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-0/+3
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-4/+6
2010-09-01xkb: Fix memory leak in error pathPauli Nieminen1-0/+1
2010-09-01xkb: Remove redurant intialization codePauli Nieminen1-9/+0
2010-09-01xkb: Fix NULL pointer dereferencePauli Nieminen1-1/+5
2010-09-01xkb: Don't check for NULL before calling freePauli Nieminen1-4/+2
2010-09-01xkb: Fix memory leak if opening file failsPauli Nieminen1-0/+2
2010-09-01xkb: Use memcpy for copy that has known lengthPauli Nieminen1-2/+1
2010-09-01dix: don't create core motion events for non-x/y valuators.Peter Hutterer1-0/+9
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner10-40/+18
2010-08-27xfree86: Purge parsePrologueVoid.Jesse Adkins1-3/+0
2010-08-27xfree86: Removed unused messages from Configint.hJesse Adkins1-6/+0
2010-08-27xfree86: Fix leaks in OpenConfigFile and OpenConfigDirJesse Adkins1-0/+2
2010-08-27xfree86: Simplify xf86Msg{,Verb}Jesse Adkins1-2/+2
2010-08-27xfree86: Remove prototypes for non-existant functions.Jesse Adkins1-6/+0
2010-08-27xfree86: Remove comments about unable to use malloc.Jesse Adkins2-7/+0
2010-08-26xfree86: vgaarb: fix device decoding interface to send resources type properlyTiago Vignatti2-3/+4
2010-08-26xfree86: vgaarb: remove useless macroTiago Vignatti1-3/+0
2010-08-26xfree86: vgaarb: remove superfluous and confusing VGAGet_GC and VGAPut_GCTiago Vignatti2-55/+60
2010-08-26xfree86: vgaarb: change macros by inline functions to ease debugTiago Vignatti2-57/+64
2010-08-20xserver 1.9.0Keith Packard1-2/+2
2010-08-20fb: make isClipped always reject negative coordinates (bug 11503)Keith Packard1-1/+1
2010-08-20edid: Adjust rounding of max_clockChris Wilson1-1/+1
2010-08-19glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)Chris Wilson1-0/+7
2010-08-19render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)Adam Jackson1-0/+8
2010-08-18dix: copy the valuators passed into GPE/GKVE/GProxE.Peter Hutterer1-5/+16
2010-08-16dix: reset pScreen->root to NULL when root window is deleted.Keith Packard1-0/+2
2010-08-12XQuartz: xpr: Bail on errors during unlock and destroyJeremy Huddleston1-2/+8
2010-08-12XQuartz: UpdateScreen at the end of SetRootlessJeremy Huddleston1-1/+3
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston4-13/+33