Add a function to get the size of a device
[platform/upstream/libinput.git] / src / evdev.c
2014-06-19 Peter HuttererAdd a function to get the size of a device
2014-06-19 Peter Huttererevdev: force a resolution of 1 where no resolution...
2014-06-19 Peter Huttererevdev: keep the absinfo struct around instead of min/max
2014-06-09 Jonas Ådahlevdev: Migrate rest of 32 bit time variables to uint64_t
2014-06-09 Stephen Chandler... s/libinput_pointer_button_state/libinput_button_state/
2014-06-09 Jonas ÅdahlUse floating point numbers instead of fixed point numbers
2014-06-03 Peter HuttererAdd our own version of linux/input.h
2014-06-02 Peter Korsgaardevdev: Provide fallback definition for KEY_MICMUTE
2014-06-02 Peter Korsgaardevdev: Use correct fallback value for KEY_LIGHTS_TOGGLE
2014-05-30 Peter HuttererReplace log_bug with per-component bug macros
2014-05-29 Peter Huttererevdev: INPUT_PROP_DIRECT devices can't be touchpads
2014-05-29 Jonas ÅdahlAdd basic mouse pointer acceleration
2014-05-22 Peter HuttererMerge branch 'clickpad-improvements-v2' of git://people...
2014-05-22 Hans de GoedeChange internal timestamps to uint64_t to properly...
2014-04-23 Jonas Ådahlevdev: Define KEY_LIGHTS_TOGGLE macro if missing
2014-04-23 Carlos Garnachoevdev: indentation fix
2014-04-22 Jonas ÅdahlIntroduce seat wide button and key count API
2014-04-22 Jonas Ådahlevdev: Avoid double touch down/up events
2014-04-22 Jonas Ådahlevdev: Dynamically allocate slot array
2014-04-22 Jonas Ådahlevdev: Use temporary variable when passing libevdev...
2014-04-12 U. Artie Eoffevdev: log configured device info
2014-03-25 Peter HuttererMerge branch 'wip/mt-touchpad'
2014-03-24 Peter Huttererevdev: drop hook to init old touchpad driver
2014-03-24 Peter HuttererAdd the shell for a multitouch-compatible touchpad...
2014-03-23 Peter HuttererReturn the length or a neg errno from libinput_device_g...
2014-02-26 Jonas ÅdahlSplit up the touch event into the different touch types
2014-02-26 Jonas ÅdahlAdd seat wide slot to touch events
2014-02-25 Peter HuttererMerge branch 'libevdev'
2014-02-25 Peter Huttererevdev: set CLOCK_MONOTONIC as the time source
2014-02-25 Peter HuttererHook up event processing to libevdev
2014-02-23 Peter HuttererHook up libevdev as backend
2014-02-21 Peter Huttererevdev: reset the device fd after closing it
2014-02-20 Benjamin Tissoiresevdev: fix device_transform_ functions
2014-02-17 Jonas Ådahlevdev: Use -1 to represent touch events slots from...
2014-02-10 Peter Huttererevdev: restore EVDEV_UNHANDLED_DEVICE error code
2014-02-10 Peter HuttererRevert "evdev: restore EVDEV_UNHANDLED_DEVICE error...
2014-02-05 Peter Huttererevdev: restore EVDEV_UNHANDLED_DEVICE error code
2014-02-05 Peter Huttererevdev: if mtdev failed to open, fail to init the device
2014-02-05 Peter HuttererMove opening and closing the device fd into evdev.c
2014-02-03 Jonas Ådahlevdev: Fix absolute coordinate transform formula
2014-02-03 Jonas ÅdahlReplace output screen size callback with transform...
2014-01-27 Jonas Ådahlevdev: Don't queue touch events when no touch capabilit...
2014-01-27 Jonas Ådahlevdev: Don't report touch devices with buttons as actua...
2014-01-22 Jonas Ådahlevdev: Make evdev manage its seat reference
2014-01-22 Jonas Ådahlevdev: Make error handling more consistent
2014-01-22 Peter Huttererevdev: don't ignore scroll events with a value greater...
2014-01-22 Peter HuttererPromote touch frames to top-level events
2014-01-10 Peter HuttererDrop capability events
2013-12-21 Kristian Høgsbergevdev: Drop joystick rejection heurstics
2013-12-21 Kristian Høgsbergevdev: Reject absolute motion if we're not a pointer...
2013-12-21 Kristian Høgsbergevdev: Drop obsolete accelerometer reject rule
2013-12-21 Kristian Høgsbergevdev: Remove EVDEV_TOUCH and with it evdev_device...
2013-12-21 Kristian Høgsbergevdev: Use a has_keyboard flag instead of EVDEV_KEYBOAR...
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_BUTTON with local has_button flag
2013-12-21 Kristian Høgsbergevdev: Replace EVDEV_MOTION_ABS with local has_abs...
2013-12-21 Kristian Høgsbergevdev: Use has_abs only for ABS_X and ABS_Y, introduce...
2013-12-21 Kristian Høgsbergevdev: Drop EVDEV_MOTION_REL flag
2013-12-21 Kristian Høgsbergevdev: Combine evdev_handle_device() and evdev_configur...
2013-12-15 Jonas ÅdahlIntroduce libinput_device_get_sysname() API
2013-12-15 Jonas ÅdahlIntroduce libinput_device_has_capability() API
2013-12-06 Peter Huttererevdev: fix memcopy for calibration
2013-11-24 Jonas ÅdahlPort udev-seat to be used in libinput
2013-11-19 Jonas ÅdahlMerge branch 'master' into udev
2013-11-19 Jonas ÅdahlAdd interface to libinput object and move screen dimens...
2013-11-17 Jonas ÅdahlUse events instead of callbacks for capability registration
2013-11-17 Jonas ÅdahlIntroduce libinput object managing all input data
2013-11-13 Jonas ÅdahlDon't use the `seat' concept on device capability enum
2013-11-12 Jonas ÅdahlPort evdev code to be used as a shared library
2013-11-10 Jonas Ådahlevdev: Synchronize keys only if seat is keyboard capable
2013-11-10 Jonas ÅdahlMake weston_output_transform_coordinate() take wl_fixed...
2013-11-10 Kristian Høgsbergcompositor: Remove redundant and not well-defined focus...
2013-11-10 Jonas Ådahlevdev: Reference count input device's seat capabilities
2013-11-10 David Herrmannevdev: release devices on read() error
2013-11-10 Kristian Høgsbergevdev: Clear touch capability if we see a mouse-type...
2013-11-10 Kristian Høgsbergevdev: Only init a pointer if the evdev device has...
2013-11-10 Kristian Høgsbergevdev: Stop looking for pointer buttons when we get...
2013-11-10 Neil Robertsevdev: Process touch up events of single-touch devices
2013-11-10 Neil Robertsevdev: Only track one pending event
2013-11-10 Neil Robertsevdev: Flush motion events when the slot changes, not...
2013-11-10 HardeningRename current, origin, scale, origin_scale
2013-11-10 Kristian Høgsbergevdev: Don't transform device->abs.x/y in place
2013-11-10 Kristian Høgsbergevdev: Initliaze device->link so we can wl_list_remove...
2013-11-10 Kristian Høgsbergevdev: Ignore joystick devices
2013-11-10 Rolf Morelevdev: write EV_SYN input_event along with led events...
2013-11-10 Rusty Lynchevdev: Use touch ID 0 when generating touch up event
2013-11-10 Peter Huttererevdev: log when a device is used as touchpad
2013-11-10 Peter Huttererevdev: call evdev_device_destroy on failure
2013-11-10 Peter Huttererevdev: plug a potential memleak
2013-11-10 Peter Huttererevdev: get the current slot value from the absinfo...
2013-11-10 Peter Huttererevdev: only use mtdev for Protocol A devices
2013-11-10 Peter Huttererevdev: add comment why we're ignoring key value 2
2013-11-10 Peter Huttererevdev: prevent unterminated device name
2013-11-10 Peter Huttererevdev: check for ABS_MT_POSITION_X/Y to determine mt...
2013-11-10 Peter Hutterermalloc + memset -> zalloc
2013-11-10 Kristian Høgsbergevdev: Suport old-style single-touch touch screens
2013-11-10 Kristian Høgsbergevdev: Use temporary x and y coordinates when applying...
2013-11-10 Kristian Høgsbergevdev: Don't add output offset in evdev_process_absolut...
2013-11-10 Kristian Høgsbergevdev: Use weston_output_transform_coordinate for evdev...
2013-11-10 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-11-10 Kristian Høgsberginput: Merge wl_seat into weston_seat
next