aboutsummaryrefslogtreecommitdiff
path: root/src/emuMB.c
Commit message (Expand)AuthorAge
* emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.Peter Hutterer2008-11-03
* emulate MB: fix confusing log message.Peter Hutterer2008-11-03
* MB emulation timeout is stored as Time, make the property 32-bit too.Peter Hutterer2008-10-23
* Tidy up evdev.hPeter Hutterer2008-10-14
* Register property handler from within the modules, not the main evdev file.Peter Hutterer2008-10-14
* Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.Peter Hutterer2008-10-14
* Add checkonly handling to property handlers.Peter Hutterer2008-10-11
* Stricter value checking for property changes.Peter Hutterer2008-10-11
* Remove useless initialization of rc.Peter Hutterer2008-10-02
* Add evdev-properties.h file with #defines for all property names.Peter Hutterer2008-09-30
* Use new property API (no ConfigureDP, less args to ChangeDP)Peter Hutterer2008-09-26
* Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.Peter Hutterer2008-09-04
* Shut up "unused variable" compiler warnings.Peter Hutterer2008-09-04
* Simplify the property handler registration.Peter Hutterer2008-08-08
* Adding a function to map button events to button numbers.Chris Salch2008-08-06
* Guard property changes against ABI_XINPUT < 3.Peter Hutterer2008-07-21
* Add support for device properties, currently MB emulation and timeout.Peter Hutterer2008-07-10
* Update COPYING with the correct copyright info.Peter Hutterer2008-07-03
* Shut up compiler warning "implicit declaration of function 'xf86Msg'"Peter Hutterer2008-06-17
* If Emulate3Buttons is specified in the config, don't auto-deactivate it.Peter Hutterer2008-06-11
* Remove wakeup handlers when device is closed.Peter Hutterer2008-06-11
* Enable middle-mouse button emulation.Peter Hutterer2008-06-10