37 Commits (dcbcfc7f678d96d9c26514fa47d65d992bb5b48c)

Author SHA1 Message Date
Emre Ucan 3796b59e74 input: fix use-after-free issue at pointer_cancel 7 years ago
Pekka Paalanen 72e183bd2b input: never set keyboard focus without wl_resource 7 years ago
Alexandros Frantzis d715784734 libweston: Implement touch timestamps for input_timestamps_unstable_v1 7 years ago
Alexandros Frantzis db907b7188 libweston: Implement pointer timestamps for input_timestamps_unstable_v1 7 years ago
Alexandros Frantzis 2b44248f60 libweston: Implement keyboard timestamps for input_timestamps_unstable_v1 7 years ago
Alexandros Frantzis 538749de7b libweston: Introduce input-timestamps support 7 years ago
Alexandros Frantzis 8480d13f6d libweston: Make weston_seat release safe 7 years ago
Alexandros Frantzis 1c3a40edcd libweston: Make weston_pointer destruction safe 7 years ago
Alexandros Frantzis 0f14ae95b0 libweston: Support NULL weston_pointer in init_pointer_constraint 7 years ago
Alexandros Frantzis b0b598c73c libweston: Make weston_touch destruction safe 7 years ago
Alexandros Frantzis 7a314d6328 libweston: Make weston_keyboard destruction safe 7 years ago
Quentin Glidic 85d55540cb input: Do not override keyboard focus on restore 7 years ago
Alexandros Frantzis 7d2abcf6c8 libweston: Use struct timespec for touch motion events 7 years ago
Alexandros Frantzis 27a51b83e5 libweston: Use struct timespec for touch up events 7 years ago
Alexandros Frantzis 9448deb073 libweston: Use struct timespec for touch down events 7 years ago
Alexandros Frantzis 47e79c860b libweston: Use struct timespec for key events 7 years ago
Alexandros Frantzis 80321942e7 libweston: Use struct timespec for axis events 7 years ago
Alexandros Frantzis 215bedc88b libweston: Use struct timespec for button events 7 years ago
Alexandros Frantzis 84b31f8956 libweston: Use struct timespec for motion events 7 years ago
Derek Foreman 185d1585eb input: Remove --disable-xkbcommon 7 years ago
Daniel Stone 7dbb0e148f Don't prepend protocol/ to include paths 8 years ago
Olivier Fourdan df84dbe382 input: Update keyboard serial on press and release 8 years ago
Quentin Glidic 2edc3d5462
libweston: Rename weston_surface::configure to ::committed 8 years ago
Quentin Glidic cde1345d69
input: Add helpers for all keyboard/pointer/touch events 8 years ago
Jonas Ådahl d0be2bb5f2 input: Support non-rectangular pointer confine regions 8 years ago
Jonas Ådahl d3414f23c3 Implement pointer locking and confinement 8 years ago
Jonas Ådahl c02ac11bd6 input: Split out pointer button sending from grab handler 8 years ago
Jonas Ådahl f44942ea04 input: Split out motion sending from default grab 8 years ago
Jonas Ådahl 3eb4ddd24d weston-pointer: Add destroy signal 8 years ago
Jonas Ådahl f7deb6a959 compositor: Pass both surface and seat in activation signal 8 years ago
Jonas Ådahl 30d61d89c1 Implement the relative pointer protocol 8 years ago
Jonas Ådahl 94e2e2d39f compositor: Keep track of what views were activated by clicking 8 years ago
Jonas Ådahl ef8e1c31e3 input: Activate view no matter the keyboard focus 8 years ago
Armin Krezović f8486c33b4 compositor: Untangle surface/view is_mapped from output assignments 8 years ago
Bryce Harrington 24f917e723 input: Move weston_seat_set_keyboard_focus and document 8 years ago
Bryce Harrington 260c2ffd97 input: Rename weston_surface_activate to weston_seat_set_keyboard_focus 8 years ago
Pekka Paalanen b5e3ea218b Rename src/ to libweston/ 8 years ago
Giulio Camuffo 0358af419b Rename weston_compositor_xkb_init to weston_compositor_set_xkb_rule_names 8 years ago
Jonas Ådahl ed6014a9e4 input: Don't try to send axis_source when there are no resources 9 years ago
Giulio Camuffo 90a6fc659f input: use doubles in the interfaces to notify of input events 9 years ago
Quentin Glidic aab1d36883 input: Implement wl_seat.release 9 years ago
Bryce Harrington 2c40d1d30e input: Fix crash when touchscreen generates out of screen coordinate 9 years ago
Derek Foreman 8efa31b289 input: Don't try to send pointer frames if no focus_client 9 years ago
Peter Hutterer 87743e9303 Support axis source, axis discrete, frame and axis stop events 9 years ago
Peter Hutterer 89b6a4931e Add a weston_pointer_axis_event 9 years ago
Derek Foreman 3cc004a650 input: Add notify_touch_cancel() 9 years ago
Derek Foreman 1909c10825 compositor, input: Don't use MIN() macro for new resource versions 9 years ago
Jonas Ådahl 2cbf293b05 input: Keep per client pointer resources in their own structs 9 years ago
Jonas Ådahl 8283c343ec input: Don't send wl_pointer.motion if position didn't change 9 years ago
Jonas Ådahl d2510105a6 input: Make pointer grab motion callbacks take an event struct 9 years ago