index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
Correct outdated e-mail address in "Author" statements.
Eamon Walsh
5
-5
/
+5
2009-09-01
Xext: fix a typo for bigreqsproto.h header file
Jerome Glisse
1
-1
/
+1
2009-08-31
Xext: Require newer versions of xcmiscproto, bigreqsproto, and xf86bigfontpro...
Jeremy Huddleston
3
-4
/
+3
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-43
/
+43
2009-08-27
input: move XTest device initialization into Xext/xtest.c
Peter Hutterer
1
-0
/
+142
2009-08-24
Xext: remove un-used extern of DeviceMotionNotify.
Peter Hutterer
1
-1
/
+0
2009-08-17
xselinux: Allow per-client device create contexts.
Eamon Walsh
1
-9
/
+1
2009-08-17
xselinux: Add more new device permissions for XI2.
Eamon Walsh
1
-2
/
+2
2009-08-17
Don't reset the lastDeviceEventTime when doing DPMS actions
Richard Hughes
1
-13
/
+4
2009-08-14
Xext: fix up wrong conditions for negative sync transitions.
Peter Hutterer
1
-18
/
+14
2009-08-13
Xext: add missing return code check to ProcSyncDestroyAlarm
Peter Hutterer
1
-0
/
+1
2009-08-13
Xext: allocate a separate event list for XTest events (#23100)
Peter Hutterer
1
-6
/
+11
2009-07-17
Xext: include securproto.h instead of securstr.h
Peter Hutterer
1
-1
/
+1
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
8
-20
/
+35
2009-07-14
Xext: switch to byte counting functions
Peter Hutterer
12
-51
/
+51
2009-07-07
The way XaceHook() mixes struct initializers and va_arg() is not portable and
Michael Lorenz
1
-63
/
+53
2009-07-06
Xext: return BadValue for XTestFakeInput on unsupported capabilities.
Peter Hutterer
1
-0
/
+23
2009-07-06
Xext: remove unused variable 'it'.
Peter Hutterer
1
-2
/
+0
2009-07-01
input: store the master device's ID in the devPrivate for XTest devices.
Peter Hutterer
1
-9
/
+1
2009-06-26
xselinux: ignore property hook calls with the new Post access mode bit set.
Eamon Walsh
1
-0
/
+4
2009-06-18
xselinux: Add new device permissions for XI2.
Eamon Walsh
1
-5
/
+5
2009-06-18
xselinux: Move the security class mapping to the header file.
Eamon Walsh
2
-26
/
+393
2009-05-28
Merge branch 'master' into xi2
Peter Hutterer
14
-620
/
+657
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-1
/
+1
2009-05-11
xselinux: Relax ownership restriction on SetSelectionUseContext.
Eamon Walsh
1
-9
/
+0
2009-05-08
Fix a couple off-by-one array boundary checks.
Alan Coopersmith
1
-1
/
+1
2009-05-05
Xext: shut up compiler warnings in xtest.c
Peter Hutterer
1
-2
/
+2
2009-05-05
Xext: return BadDevice from XTest if we don't have keys/buttons/valuators.
Peter Hutterer
1
-0
/
+10
2009-05-05
Xext: fix core Xtest button presses, don't call PickPointer.
Peter Hutterer
1
-6
/
+0
2009-05-04
Xext: shut up compiler warnings in xtest.c
Peter Hutterer
1
-2
/
+2
2009-05-04
Xext: return BadDevice from XTest if we don't have keys/buttons/valuators.
Peter Hutterer
1
-0
/
+10
2009-05-04
Xext: fix core Xtest button presses, don't call PickPointer.
Peter Hutterer
1
-6
/
+0
2009-04-29
Fix most remaining deprecated resource lookups.
Eamon Walsh
13
-611
/
+657
2009-04-24
Merge branch 'master' into xi2
Peter Hutterer
1
-2
/
+13
2009-04-24
input: propagate XTst events through virtual slave devices.
Benjamin Close
1
-2
/
+13
2009-04-19
Merge branch 'master' into xi2
Peter Hutterer
2
-41
/
+73
2009-04-16
security: Grant untrusted windows remove access on all windows.
Eamon Walsh
1
-0
/
+5
2009-04-16
security: Fix a crash caused by wrong ordering of format arguments.
Eamon Walsh
1
-3
/
+4
2009-04-16
security: Revert behavior of extension access for compatibility.
Eamon Walsh
1
-14
/
+16
2009-04-09
xselinux: Don't BadAlloc in List* requests if there are no items to list.
Eamon Walsh
1
-3
/
+3
2009-04-08
xselinux: Don't require incoming context strings to be null-terminated.
Eamon Walsh
1
-21
/
+45
2009-04-07
Merge branch 'master' into xi2
Peter Hutterer
5
-44
/
+23
2009-04-03
Revert accidental Makefile change from previous commit
Adam Jackson
1
-1
/
+1
2009-04-03
DPMS: Re-export the various DPMS variables.
Adam Jackson
1
-1
/
+1
2009-04-03
DPMS: Remove unused DPMSGet()
Adam Jackson
2
-7
/
+0
2009-04-03
DPMS: Code motion.
Adam Jackson
1
-34
/
+8
2009-03-27
selinux: Only activate if policy says to be an object manager
Adam Jackson
1
-0
/
+4
2009-03-27
Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)
Peter Hutterer
1
-3
/
+11
2009-03-20
Xext: remove ev_fill from GEExtensions.
Peter Hutterer
2
-18
/
+4
2009-03-20
Xext: purge XGE event masks.
Peter Hutterer
2
-208
/
+0
[next]