summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-10dix: Clip only into axis ranges if we're in absolute mode. (#26543)Peter Hutterer1-2/+3
2010-02-01Fix typo in updateSlaveDeviceCoordsOldřich Jedlička1-1/+1
2010-01-05dix: don't update the slave coordinates from the VCK.Peter Hutterer1-2/+5
2009-10-02dix: force a minimum of 0 for screen coordinates.Peter Hutterer1-0/+13
2009-09-22dix: move bounds check before accessSimon Thum1-2/+3
2009-09-20Eliminate bogus event resizing.Keith Packard1-24/+0
2009-09-08dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.Peter Hutterer1-4/+0
2009-08-17dix: rework DeviceChangedEvents a bit.Peter Hutterer1-8/+4
2009-07-30dix: update GetMaximumEventsNum() to real value (3).Peter Hutterer1-7/+5
2009-07-30include: untangle events.h from the SDK headers.Peter Hutterer1-1/+1
2009-07-15xserver: remove unused code in clipValuatorsÉric Piel1-2/+1
2009-07-15dix: fix wrong raw valuator copyPeter Hutterer1-3/+2
2009-07-15Update to type-specific raw events - require inputproto 1.9.99.14.Peter Hutterer1-4/+2
2009-06-29dix: report subpixel coordinates for high-resolution devicesThomas Jaeger1-29/+63
2009-06-24dix: update a commentThomas Jaeger1-1/+1
2009-06-24dix: do away with an instance of temporary in-place modificationThomas Jaeger1-10/+9
2009-06-24dix: deal with first_valuator > 0 correctly if POINTER_SCREEN is setThomas Jaeger1-5/+6
2009-06-22dix: fix wrong indices in set_valuator.Peter Hutterer1-2/+2
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-2/+2
2009-06-07dix: prefer lroundf() over roundf() in axis scalingSimon Thum1-1/+1
2009-05-29dix: GetProximityEvents doesn't need extra events for valuators.Peter Hutterer1-6/+0
2009-05-22dix: protect event generation against single-valuator devices.Peter Hutterer1-9/+21
2009-05-22input: introduce partial class copying depending on the event.Peter Hutterer1-6/+9
2009-05-22dix: introduce GetMaster()Peter Hutterer1-3/+8
2009-05-22dix: Add a deviceid to the DeviceChangedEvent.Peter Hutterer1-0/+1
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-4/+4
2009-05-22Split the signal-handler's lastSlave out into a separate variable.Peter Hutterer1-5/+5
2009-05-21dix: 'namespace' HAS_OLD_SLAVE and HAS_NEW_SLAVE.Peter Hutterer1-2/+2
2009-05-20dix: refuse events from disabled devices.Peter Hutterer1-0/+12
2009-05-08dix: export subpixel precision in XI2 events for root/event coordinates.Peter Hutterer1-1/+3
2009-04-19dix: store subpixel precision and send it down the wire to the client.Peter Hutterer1-0/+3
2009-03-20input: add support for RawDeviceEvents.Peter Hutterer1-3/+52
2009-03-20dix: Add device info to DeviceChangedEvent, and fill in CCCE.Peter Hutterer1-5/+25
2009-03-20dix: fix uncredible fail in PostSyntheticMotion.Peter Hutterer1-1/+2
2009-03-12dix: s/numEvents/num_events/ in GetKeyboardValuatorEventsPeter Hutterer1-4/+4
2009-02-25dix: set the valuator mode in set_valuatorsPeter Hutterer1-2/+4
2009-02-24dix: fix wrong condition for setting valuators on the event.Peter Hutterer1-1/+1
2009-02-23dix: remove un-used getValuatorEvents and countValuatorEvents from getevents.cPeter Hutterer1-56/+0
2009-02-23dix: Fix PostSyntheticMotion to use a DeviceEvent for posting.Peter Hutterer1-7/+8
2009-02-23mi: switch the EQ to contain InternalEvents only.Peter Hutterer1-8/+0
2009-02-23dix: switch event generation to InternalEvents.Peter Hutterer1-62/+97
2009-01-27dix: remove obsolete comment. Event lists should not be allocated by the DDXPeter Hutterer1-3/+0
2009-01-22Input: Add postdown to ButtonClassRecDaniel Stone1-2/+6
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-1/+1
2009-01-22Input: Remove modifierKeyMapDaniel Stone1-18/+25
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-39/+2
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-1/+1
2009-01-13dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer1-1/+13
2009-01-12dix: drop x/y back into last.valuators before updating the history (#19285)Peter Hutterer1-3/+3
2009-01-09dix: don't accept Button 0 presses in GPE.Peter Hutterer1-0/+1