summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-11tablet: a tip event can replace an axis eventPeter Hutterer6-126/+179
2016-01-11tablet: add pressure threshold handlingPeter Hutterer4-63/+126
2016-01-11test: fix a bunch of tablet tests for pressure threshold introductionPeter Hutterer4-30/+182
2016-01-11tablet: always set the pressure offsetPeter Hutterer2-1/+9
2016-01-11tablet: whitespace fixPeter Hutterer1-2/+1
2016-01-11doc: fix two grammar issues "of tablet tool" -> "of the tablet tool"Peter Hutterer1-4/+4
2016-01-06tablet: insert "STATE" into proximity/tip statesPeter Hutterer6-26/+26
2016-01-05doc: add missing tip event to the allowed set of eventsPeter Hutterer2-20/+40
2016-01-05doc: fix and improve the tablet documentationPeter Hutterer2-63/+75
2016-01-05doc: improve absolute axis documentation a bitPeter Hutterer1-6/+12
2015-12-23tablet: explicitly set the tip state on the proximity eventPeter Hutterer1-0/+1
2015-12-23test: fix a bunch of tablet tests to assume, rather than wait for eventsPeter Hutterer1-133/+104
2015-12-23tablet: split sanitize_tablet_axes up into two helpersPeter Hutterer1-1/+12
2015-12-23Add event debugging to libinput_post_eventPeter Hutterer1-0/+37
2015-12-23test: use the litest_axis_set_value helperPeter Hutterer1-6/+7
2015-12-23test: add two more tests for correct button sequence on proximityPeter Hutterer1-0/+58
2015-12-23tablet: handle custom proximity handlingPeter Hutterer5-2/+348
2015-12-23tablet: drop unused argument from tablet_mark_all_axes_changedPeter Hutterer1-2/+1
2015-12-23tablet: invert tilt axes when left-handed is enabledPeter Hutterer2-0/+42
2015-12-23tablet: add libinput_tablet_tool_is_unique()Peter Hutterer5-7/+53
2015-12-23tablet: simplify marking axes as changedPeter Hutterer1-15/+20
2015-12-23tablet: don't mark all axes changed on initPeter Hutterer1-2/+0
2015-12-23tablet: split out axis handling into helper functionsPeter Hutterer2-41/+146
2015-12-23tablet: store the wheel delta in the normal axesPeter Hutterer3-9/+6
2015-12-23tablet: simplify check for testing if an axis update is neededPeter Hutterer1-5/+1
2015-12-23tablet: simplify check for testing if an axis update is neededPeter Hutterer1-12/+8
2015-12-23tablet: unroll the tablet axis processing loopPeter Hutterer1-45/+60
2015-12-23tablet: dump deltas, replace it with a single wheel_delta variablePeter Hutterer3-57/+9
2015-12-23tablet: dump deltas_discrete, replace with a single wheel_discrete variablePeter Hutterer3-10/+8
2015-12-23test: add litest_axis_set_value helper functionPeter Hutterer2-25/+43
2015-12-21test: move litest_assert_ macros and helpers up to the rest of the definesPeter Hutterer1-40/+40
2015-12-21tablet: add tilt testsPeter Hutterer5-3/+192
2015-12-21tablet: remove the libinput_tablet_tool_axis enum from the public APIPeter Hutterer2-23/+14
2015-12-21tablet: reduce event deltas to only apply to the wheelPeter Hutterer5-221/+43
2015-12-21tablet: rename libinput_tablet_tool_has_axis into an axis-specific API setPeter Hutterer5-52/+128
2015-12-21tablet: rename axis_get_value into an axis-specific API setPeter Hutterer6-229/+272
2015-12-21tablet: rename axis_has_changed into an axis-specific API setPeter Hutterer5-113/+339
2015-12-16test: modernise the tablet tool serial tests a bitPeter Hutterer1-22/+14
2015-12-16test: use proper proximity events in tablet serial testPeter Hutterer1-4/+4
2015-12-16doc: minor comment clarificationPeter Hutterer1-2/+2
2015-12-16Merge branch 'master' into tablet-supportPeter Hutterer1-2/+2
2015-12-16configure.ac: libinput 1.1.31.1.3Peter Hutterer1-2/+2
2015-12-15doc: a couple of tablet documentation fixesPeter Hutterer2-24/+50
2015-12-15tablet: support tool-specific pressure offsetsPeter Hutterer6-4/+448
2015-12-15test: add pressure axes to proximity in for the bamboo and the cintiqPeter Hutterer2-0/+2
2015-12-15tablet: drop unused conditionPeter Hutterer1-7/+0
2015-12-14doc: add missing tablet-axes.svgPeter Hutterer1-0/+563
2015-12-14Merge branch 'master' into tablet-supportPeter Hutterer7-4/+37
2015-12-14test: change tablet matrix test to use absolute x/y valuesPeter Hutterer1-11/+29
2015-12-14test: fix test for tablet rel wheel discrete deltasPeter Hutterer1-1/+1