summaryrefslogtreecommitdiff
path: root/src/emuMB.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31Disable middle mouse button emulation by default.Peter Hutterer1-35/+3
2010-04-29config: remove AH_TOP autoheader statement.Peter Hutterer1-1/+2
2010-02-25emuMB: default to disabled mouse button emulation for touchscreens.Oliver McFadden1-1/+5
2009-08-14Add EvdevPostButtonEvent API to immediately post a button event (#23269)Peter Hutterer1-1/+1
2009-08-13Rename parts of the Post API to a Queue API.Peter Hutterer1-3/+3
2009-08-04evdev: Use the EvdevPost...Event() functions in the emulation code.Oliver McFadden1-3/+3
2009-07-20Don't register middle mouse button emulation handlers for keyboards.Peter Hutterer1-0/+6
2009-02-02Janitor: make distcheck, .gitignore.Paulo Cesar Pereira de Andrade1-1/+1
2009-01-13Disable middle mouse button emulation when a middle mouse button event is reg...Michael Chapman1-0/+5
2008-10-28emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer1-0/+5
2008-10-24emulate MB: fix confusing log message.Peter Hutterer1-2/+2
2008-10-23MB emulation timeout is stored as Time, make the property 32-bit too.Peter Hutterer1-3/+3
2008-10-14Tidy up evdev.hPeter Hutterer1-26/+26
2008-10-14Register property handler from within the modules, not the main evdev file.Peter Hutterer1-0/+2
2008-10-14Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer1-9/+0
2008-10-11Add checkonly handling to property handlers.Peter Hutterer1-3/+6
2008-10-11Stricter value checking for property changes.Peter Hutterer1-1/+10
2008-10-02Remove useless initialization of rc.Peter Hutterer1-1/+1
2008-09-30Add evdev-properties.h file with #defines for all property names.Peter Hutterer1-7/+4
2008-09-26Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer1-13/+8
2008-09-04Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer1-3/+3
2008-09-04Shut up "unused variable" compiler warnings.Peter Hutterer1-0/+2
2008-08-08Simplify the property handler registration.Peter Hutterer1-18/+16
2008-08-06Adding a function to map button events to button numbers.Chris Salch1-5/+5
2008-07-21Guard property changes against ABI_XINPUT < 3.Peter Hutterer1-0/+2
2008-07-10Add support for device properties, currently MB emulation and timeout.Peter Hutterer1-0/+72
2008-07-03Update COPYING with the correct copyright info.Peter Hutterer1-5/+5
2008-06-17Shut up compiler warning "implicit declaration of function 'xf86Msg'"Peter Hutterer1-0/+2
2008-06-11If Emulate3Buttons is specified in the config, don't auto-deactivate it.Peter Hutterer1-3/+18
2008-06-11Remove wakeup handlers when device is closed.Peter Hutterer1-0/+9
2008-06-10Enable middle-mouse button emulation.Peter Hutterer1-0/+308