summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-11timer.h: Add #include libinput-util.hHans de Goede1-0/+2
2014-06-11touchpad: Prefix tap-debugging messagePeter Hutterer1-1/+4
2014-06-11touchpad: log the invalid event as bug, not just as infoPeter Hutterer1-2/+2
2014-06-11test: use check's strcmp API instead of strcmpPeter Hutterer1-2/+2
2014-06-11test: drop unused includes for libinput-util.hPeter Hutterer7-7/+0
2014-06-10evdev-mt-touchpad-tap: Switch over to new timer subsystemHans de Goede3-74/+10
2014-06-10evdev-mt-touchpad-buttons: Switch over to new timer subsystemHans de Goede3-83/+24
2014-06-10Add a timer subsystemHans de Goede5-3/+219
2014-06-10Mark the log function as attribute printfPeter Hutterer1-1/+5
2014-06-10test: add --verbose flag to litestsPeter Hutterer1-0/+23
2014-06-10test: drop TEST_CFLAGSPeter Hutterer1-11/+2
2014-06-10test: silence compiler warning for C++ build testPeter Hutterer2-2/+7
2014-06-10test: fix compiler warnings for missing field initializersPeter Hutterer2-0/+2
2014-06-10test: fix compiler warnings for missing prototypesPeter Hutterer3-3/+6
2014-06-10test: fix compiler warning for is_debugger_attachedPeter Hutterer1-1/+2
2014-06-10Drop empty FFI_CFLAGSPeter Hutterer1-1/+0
2014-06-10tools: add a script to push the doxygen output to freedesktop.orgPeter Hutterer1-0/+11
2014-06-09doc: Fix spellingJonas Ådahl1-1/+1
2014-06-09configure.ac: libinput 0.3Jonas Ådahl1-2/+2
2014-06-09evdev: Migrate rest of 32 bit time variables to uint64_tJonas Ådahl1-2/+4
2014-06-09s/libinput_pointer_button_state/libinput_button_state/Stephen Chandler Paul9-60/+60
2014-06-09Use floating point numbers instead of fixed point numbersJonas Ådahl10-176/+92
2014-06-05touchpad: whitespace fixPeter Hutterer1-5/+4
2014-06-05touchpad: Drop the scroll direction lock, increase threshold insteadPeter Hutterer1-14/+11
2014-06-04touchpad: break up a long linePeter Hutterer1-1/+2
2014-06-04Add our own version of linux/input.hPeter Hutterer10-22/+1190
2014-06-03test: fix resolution on all devicesPeter Hutterer3-22/+22
2014-06-03test: fix resolution on Wacom ISDv4 E6 Finger devicePeter Hutterer1-4/+4
2014-06-03tools: fix a compiler warningPeter Hutterer1-1/+1
2014-06-03test: fix a bunch of "unused variable" warningsPeter Hutterer1-8/+0
2014-06-03test: use the TEST_CFLAGS for all testsPeter Hutterer1-3/+3
2014-06-03test: compiler warning fixesPeter Hutterer1-2/+2
2014-06-02evdev: Provide fallback definition for KEY_MICMUTEPeter Korsgaard1-0/+4
2014-06-02evdev: Use correct fallback value for KEY_LIGHTS_TOGGLEPeter Korsgaard1-1/+1
2014-06-02touchpad: fix two indentation issues in the headerPeter Hutterer1-19/+19
2014-06-02touchpad: Add support for top softbutton areaHans de Goede3-253/+623
2014-06-02touchpad: Rename some variables and functionsHans de Goede2-14/+14
2014-05-30tools: add explicit libudev dependency to event-debugPeter Hutterer2-1/+3
2014-05-30configure: simplify a conditionPeter Hutterer1-3/+1
2014-05-30Replace log_bug with per-component bug macrosPeter Hutterer3-9/+11
2014-05-30test: disable CK_FORK for the valgrind runsPeter Hutterer1-1/+1
2014-05-30test: restore log priority after each testPeter Hutterer1-0/+11
2014-05-30Remove old touchpad codePeter Hutterer2-832/+0
2014-05-30evdev: INPUT_PROP_DIRECT devices can't be touchpadsPeter Hutterer1-1/+2
2014-05-29filter: Ignore non-suitable trackers when calculating initial velocityJonas Ådahl1-20/+11
2014-05-29filter: Fix get_direction for short vectorsJonas Ådahl1-2/+2
2014-05-29touchpad: Make anisotropic motion deltas isotropicJonas Ådahl2-2/+36
2014-05-29Add basic mouse pointer accelerationJonas Ådahl4-5/+97
2014-05-29test: Queue two motion events in pointer event conversion testJonas Ådahl1-0/+5
2014-05-29test: Make relative pointer event test more acceptingJonas Ådahl1-3/+29