index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
43
-179
/
+68
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
12
-58
/
+19
2008-10-06
RANDR: Delivery output property events.
Keith Packard
1
-6
/
+32
2008-10-07
exa: don't call composite routines with no buffer.
Dave Airlie
1
-6
/
+8
2008-10-04
XQuartz: Bumped bundle version to 2.3.2 for beta1
Jeremy Huddleston
1
-3
/
+3
2008-10-04
XQuartz: pbcopy: Re-enabled some code I commented out for testing
Jeremy Huddleston
1
-4
/
+4
2008-10-04
XQuartz: xpbproxy: Support some of the preference toggles from X11.app, clean...
Jeremy Huddleston
6
-115
/
+144
2008-10-04
XQuartz: GLX - enable_stereo defaults option should work now
Jeremy Huddleston
2
-14
/
+6
2008-10-04
dri2: fix compilation (remove no longer existing include file)
Roland Scheidegger
1
-1
/
+0
2008-10-03
exa: remove "direct" case for exa{Trapezoids,Triangles}
Maarten Maathuis
1
-84
/
+7
2008-10-03
exa: remove some excessive whitespace
Maarten Maathuis
2
-11
/
+10
2008-10-03
Dangling use of miDestroyGCOps
Adam Jackson
1
-1
/
+0
2008-10-03
Fix compile for miSetScreenPixmap prototype.
Adam Jackson
1
-4
/
+0
2008-10-03
Delete unused miModifyBanking()
Adam Jackson
2
-60
/
+0
2008-10-03
Remove unused wrapping for visual initialization.
Adam Jackson
5
-60
/
+3
2008-10-03
staticize mi{G,S}etScreenPixmap
Adam Jackson
1
-13
/
+13
2008-10-03
miFindMaxBand is dead code
Adam Jackson
2
-34
/
+0
2008-10-03
mi{Create,Destroy}GCOps are unused, nuke 'em.
Adam Jackson
2
-33
/
+0
2008-10-03
Remove a bunch of unused API from the mi export list.
Adam Jackson
16
-49
/
+21
2008-10-03
loader: sort the mi symbol list
Adam Jackson
1
-97
/
+97
2008-10-03
Remove unused pciNumBuses
Adam Jackson
6
-10
/
+0
2008-10-03
Remove the Must_have_memory hack.
Adam Jackson
6
-84
/
+38
2008-10-03
const cleanup
Adam Jackson
4
-6
/
+4
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
4
-106
/
+0
2008-10-03
Unexport MakeClientGrab{Imp,P}ervious
Adam Jackson
2
-4
/
+2
2008-10-03
Unexport xf86NoSharedResources
Adam Jackson
2
-2
/
+1
2008-10-03
Unexport xf86DeallocateResourcesForEntity
Adam Jackson
2
-2
/
+1
2008-10-03
Unexport xf86SetEntityFuncs
Adam Jackson
2
-2
/
+1
2008-10-03
Unexport xf86ChkConflict
Adam Jackson
4
-14
/
+2
2008-10-03
Remove unused server state change callbackery.
Adam Jackson
5
-81
/
+0
2008-10-03
xf86RegisterResources: Always print any failed registrations.
Adam Jackson
1
-4
/
+4
2008-10-03
Typo fix.
Adam Jackson
1
-1
/
+1
2008-10-03
Remove the old implementation of RemoveOverlaps
Adam Jackson
1
-70
/
+0
2008-10-03
Internalise some resource list API.
Adam Jackson
3
-11
/
+4
2008-10-03
Unexport xf86EnterServerState
Adam Jackson
2
-2
/
+1
2008-10-03
Unexport (and unimplement) xf86SetAccessFuncs.
Adam Jackson
3
-21
/
+0
2008-10-03
RAC: NO_SEPARATE_*_FROM_* are useless.
Adam Jackson
1
-16
/
+2
2008-10-03
RAC: AccessEnable() and AccessDisable() are mandatory.
Adam Jackson
1
-53
/
+46
2008-10-03
Partially reverts commit 505c216d030a8eb6e9fa757ecebed9597a850c88.
Jeremy Huddleston
1
-0
/
+250
2008-10-03
XQuartz: pbproxy: Possibly fix a memory leak by using an [NSApp run] loop,
George Peter Staplin
4
-16
/
+35
2008-10-03
XQuartz: Use "pointer" and "pen" for device names to please GDK.
Jeremy Huddleston
1
-3
/
+17
2008-10-03
XQuartz: Workaround for initial pressure/tilt being sent as 0 with motion dur...
Jeremy Huddleston
1
-8
/
+18
2008-10-03
XQuartz: Using absolute ranges for pointer location to increase resolution an...
Jeremy Huddleston
4
-34
/
+31
2008-10-03
XQuartz: Removed resolved comment about localization.
Jeremy Huddleston
1
-2
/
+0
2008-10-03
XQuartz: pbproxy: Make the signal handler safer by using _exit, and only exit.
George Peter Staplin
5
-71
/
+27
2008-10-03
XQuartz: Added some localizable strings that were missing.
Jeremy Huddleston
1
-0
/
+0
2008-10-03
XQuartz: Actually send the pointer event from the pen even if it happes to ac...
Jeremy Huddleston
3
-20
/
+20
2008-10-03
Xquartz: xpbproxy: Split out app-specific stuff to app-main.m in prep for mak...
Jeremy Huddleston
5
-50
/
+65
2008-10-03
XQuartz: Send AppleWMReloadPreferences where appropriate.
Jeremy Huddleston
4
-44
/
+39
2008-10-03
XQuartz: Added a --enable-integrated-xpbproxy configure option for building x...
Jeremy Huddleston
4
-8
/
+24
[next]