summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Eliminate ShmResetProccheck-private-usageKeith Packard1-13/+1
2010-08-20dix: check privates usage during server init sequenceKeith Packard3-0/+26
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
2010-08-12XQuartz: Ignore kXquartzToggleFullscreen when rootlessJeremy Huddleston1-2/+2
2010-08-12Bump to version 1.8.99.906 (1.9 RC6)Keith Packard1-2/+2
2010-08-12Silence GCC warning about uninitialized lastSlave variableKeith Packard1-1/+1
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith2-9/+2
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins2-4/+9
2010-08-13Xi: reset the unused classes pointer after copyingPeter Hutterer1-0/+6
2010-08-13xkb: if the button isn't down, don't fake an event.Peter Hutterer1-0/+5
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer3-38/+68
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-08-10Cygwin/X: Fix glxWinCreateDrawable() for API changeJon TURNEY1-5/+9
2010-08-10Don't let alpha maps recurse in fb. Bug 23581.Keith Packard1-6/+18
2010-08-10rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/XJon TURNEY1-0/+3
2010-08-09fonts: Fix refcounting for asynchronous font operations (#3040)Adam Jackson2-58/+48
2010-08-09doc: add missing .gitignore for Xserver-DTraceGaetan Nadon1-0/+4
2010-08-09Check HAVE_XMLTO_TEXT before trying to use xmlto to make text filesAlan Coopersmith1-0/+2
2010-08-09Xserver-spec: Update ChangeGC prototype, add ChangeGCXIDsAlan Coopersmith1-3/+10
2010-08-09Update Xserver-spec for new devPrivates APIAlan Coopersmith1-65/+74
2010-08-09Correct function name in dixRegisterPrivateKey commentsAlan Coopersmith1-2/+2
2010-08-06Set DamageSetReportAfterOp to true for the damage extensionKristian Høgsberg1-0/+1
2010-08-06Always call the flush callback chain when we flush client buffersKristian Høgsberg2-0/+7
2010-08-01ddc: Fix memory leak in GetEDID_DDC1Matt Turner1-2/+5
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-07-28XQuartz: GLX: Don't mangle __GLXDrawable's pDrawJeremy Huddleston1-3/+2
2010-07-23Add documentation of the Xserver DTrace probesAlan Coopersmith4-0/+618
2010-07-23Add name argument to CreateNewResourceType documentationAlan Coopersmith1-2/+6
2010-07-23Use DocBook stylesheets from xorg-sgml-doctools if they're availableAlan Coopersmith4-4/+15
2010-07-21Merge remote branch 'whot/for-keith'Keith Packard2-25/+34
2010-07-21xkb: use GetMaster instead of dev->u.master.Peter Hutterer1-16/+16
2010-07-21dix: hack around enter/leave event issues for grabbed devices (#27804)Peter Hutterer1-9/+18
2010-07-19rootless: Adjust the frame size of the native root window in RootlessResizeWi...Jan Hauffa1-0/+7
2010-07-14Bump to version 1.8.99.905 (1.9 RC5)Keith Packard1-2/+2
2010-07-13Merge remote branch 'jeremyhu/master'Keith Packard5-33/+7
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer5-9/+29
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard7-8/+75
2010-07-13XQuartz: Bump bundle version to 2.6.0 for xorg-server-1.9.0 and X11R7.6Jeremy Huddleston1-2/+2
2010-07-13XQuartz: Remove some dead code.Jan Hauffa3-30/+0
2010-07-13XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...Jeremy Huddleston1-1/+5
2010-07-09DRI2: re-allocate DRI2 drawable if pixmap serial changesJesse Barnes1-1/+18
2010-07-09miModifyPixmapHeader: always update serialNumberJesse Barnes1-1/+1