61 Commits (e2464fd414c3ad2d7b7c3d711ad5886c24f36a37)

Author SHA1 Message Date
Satyeshwar Singh 964a342e53 evdev: Wait for SYN event before sending events over to the client 12 years ago
Kristian Høgsberg 2f07ef6963 xkb: Don't call exit on failure in weston_compositor_xkb_init() 12 years ago
Rob Bradford ea23b28642 evdev: Apply calibration values to absolute events 12 years ago
Rob Bradford 80137f3afe evdev: Include the device capabilities in the debugging 12 years ago
Jonas Ådahl b984e40c28 evdev: Update axis notifications to follow protocol 12 years ago
Rob Bradford 4b997e45e7 evdev: Avoid unintended case drop through 12 years ago
Kristian Høgsberg cb3eaae9ad compositor: Change notify_* function to take a weston_seat 12 years ago
Pekka Paalanen 3eb4761317 evdev: rename evdev_input_device to evdev_device 12 years ago
Pekka Paalanen b9d38f4552 evdev: do not pass a list to evdev_led_update() 12 years ago
Pekka Paalanen 168ed72dc7 evdev: kill a warning in evdev_led_update() 12 years ago
Pekka Paalanen d858351a61 compositor-drm, evdev: don't crash on missing keyboard 12 years ago
Pekka Paalanen bf639ab892 evdev: log input devices 12 years ago
Pekka Paalanen 3315697739 evdev: move udev code into compositor-drm.c 12 years ago
Pekka Paalanen 88594b699f evdev: expose the generic evdev API 12 years ago
Pekka Paalanen 3b003399ce evdev: rename evdev_seat to drm_seat 12 years ago
Pekka Paalanen 43f0a1efcb evdev: pass weston_seat to evdev_input_device_create() 12 years ago
Pekka Paalanen 3bfb20104d evdev: make evdev_notify_keyboard_focus() independent of evdev_seat 12 years ago
Pekka Paalanen 5720e92a20 evdev: make evdev_led_update independent from struct evdev_seat 12 years ago
Pekka Paalanen 5618d6fa05 evdev: change evdev_seat into weston_seat in struct evdev_input_device 12 years ago
Pekka Paalanen cfa1f6727b evdev: merge evdev-private.h into evdev.h 12 years ago
Pekka Paalanen 5a6383ba57 evdev: move device opening out from evdev_input_device_create 12 years ago
Pekka Paalanen a123e5c46a evdev: rename device_removed() to evdev_input_device_destroy() 12 years ago
Kristian Høgsberg 64eca8949b compositor: Fold the log prototypes into compositor.h and drop log.h 12 years ago
Pekka Paalanen 2fc7cce9b1 evdev: query position ranges for MT, too 12 years ago
Daniel Stone 9d01a3e548 evdev: Release weston_seat with underlying evdev device 12 years ago
Daniel Stone 53b6b04685 evdev: Don't ignore multitouch touchscreens 12 years ago
Daniel Stone 1b4e11f38e notify_key: Add update_state argument 13 years ago
Daniel Stone d6da09e935 Split notify_keyboard_focus into in/out variants 13 years ago
Martin Minarik 6d11836721 Replace fprintf() by weston_log() 13 years ago
Daniel Stone cfd0e726cc Brown-paper bag fix for LED 13 years ago
Daniel Stone bb1df6a7c1 Add keymap argument to weston_seat_init_keyboard 13 years ago
Daniel Stone 74419a2237 Split weston_seat_init up into pointer/keyboard/touch 13 years ago
Daniel Stone 878f0b77a8 Convert notify_axis to wl_fixed_t 13 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 13 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 13 years ago
Daniel Stone 7bbd5b3335 evdev: Add LED update hook 13 years ago
Daniel Stone 33965c242d evdev: Add device capabilities 13 years ago
Daniel Stone 1d637772c8 Rename evdev_input_device::type to pending_events 13 years ago
Jonas Ådahl 1df17af2c0 evdev: Improve touchpad support and add motion filters 13 years ago
Jonas Ådahl 4136d82760 evdev: Add event process dispatching 13 years ago
Daniel Stone 37816df646 Convert wl_input_device to wl_seat (and friends) 13 years ago
Jonas Ådahl c0ca399f22 evdev: Use wl_fixed_t for relative motions 13 years ago
Kristian Høgsberg e11bbe4cc8 compositor: Use wl_fixed_t for incoming input events 13 years ago
Jonas Ådahl c39aa5afca evdev: Convert wl_fixed_t to int before using internally 13 years ago
Kristian Høgsberg eae5de7609 Follow wayland change to serial numbers 13 years ago
Kristian Høgsberg a00d60f6ac evdev: Get key state from kernel on vt enter 13 years ago
Benjamin Franzke 78d3afe21c evdev: Disable the udev monitor when another vt becomes active 13 years ago
Benjamin Franzke bfeda130de Introduce weston-launch 13 years ago
Jonas Ådahl c97af923d9 Properly dispose event sources and event loops 13 years ago
Tiago Vignatti db4ecc61a7 evdev: reuse code for device removal 13 years ago