83 Commits (2e2384aac5c5811c62fc36c120e5dd9e868bcd5f)

Author SHA1 Message Date
Kristian Høgsberg a30e29af2e input: Ignore touch up events if num_tp is 0 11 years ago
Rui Matos 73d9395e68 input: Don't leak the initial keymap 11 years ago
Ander Conselvan de Oliveira 54e90c7e1e compositor: Make pointers visible when an output is unplugged 11 years ago
Giulio Camuffo 65a07f8aef input: make sure the devices get the resource destruction signal 11 years ago
Jonas Ådahl 91fed5419c input: Reset keyboard state when releasing last seat keyboard 11 years ago
Jonas Ådahl 7395ea05c7 input: Move the xkb fields from weston_seat to weston_keyboard 11 years ago
Jason Ekstrand 918f2dd4cf Remove the weston_view.geometry.width/height fields 11 years ago
Jonas Ådahl 3e12e63f03 input: Reset pointer state when last pointer device was removed 11 years ago
Jonas Ådahl cbfa7f7b22 input: Reset touch state when last touch device was removed 11 years ago
Jonas Ådahl 9484b695b9 input: Keep track of number of touch points inside touch struct 11 years ago
Pekka Paalanen ba34165ce2 compositor: do not recompute size on pointer_set_cursor 11 years ago
Kristian Høgsberg ebd5fd4753 input: Cancel pointer grabs when compositor loses kb focus 11 years ago
Giulio Camuffo 576fe2af4b input: set the focus to NULL when the focus's resource is destroyed 11 years ago
Jason Ekstrand 42133d47d3 input: Fix a segfault in focus checking 11 years ago
Emilio Pozuelo Monfort aa7a4761f6 input: Don't send leave events to destroyed views 11 years ago
Daniel Stone 96d47c0ef7 Add modifier-only binding 11 years ago
Giulio Camuffo cdb4d29096 compositor: add a way to override the default pointer grab 11 years ago
Giulio Camuffo 1959ab8d22 input: let the pointer motion handlers move the pointer 11 years ago
Giulio Camuffo 412b024be8 zoom: use the new pointer motion signal to move the zoom frame. 11 years ago
Giulio Camuffo 6fcb378c01 input: add a motion signal to weston_pointer 11 years ago
Kristian Høgsberg b27901c5a7 input.c: Rename default grab functions to be consistent 11 years ago
Jonas Ådahl 1ea343e1be Add cancel function to grab interfaces 11 years ago
Jonas Ådahl b18018867b input: Remove unused variable 11 years ago
Kristian Høgsberg c3244d7abc input: Properly handle setting touch focus to NULL 11 years ago
Rui Matos 65196bc0b9 input: Add core API to update the keymap 11 years ago
Jason Ekstrand a7af70436b Split the geometry information from weston_surface out into weston_view 11 years ago
Kristian Høgsberg 10ddd97ecf compositor: Remove redundant and not well-defined focus field 11 years ago
Jonas Ådahl 3042ffe011 udev-seat: Repick seat after a new device was added 11 years ago
Jonas Ådahl a493274442 input: Unmap pointer sprite when no more pointer devices are connected 11 years ago
Jonas Ådahl 630bae8672 input: Unset focus of seat device when releasing last reference 11 years ago
Jonas Ådahl d6e1c34405 evdev: Reference count input device's seat capabilities 11 years ago
Neil Roberts 306fe0838b Only update the touch grab position for the first finger 11 years ago
Neil Roberts a28c69358c Add a touch binding to activate a surface 11 years ago
Kristian Høgsberg cb406f1afd input: Don't send modifiers if client doesn't have a pointer resource 11 years ago
Giulio Camuffo 0481054c58 input: check that the new focus surface has a valid resource 11 years ago
Neil Roberts 96d790e74b input: Emit events on all resources for a client 11 years ago
Stefan Schmidt fda265268d input: Fix trailing whitspaces and indent. 11 years ago
Rob Bradford 6e737f590b input: Use new wl_resource_for_each for sending updated seat caps 11 years ago
Andrew Wedgbury 9a6f02a6b1 Copying xkb_info when creating a seat causes problems 11 years ago
Kristian Høgsberg 69e25fc538 compositor: Implement release request for input interfaces 11 years ago
Daniel Stone 8e7a8bdeea Add more missing config.h includes 11 years ago
Rob Bradford 880ebc7ed9 input: For serial generation get the display from the compositor 11 years ago
Rusty Lynch f1407ff81d input: Store touch position and time when we start an implicit touch grab 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Kristian Høgsberg 0ff7908767 compositor: Check wl_resource_create() return value 11 years ago
Michael Fu a2bb7919de Reset touch focus in unmap 11 years ago
Kristian Høgsberg 919cddb0ab Convert to wl_global_create/destroy() 12 years ago
Kristian Høgsberg aaadc774a7 input: Remove wl_seat global when a seat is destroyed 12 years ago
Giulio Camuffo 708b8af018 input: check if the resource is valid in seat_get_pointer 12 years ago
Kristian Høgsberg da751b8f9a input: Don't cache pointer grab interface between calls to focus and motion 12 years ago