index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86Events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
xorg: Remove the XF86PM define.
Eric Anholt
1
-6
/
+0
2017-12-13
xfree86: remove xf86CaughtSignal etc.
Adam Jackson
1
-11
/
+0
2017-12-13
xfree86: Remove xf86InterceptSignals
Adam Jackson
1
-14
/
+0
2017-12-13
xfree86: Remove xf86InterceptSigIll
Adam Jackson
1
-13
/
+0
2017-06-20
xfree86: Remove unused xf86EnableVTSwitch
Adam Jackson
1
-39
/
+3
2017-03-30
xfree86: Remove driver entity hooks and private
Adam Jackson
1
-4
/
+0
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
1
-1
/
+1
2016-07-18
hw/xfree86: Use NotifyFd for other input fd wakeups
Keith Packard
1
-26
/
+22
2016-07-18
xfree86: Switch from select(2) to poll(2)
Keith Packard
1
-1
/
+0
2016-05-29
xfree86: Remove event reading code from xf86Wakeup
Keith Packard
1
-28
/
+0
2016-05-26
xfree86: Use threaded input mechanism [v2]
Keith Packard
1
-2
/
+2
2016-05-26
xfree86: Remove unnecessary errno save/restore in xf86ReadInput
Keith Packard
1
-3
/
+0
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
1
-16
/
+13
2015-12-02
Revert "hw/xfree86: Use NotifyFd for device and other input fd wakeups"
Adam Jackson
1
-26
/
+41
2015-12-01
hw/xfree86: Use NotifyFd for device and other input fd wakeups
Keith Packard
1
-41
/
+26
2015-11-30
dix: Remove redundant ChangeWindowProperty
Adam Jackson
1
-3
/
+4
2015-08-28
debug output format fix in xf86Events.c
Jon TURNEY
1
-1
/
+1
2015-04-13
Re-enable non serverfd input devices immediately on vtenter
Hans de Goede
1
-3
/
+4
2015-03-13
Drop valuator mask argument from GetKeyboardEvents
Peter Hutterer
1
-1
/
+1
2014-07-28
xfree86: Remove #include "compiler.h" from places that don't need it
Adam Jackson
1
-1
/
+0
2014-04-03
Set a flag property on the root window to say if the X server VT is active
Michael Thayer
1
-0
/
+28
2014-03-03
systemd-logind: Hookup systemd-logind integration
Hans de Goede
1
-3
/
+12
2014-01-29
xf86Events: add Enable/DisableInputDeviceForVTSwitch functions
Hans de Goede
1
-24
/
+28
2014-01-29
xf86Events: refactor xf86VTLeave error handling
Hans de Goede
1
-48
/
+46
2014-01-29
xf86Events: split xf86VTSwitch into xf86VTLeave and xf86VTEnter functions
Hans de Goede
1
-130
/
+143
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-15
/
+15
2013-10-31
DDX/Events: Distinguish between Input- and GeneralHandlers in xf86VTSwitch()
Egbert Eich
1
-9
/
+22
2013-04-25
Only call xf86platformVTProbe() when it's defined
Alan Coopersmith
1
-0
/
+2
2013-04-12
xf86: don't hotplug output devices while VT switched.
Dave Airlie
1
-0
/
+4
2013-04-12
xf86: use new xf86VTOwner interface in a few places
Dave Airlie
1
-1
/
+1
2013-04-12
xfree86: add VT owner interface
Dave Airlie
1
-0
/
+9
2013-02-15
xfree86: drop unused prevSIGIO
Peter Hutterer
1
-1
/
+0
2013-02-11
xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86Wakeup
Aaron Plattner
1
-2
/
+2
2013-01-11
xfree86: don't access the old input handler after freeing it
Peter Hutterer
1
-4
/
+6
2012-12-17
xfree86: print message to the log when zapping the server
Peter Hutterer
1
-0
/
+1
2012-10-29
xfree86: remove unused variable sigstate
Peter Hutterer
1
-1
/
+1
2012-09-04
xf86: call enter/leave VT for gpu screens as well
Dave Airlie
1
-0
/
+11
2012-07-03
xfree86: drop ddx-specific SIGIO blocking
Peter Hutterer
1
-7
/
+7
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-6
/
+6
2012-04-16
xfree86: after VT switching back, only enable previously enabled devices
Peter Hutterer
1
-2
/
+6
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-258
/
+261
2011-10-18
Fix drain_console unregistration
Tomáš Trnka
1
-5
/
+4
2011-05-11
input: remove DDX event list handling
Peter Hutterer
1
-1
/
+1
2011-05-11
input: Provide Queue{Button|Keyboard|Proximity}Event helpers
Peter Hutterer
1
-4
/
+2
2011-04-18
input: remove GetKeyboardValuatorEvents, this is now unnecessary.
Peter Hutterer
1
-1
/
+1
2010-12-20
xfree86: Remove xf86EnterServerState
Adam Jackson
1
-9
/
+4
2010-09-10
xfree86: add a hook to replace the new console handler.
Peter Hutterer
1
-0
/
+20
2010-07-07
dix: purge leftover manual key down bit setting.
Peter Hutterer
1
-3
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-2
/
+2
2010-01-25
Move OS-specific VT key handler code from common to os-support
Alan Coopersmith
1
-35
/
+20
[next]