summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-3/+9
2011-03-14Add mode field to pointer movement hooks.Peter Hutterer1-3/+9
2011-03-09input: warning fixAdam Jackson1-1/+1
2011-03-02dix: update pointer acceleration code to use ValuatorMaskSimon Thum1-20/+4
2011-02-22Switch to use IsFloating()Peter Hutterer1-3/+3
2011-02-22dix: replace direct master access with GetMaster and temp. device.Peter Hutterer1-4/+5
2010-12-10dix: allow for button-only input devices (#21457)Peter Hutterer1-15/+21
2010-12-09dix: clear up an overly convoluted if statement.Peter Hutterer1-9/+17
2010-11-30dix: do not use bit-wise operators on the boolean result of BitIsOnFerry Huberts1-6/+6
2010-11-26dix: remove now unnecessary !! before BitIsOn()Peter Hutterer1-4/+4
2010-11-24dix: add a fixme about a corner-case that should probably be fixed.Peter Hutterer1-0/+4
2010-11-24dix: fix typo, set the second valuator with the y-axis data.Peter Hutterer1-1/+1
2010-11-24dix: GetProximityEvents needs to check up to the last valuatorPeter Hutterer1-1/+1
2010-11-24dix: replace a manual valuator check with valuator_get_mode().Peter Hutterer1-1/+1
2010-11-24dix: fix up valuators passed to acceleration code.Simon Thum1-2/+7
2010-11-19Fix transformAbsoluteChase Douglas1-4/+8
2010-11-19Fix GPE Y axis scalingChase Douglas1-1/+1
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-16/+6
2010-10-25Convert some leftover axes->mode access to valuator_get_mode()Peter Hutterer1-2/+2
2010-10-22dix: clip absolute axes depending on their mode.Peter Hutterer1-3/+5
2010-10-22dix: populate motion history only if the mode matches the first axis.Peter Hutterer1-4/+2
2010-10-22dix: send proximity events if one or more axes are Absolute.Peter Hutterer1-4/+8
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas1-6/+17
2010-10-22dix: get rid of the now-superfluous valuator arrays in GPE and friends.Peter Hutterer1-60/+58
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-110/+135
2010-10-18fix a sign problem with valuator data.Joe Shaw1-1/+1
2010-10-18dix: update comments for GetPointerEvents and friendsPeter Hutterer1-16/+6
2010-09-06input: constify valuators passed in by input drivers.Peter Hutterer1-3/+3
2010-08-18dix: copy the valuators passed into GPE/GKVE/GProxE.Peter Hutterer1-5/+16
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer1-5/+5
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-2/+33
2010-07-07dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers.Peter Hutterer1-6/+6
2010-07-07dix: treat flags as flags, not as value in key_is_down.Peter Hutterer1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-2/+2
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-2/+2
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard1-0/+19
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
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