index
:
~ewalsh/xserver
master
server-1.5-branch
server-1.6-branch
server-1.7-branch
xace
xselinux
xserver XACE and SELinux feature branches.
ewalsh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-03
Remove a bunch of unused API from the mi export list.
Adam Jackson
1
-24
/
+0
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
1
-1
/
+0
2008-10-03
const cleanup
Adam Jackson
1
-1
/
+1
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
1
-1
/
+0
2008-10-03
Unexport MakeClientGrab{Imp,P}ervious
Adam Jackson
1
-2
/
+0
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
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
2
-8
/
+15
2008-10-03
xfree86: don't let DGA steal key events outside of [9,255].
Peter Hutterer
1
-0
/
+3
2008-10-02
xorg.conf.man: We don't look in root's ~ anymore, don't say we do.
Adam Jackson
1
-1
/
+0
2008-10-02
Unifdef ISC
Adam Jackson
3
-19
/
+1
2008-09-26
XQuartz: pbproxy: Fix another STRING bug.
George Peter Staplin
1
-3
/
+3
2008-09-26
XQuartz: pbproxy: Fix a bug that rxvt brought out in STRING copying. Now I c...
George Peter Staplin
1
-7
/
+20
2008-09-26
XQuartz: Fixed threading issue with TSM.
Jeremy Huddleston
5
-81
/
+90
2008-09-26
XQuartz: pbproxy: Removed stray SPI include.
Jeremy Huddleston
1
-1
/
+0
2008-09-26
XQuartz: pbproxy: Fix 3 paths that could leak memory.
George Peter Staplin
1
-10
/
+20
2008-09-26
XQuartz: pbproxy: Fix NSObject memory leaks by properly using the
George Peter Staplin
4
-104
/
+97
2008-09-26
XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB()
George Peter Staplin
2
-91
/
+126
2008-09-22
Upgrade GLX Public License 1.0 to FreeB 2.0.
Adam Jackson
1
-18
/
+28
2008-09-21
XQuartz: 64bit crash fix ... don't pass pointers through xe.
Jeremy Huddleston
2
-3
/
+2
2008-09-21
XQuartz: pbproxy: Add an X error handler that returns 0.
George Peter Staplin
4
-102
/
+106
2008-09-21
XQuartz: pbproxy: Fix a bug that occured when a PICT format was available.
George Peter Staplin
1
-33
/
+56
2008-09-21
XQuartz: pbproxy: Make the proxy handle copy request races, and PRIMARY
George Peter Staplin
2
-71
/
+119
2008-09-21
XQuartz: "Disable" the text when syncing is disabled.
Jeremy Huddleston
1
-6
/
+6
2008-09-21
XQuartz: Added a preferences UI for pbproxy options.
Jeremy Huddleston
8
-230
/
+695
2008-09-21
XQuartz: pbproxy: Add a missing include of Xutil.h. Another header
George Peter Staplin
1
-0
/
+1
2008-09-21
XQuartz: pbproxy: Add COMPOUND_TEXT handling. Do misc. cleanups with testing
George Peter Staplin
3
-80
/
+124
[next]