input: introduce weston_touch_device
[platform/upstream/weston.git] / libweston / input.c
2018-05-30 Louis-Francis Ratt... input: introduce weston_touch_device
2018-04-30 Pekka Paalanenlibweston: unexport weston_{pointer,keyboard,touch...
2018-03-28 Emre Ucaninput: fix use-after-free issue at pointer_cancel
2018-03-09 Pekka Paalaneninput: never set keyboard focus without wl_resource
2018-02-20 Alexandros Frantzislibweston: Implement touch timestamps for input_timesta...
2018-02-20 Alexandros Frantzislibweston: Implement pointer timestamps for input_times...
2018-02-20 Alexandros Frantzislibweston: Implement keyboard timestamps for input_time...
2018-02-20 Alexandros Frantzislibweston: Introduce input-timestamps support
2018-02-15 Alexandros Frantzislibweston: Make weston_seat release safe
2018-02-14 Alexandros Frantzislibweston: Make weston_pointer destruction safe
2018-02-14 Alexandros Frantzislibweston: Support NULL weston_pointer in init_pointer_...
2018-02-01 Alexandros Frantzislibweston: Make weston_touch destruction safe
2018-02-01 Alexandros Frantzislibweston: Make weston_keyboard destruction safe
2017-12-04 Quentin Glidicinput: Do not override keyboard focus on restore
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for touch motion events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for touch up events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for touch down events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for key events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for axis events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for button events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for motion events
2017-07-03 Derek Foremaninput: Remove --disable-xkbcommon
2016-11-29 Daniel StoneDon't prepend protocol/ to include paths
2016-11-16 Olivier Fourdaninput: Update keyboard serial on press and release
2016-08-14 Quentin Glidiclibweston: Rename weston_surface::configure to ::committed
2016-08-14 Quentin Glidicinput: Add helpers for all keyboard/pointer/touch events
2016-07-26 Jonas Ådahlinput: Support non-rectangular pointer confine regions
2016-07-26 Jonas ÅdahlImplement pointer locking and confinement
2016-07-26 Jonas Ådahlinput: Split out pointer button sending from grab handler
2016-07-26 Jonas Ådahlinput: Split out motion sending from default grab
2016-07-26 Jonas Ådahlweston-pointer: Add destroy signal
2016-07-26 Jonas Ådahlcompositor: Pass both surface and seat in activation...
2016-07-26 Jonas ÅdahlImplement the relative pointer protocol
2016-07-26 Jonas Ådahlcompositor: Keep track of what views were activated...
2016-07-26 Jonas Ådahlinput: Activate view no matter the keyboard focus
2016-07-01 Armin Krezovićcompositor: Untangle surface/view is_mapped from output...
2016-06-30 Bryce Harringtoninput: Move weston_seat_set_keyboard_focus and document
2016-06-30 Bryce Harringtoninput: Rename weston_surface_activate to weston_seat_se...
2016-06-23 Pekka PaalanenRename src/ to libweston/