summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-28test: Fix linking of wrapped functions in XI2 tests.Rami Ylimäki1-8/+8
2010-04-27Remove mibank supportAdam Jackson7-2447/+186
2010-04-27xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+18
2010-04-27xfree86: use screen privates for exclusive DGA clients.Jamey Sharp1-33/+37
2010-04-27Make Xvfb independent of MAXSCREENS.Jamey Sharp1-5/+11
2010-04-27Xvfb: Simplify screen option processing.Jamey Sharp1-64/+27
2010-04-27Delete redundant scrnum field from Xvfb private screen-info struct.Jamey Sharp1-4/+2
2010-04-27Track screens' installed colormaps as screen privates.Jamey Sharp3-31/+30
2010-04-27Simplify XineramifyXv.Jamey Sharp1-83/+64
2010-04-27Xext: only update the sprite on pointer events.Peter Hutterer1-1/+5
2010-04-27xkb: Fix omissions in geometry initialization #27679Dirk Wallenstein1-2/+39
2010-04-26Merge remote branch 'jamey/for-keith'Keith Packard6-21/+7
2010-04-26xf86: Don't crash when switching modes through RandR without owning the VT.Pierre-Loup A. Griffais1-2/+2
2010-04-26dix: Default DPMS timeout values to match screensaver valuesAdam Jackson1-3/+1
2010-04-26mi: don't thrash resources when displaying the software cursor across screensPierre-Loup A. Griffais1-161/+108
2010-04-26ProcGrabButton: remove redundant error check.Jamey Sharp1-1/+0
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp4-18/+6
2010-04-26Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.Jamey Sharp1-2/+1
2010-04-26Exa screen private has SavedSourceValidate, not SourceValidateKeith Packard1-1/+1
2010-04-26Clarify help strings for disabled features in configureYaakov Selkowitz1-3/+3
2010-04-26Catch when requested SHA1 implementation is missingYaakov Selkowitz1-0/+6
2010-04-26Prefer libsha1 over libgcryptYaakov Selkowitz1-9/+9
2010-04-26Revert "Disable Record by default."Yaakov Selkowitz1-1/+1
2010-04-26xfree86: Fix reference to SGML entitiesYaakov Selkowitz1-1/+1
2010-04-26xfree86: Ignore linuxdoc generated docsYaakov Selkowitz1-0/+5
2010-04-26dmx: use silent rules in docYaakov Selkowitz1-4/+4
2010-04-26dmx: Ignore linuxdoc generated docsYaakov Selkowitz3-3568/+8
2010-04-26Use AC_PROG_SED and respect its resultYaakov Selkowitz1-5/+5
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-26Revert "exa: avoid calling non existent SourceValidate callback"Keith Packard1-5/+3
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-26include: remove couple of unused structures fields and bump ABITiago Vignatti3-9/+3
2010-04-26dix and others: remove unused arraySize field from ScreenInfoTiago Vignatti4-4/+1
2010-04-23xfree86: no need to assign numScreens againTiago Vignatti1-3/+0
2010-04-23Xwin: make screens structures run-time adjustableJon TURNEY5-21/+23
2010-04-23Xwin: Simplify screen option processingJon TURNEY5-487/+158
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti3-33/+32
2010-04-23mi: track screens' installed colormaps as screen privatesTiago Vignatti2-9/+14
2010-04-23fb: track screens' installed colormaps as screen privates.Jamey Sharp3-31/+30
2010-04-23xfree86: use screen privates for exclusive DGA clientsJamey Sharp1-33/+37
2010-04-23xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+15
2010-04-21xfree86: fix not reached code in fi1236 driver from i2cTiago Vignatti1-4/+0
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard25-3756/+39
2010-04-21Xvfb: Usage message typo fix.Keith Packard1-1/+1
2010-04-21Restore some unused win32 debug code accidentally removed with unifdefKeith Packard2-0/+13
2010-04-21Revert "mi: don't thrash resources when displaying the software cursor across...Peter Hutterer1-111/+159
2010-04-21xfree86: fix not reached code in tty codeTiago Vignatti1-5/+0
2010-04-21xkb: check for NULL pointer before dereferences it in XkbWriteXKBSymbolsTiago Vignatti1-2/+7
2010-04-21exa: don't need to check for NULL pointer if we already assumed it has a valueTiago Vignatti1-8/+6
2010-04-21xkb: check for NULL pointer before dereferences it in XkbAddClientResourceTiago Vignatti1-2/+1