compositor: quick fix for sub-surface mapping
[profile/ivi/weston-ivi-shell.git] / src / evdev.c
2014-04-25 Ander Conselvan... input: Fix errors due to initializing input before...
2014-04-25 Ander Conselvan... evdev: Fix assertion error for unplugged output with...
2014-04-25 Ander Conselvan... evdev: Discard events from a touchscreen paired with...
2014-04-21 U. Artie Eoffinput: fix input device map to output if it doesn't...
2014-01-22 Kristian Høgsbergevdev: Remove output destroy notifier on device destroy
2014-01-17 Kristian Høgsberginput: Handle unplugging the output for a touchscreen...
2014-01-10 Kristian Høgsberginput: Re-pair touch screen when monitor is plugged in
2014-01-09 Kristian Høgsberginput: Remap touch point IDs from multiple touch screen...
2013-12-17 Kristian Høgsbergevdev: Drop joystick rejection heurstics
2013-12-16 Kristian Høgsbergevdev: Reject absolute motion if we're not a pointer...
2013-12-16 Kristian Høgsbergevdev: Drop obsolete accelerometer reject rule
2013-12-16 Kristian Høgsbergevdev: Remove EVDEV_TOUCH and with it evdev_device...
2013-12-16 Kristian Høgsbergevdev: Use a has_keyboard flag instead of EVDEV_KEYBOAR...
2013-12-16 Kristian Høgsbergevdev: Replace EVDEV_BUTTON with local has_button flag
2013-12-16 Kristian Høgsbergevdev: Replace EVDEV_MOTION_ABS with local has_abs...
2013-12-16 Kristian Høgsbergevdev: Use has_abs only for ABS_X and ABS_Y, introduce...
2013-12-16 Kristian Høgsbergevdev: Drop EVDEV_MOTION_REL flag
2013-12-16 Kristian Høgsbergevdev: Combine evdev_handle_device() and evdev_configur...
2013-11-13 Jonas Ådahlevdev: Synchronize keys only if seat is keyboard capable
2013-11-08 Jason EkstrandMake weston_output_transform_coordinate more sane
2013-10-22 Kristian Høgsbergcompositor: Remove redundant and not well-defined focus...
2013-10-21 Jonas Ådahlevdev: Reference count input device's seat capabilities
2013-10-15 David Herrmannevdev: release devices on read() error
2013-10-14 Kristian Høgsbergevdev: Clear touch capability if we see a mouse-type...
2013-10-14 Kristian Høgsbergevdev: Only init a pointer if the evdev device has...
2013-10-14 Kristian Høgsbergevdev: Stop looking for pointer buttons when we get...
2013-09-24 Neil Robertsevdev: Process touch up events of single-touch devices
2013-09-24 Neil Robertsevdev: Only track one pending event
2013-09-22 Neil Robertsevdev: Flush motion events when the slot changes, not...
2013-09-21 HardeningRename current, origin, scale, origin_scale
2013-08-29 Kristian Høgsbergevdev: Don't transform device->abs.x/y in place
2013-08-26 Kristian Høgsbergevdev: Initliaze device->link so we can wl_list_remove...
2013-08-13 Kristian Høgsbergevdev: Ignore joystick devices
2013-08-13 Rolf Morelevdev: write EV_SYN input_event along with led events...
2013-08-09 Rusty Lynchevdev: Use touch ID 0 when generating touch up event
2013-08-08 Peter Huttererevdev: log when a device is used as touchpad
2013-08-08 Peter Huttererevdev: call evdev_device_destroy on failure
2013-08-08 Peter Huttererevdev: plug a potential memleak
2013-08-08 Peter Huttererevdev: get the current slot value from the absinfo...
2013-08-08 Peter Huttererevdev: only use mtdev for Protocol A devices
2013-08-08 Peter Huttererevdev: add comment why we're ignoring key value 2
2013-08-08 Peter Huttererevdev: prevent unterminated device name
2013-08-08 Peter Huttererevdev: check for ABS_MT_POSITION_X/Y to determine mt...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-07-26 Kristian Høgsbergevdev: Suport old-style single-touch touch screens
2013-07-26 Kristian Høgsbergevdev: Use temporary x and y coordinates when applying...
2013-07-26 Kristian Høgsbergevdev: Don't add output offset in evdev_process_absolut...
2013-07-25 Kristian Høgsbergevdev: Use weston_output_transform_coordinate for evdev...
2013-06-05 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-03-27 Rob Bradfordcompositor: Support notifying with absolute position too
2013-02-28 Kristian Høgsbergcompositor: Change notify_motion to take relative motio...
2013-02-27 Satyeshwar Singhevdev: Wait for SYN event before sending events over...
2013-02-18 Kristian Høgsbergxkb: Don't call exit on failure in weston_compositor_xk...
2012-12-06 Rob Bradfordevdev: Apply calibration values to absolute events
2012-12-06 Rob Bradfordevdev: Include the device capabilities in the debugging
2012-10-16 Jonas Ådahlevdev: Update axis notifications to follow protocol
2012-10-10 Rob Bradfordevdev: Avoid unintended case drop through
2012-08-10 Kristian Høgsbergcompositor: Change notify_* function to take a weston_seat
2012-08-09 Pekka Paalanenevdev: rename evdev_input_device to evdev_device
2012-08-09 Pekka Paalanenevdev: do not pass a list to evdev_led_update()
2012-08-03 Pekka Paalanenevdev: kill a warning in evdev_led_update()
2012-08-03 Pekka Paalanencompositor-drm, evdev: don't crash on missing keyboard
2012-08-03 Pekka Paalanenevdev: log input devices
2012-08-03 Pekka Paalanenevdev: move udev code into compositor-drm.c
2012-08-03 Pekka Paalanenevdev: expose the generic evdev API
2012-08-03 Pekka Paalanenevdev: rename evdev_seat to drm_seat
2012-08-03 Pekka Paalanenevdev: pass weston_seat to evdev_input_device_create()
2012-08-03 Pekka Paalanenevdev: make evdev_notify_keyboard_focus() independent...
2012-08-03 Pekka Paalanenevdev: make evdev_led_update independent from struct...
2012-08-03 Pekka Paalanenevdev: change evdev_seat into weston_seat in struct...
2012-08-03 Pekka Paalanenevdev: merge evdev-private.h into evdev.h
2012-08-03 Pekka Paalanenevdev: move device opening out from evdev_input_device_...
2012-08-03 Pekka Paalanenevdev: rename device_removed() to evdev_input_device_de...
2012-08-01 Kristian Høgsbergcompositor: Fold the log prototypes into compositor...
2012-08-01 Pekka Paalanenevdev: query position ranges for MT, too
2012-07-24 Daniel Stoneevdev: Release weston_seat with underlying evdev device
2012-07-24 Daniel Stoneevdev: Don't ignore multitouch touchscreens
2012-06-22 Daniel Stonenotify_key: Add update_state argument
2012-06-22 Daniel StoneSplit notify_keyboard_focus into in/out variants
2012-06-08 Martin MinarikReplace fprintf() by weston_log()
2012-06-01 Daniel StoneBrown-paper bag fix for LED
2012-05-31 Daniel StoneAdd keymap argument to weston_seat_init_keyboard
2012-05-31 Daniel StoneSplit weston_seat_init up into pointer/keyboard/touch
2012-05-31 Daniel StoneConvert notify_axis to wl_fixed_t
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Daniel Stoneevdev: Add LED update hook
2012-05-31 Daniel Stoneevdev: Add device capabilities
2012-05-31 Daniel StoneRename evdev_input_device::type to pending_events
2012-05-17 Jonas Ådahlevdev: Improve touchpad support and add motion filters
2012-05-17 Jonas Ådahlevdev: Add event process dispatching
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-10 Jonas Ådahlevdev: Use wl_fixed_t for relative motions
2012-05-09 Kristian Høgsbergcompositor: Use wl_fixed_t for incoming input events
2012-05-09 Jonas Ådahlevdev: Convert wl_fixed_t to int before using internally
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Kristian Høgsbergevdev: Get key state from kernel on vt enter
2012-04-09 Benjamin Franzkeevdev: Disable the udev monitor when another vt becomes...
2012-04-06 Benjamin FranzkeIntroduce weston-launch
next