index
:
driver/xf86-input-evdev
master
Linux evdev input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emuMB.c
Age
Commit message (
Expand
)
Author
2016-11-21
Middle emulation - make the emulated button number configurable
David Strobach
2016-09-06
Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)
Keith Packard
2016-06-02
Support XINPUT ABI version 23 (threaded input)
Keith Packard
2012-06-08
Use xf86IDrvMsg in emuMB.c instead of ErrorF
Peter Hutterer
2011-11-11
Replace 0/1 button values with enums
Peter Hutterer
2011-01-24
Remove support for X input ABI < 12.2
Chase Douglas
2010-05-31
Disable middle mouse button emulation by default.
Peter Hutterer
2010-04-29
config: remove AH_TOP autoheader statement.
Peter Hutterer
2010-02-25
emuMB: default to disabled mouse button emulation for touchscreens.
Oliver McFadden
2009-08-14
Add EvdevPostButtonEvent API to immediately post a button event (#23269)
Peter Hutterer
2009-08-13
Rename parts of the Post API to a Queue API.
Peter Hutterer
2009-08-04
evdev: Use the EvdevPost...Event() functions in the emulation code.
Oliver McFadden
2009-07-20
Don't register middle mouse button emulation handlers for keyboards.
Peter Hutterer
2009-02-02
Janitor: make distcheck, .gitignore.
Paulo Cesar Pereira de Andrade
2009-01-13
Disable middle mouse button emulation when a middle mouse button event is reg...
Michael Chapman
2008-10-28
emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.
Peter Hutterer
2008-10-24
emulate MB: fix confusing log message.
Peter Hutterer
2008-10-23
MB emulation timeout is stored as Time, make the property 32-bit too.
Peter Hutterer
2008-10-14
Tidy up evdev.h
Peter Hutterer
2008-10-14
Register property handler from within the modules, not the main evdev file.
Peter Hutterer
2008-10-14
Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.
Peter Hutterer
2008-10-11
Add checkonly handling to property handlers.
Peter Hutterer
2008-10-11
Stricter value checking for property changes.
Peter Hutterer
2008-10-02
Remove useless initialization of rc.
Peter Hutterer
2008-09-30
Add evdev-properties.h file with #defines for all property names.
Peter Hutterer
2008-09-26
Use new property API (no ConfigureDP, less args to ChangeDP)
Peter Hutterer
2008-09-04
Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.
Peter Hutterer
2008-09-04
Shut up "unused variable" compiler warnings.
Peter Hutterer
2008-08-08
Simplify the property handler registration.
Peter Hutterer
2008-08-06
Adding a function to map button events to button numbers.
Chris Salch
2008-07-21
Guard property changes against ABI_XINPUT < 3.
Peter Hutterer
2008-07-10
Add support for device properties, currently MB emulation and timeout.
Peter Hutterer
2008-07-03
Update COPYING with the correct copyright info.
Peter Hutterer
2008-06-17
Shut up compiler warning "implicit declaration of function 'xf86Msg'"
Peter Hutterer
2008-06-11
If Emulate3Buttons is specified in the config, don't auto-deactivate it.
Peter Hutterer
2008-06-11
Remove wakeup handlers when device is closed.
Peter Hutterer
2008-06-10
Enable middle-mouse button emulation.
Peter Hutterer