summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-12Correct error message if specified config file is not foundAlan Coopersmith1-3/+2
2009-02-12XQuartz: xpr: The dri.c code for pixmaps was wrong in several ways. They wer...George Staplin1-17/+26
2009-02-12XQuartz: Fix copyright info in Info.plist to be prettier when viewed in FinderJeremy Huddleston1-3/+3
2009-02-12Enable pbuffersIan Romanick2-1/+2
2009-02-12Xming: Update keyboard layouts mapping tableColin Harrison1-3/+18
2009-02-12Xming: Check clipboard selection ownership after taking itColin Harrison2-4/+12
2009-02-12Xming: Fix a memory leak in clipboard integration codeColin Harrison1-0/+2
2009-02-12Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration ...Colin Harrison1-1/+1
2009-02-12Xming: Improve clipboard integration startup in XDMCP modeColin Harrison1-8/+13
2009-02-12Xming: Select events correctly in clipboard integration codeColin Harrison1-9/+7
2009-02-12Xming: Add Colin Harrison to copyright and authors list for clipboard integra...Colin Harrison4-16/+24
2009-02-12Cygwin/X: Place prototype for winSelectIcons() in a header fileJon TURNEY3-5/+2
2009-02-12Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in ...Jon TURNEY2-4/+5
2009-02-12cygwin/X: Remove an unused variable to fix a warningJon TURNEY1-2/+0
2009-02-12Cygwin/X: Fix several prototypes to return HICONJon TURNEY5-16/+16
2009-02-12Cygwin/X: Fix -Wold-style-definition warningsJon TURNEY9-15/+15
2009-02-11fb: add fbDoCopy and fbCopyRegion compatibility wrappers.Maarten Maathuis2-0/+73
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt3-172/+78
2009-02-10dix: build fix if PANORAMIX is not defined.Shunichi Fuji1-1/+1
2009-02-10config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer1-6/+105
2009-02-10dix: deduplicate SyntheticMotion.Peter Hutterer1-15/+13
2009-02-10dix: remove XineramaChangeToCursor.Peter Hutterer1-28/+10
2009-02-10dix: Remove XineramaCheckPhysLimits.Peter Hutterer1-60/+44
2009-02-10dix: reduce redunancy in XineramaConfineCursorToWindow.Peter Hutterer1-42/+33
2009-02-10dix: Get rid of XineramaCheckVirtualMotion.Peter Hutterer1-85/+61
2009-02-08dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.Maarten Maathuis2-3/+3
2009-02-08exa: fix exaValidateGC.Maarten Maathuis1-29/+55
2009-02-08exa: All fallbacks should have a GC, remove some code.Maarten Maathuis3-28/+1
2009-02-07mi: kill a few warningsMaarten Maathuis4-4/+5
2009-02-07mi: clip exposures to pGC->clientClip.Maarten Maathuis1-0/+4
2009-02-07exa: Calling exaMarkSync after UTS is the drivers responsibility.Maarten Maathuis1-2/+2
2009-02-06Remove unused barrier macros on alpha.Matt Turner1-11/+1
2009-02-06exa: don't use fbCopyNtoNMaarten Maathuis4-19/+149
2009-02-06fb: move some code to miMaarten Maathuis9-369/+406
2009-02-06exa: create ExaCheckGetImageMaarten Maathuis3-6/+35
2009-02-06exa: wrap the remainder of exa_unaccel.cMaarten Maathuis1-3/+27
2009-02-06exa: use proper wrapping in exa.cMaarten Maathuis1-71/+70
2009-02-06exa: properly wrap GC functionsMaarten Maathuis3-116/+248
2009-02-06exa: add GC privateMaarten Maathuis2-1/+22
2009-02-06exa: kill of exaImageGlyphBltMaarten Maathuis1-134/+1
2009-02-06exa: Remove one of the many calls directly into the fb layer.Maarten Maathuis1-26/+6
2009-02-06EXA: Try harder to keep current pixmap copy up to date in exaMigrateToward*.Michel Dänzer1-1/+11
2009-02-06EXA: Guard empty pending region warning by DEBUG_MIGRATE.Michel Dänzer1-0/+2
2009-02-05Fix "warning: cast from pointer to integer of different size"Tomas Carnecky1-4/+4
2009-02-05dix: die if we can't activate or init the VCP/VCK.Peter Hutterer1-9/+20
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson4-0/+81
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson4-81/+0
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson6-23/+17
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson2-15/+0
2009-02-04Bus: make the resource list static.Adam Jackson2-5/+1