summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson43-179/+68
2008-10-06xalloc+bzero -> xcallocAdam Jackson12-58/+19
2008-10-06RANDR: Delivery output property events.Keith Packard1-6/+32
2008-10-07exa: don't call composite routines with no buffer.Dave Airlie1-6/+8
2008-10-04XQuartz: Bumped bundle version to 2.3.2 for beta1Jeremy Huddleston1-3/+3
2008-10-04XQuartz: pbcopy: Re-enabled some code I commented out for testingJeremy Huddleston1-4/+4
2008-10-04XQuartz: xpbproxy: Support some of the preference toggles from X11.app, clean...Jeremy Huddleston6-115/+144
2008-10-04XQuartz: GLX - enable_stereo defaults option should work nowJeremy Huddleston2-14/+6
2008-10-04dri2: fix compilation (remove no longer existing include file)Roland Scheidegger1-1/+0
2008-10-03exa: remove "direct" case for exa{Trapezoids,Triangles}Maarten Maathuis1-84/+7
2008-10-03exa: remove some excessive whitespaceMaarten Maathuis2-11/+10
2008-10-03Dangling use of miDestroyGCOpsAdam Jackson1-1/+0
2008-10-03Fix compile for miSetScreenPixmap prototype.Adam Jackson1-4/+0
2008-10-03Delete unused miModifyBanking()Adam Jackson2-60/+0
2008-10-03Remove unused wrapping for visual initialization.Adam Jackson5-60/+3
2008-10-03staticize mi{G,S}etScreenPixmapAdam Jackson1-13/+13
2008-10-03miFindMaxBand is dead codeAdam Jackson2-34/+0
2008-10-03mi{Create,Destroy}GCOps are unused, nuke 'em.Adam Jackson2-33/+0
2008-10-03Remove a bunch of unused API from the mi export list.Adam Jackson16-49/+21
2008-10-03loader: sort the mi symbol listAdam Jackson1-97/+97
2008-10-03Remove unused pciNumBusesAdam Jackson6-10/+0
2008-10-03Remove the Must_have_memory hack.Adam Jackson6-84/+38
2008-10-03const cleanupAdam Jackson4-6/+4
2008-10-03Drop the never-called SkippedRequestCallback list.Adam Jackson4-106/+0
2008-10-03Unexport MakeClientGrab{Imp,P}erviousAdam Jackson2-4/+2
2008-10-03Unexport xf86NoSharedResourcesAdam Jackson2-2/+1
2008-10-03Unexport xf86DeallocateResourcesForEntityAdam Jackson2-2/+1
2008-10-03Unexport xf86SetEntityFuncsAdam Jackson2-2/+1
2008-10-03Unexport xf86ChkConflictAdam Jackson4-14/+2
2008-10-03Remove unused server state change callbackery.Adam Jackson5-81/+0
2008-10-03xf86RegisterResources: Always print any failed registrations.Adam Jackson1-4/+4
2008-10-03Typo fix.Adam Jackson1-1/+1
2008-10-03Remove the old implementation of RemoveOverlapsAdam Jackson1-70/+0
2008-10-03Internalise some resource list API.Adam Jackson3-11/+4
2008-10-03Unexport xf86EnterServerStateAdam Jackson2-2/+1
2008-10-03Unexport (and unimplement) xf86SetAccessFuncs.Adam Jackson3-21/+0
2008-10-03RAC: NO_SEPARATE_*_FROM_* are useless.Adam Jackson1-16/+2
2008-10-03RAC: AccessEnable() and AccessDisable() are mandatory.Adam Jackson1-53/+46
2008-10-03Partially reverts commit 505c216d030a8eb6e9fa757ecebed9597a850c88.Jeremy Huddleston1-0/+250
2008-10-03XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,George Peter Staplin4-16/+35
2008-10-03XQuartz: Use "pointer" and "pen" for device names to please GDK.Jeremy Huddleston1-3/+17
2008-10-03XQuartz: Workaround for initial pressure/tilt being sent as 0 with motion dur...Jeremy Huddleston1-8/+18
2008-10-03XQuartz: Using absolute ranges for pointer location to increase resolution an...Jeremy Huddleston4-34/+31
2008-10-03XQuartz: Removed resolved comment about localization.Jeremy Huddleston1-2/+0
2008-10-03XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.George Peter Staplin5-71/+27
2008-10-03XQuartz: Added some localizable strings that were missing.Jeremy Huddleston1-0/+0
2008-10-03XQuartz: Actually send the pointer event from the pen even if it happes to ac...Jeremy Huddleston3-20/+20
2008-10-03Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for mak...Jeremy Huddleston5-50/+65
2008-10-03XQuartz: Send AppleWMReloadPreferences where appropriate.Jeremy Huddleston4-44/+39
2008-10-03XQuartz: Added a --enable-integrated-xpbproxy configure option for building x...Jeremy Huddleston4-8/+24