87 Commits (7f4386e90a64a1a478730ca9f7f30b998d8ac36b)

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