Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-20 | Add -Wmissing-prototypes | Simon Ser | |
This requires functions without a prototype definition to be static. This allows to detect dead code, export less symbols and put shared functions in headers. | |||
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin | |
Rename lid_switch to switch_device to disambiguate lid and tablet mode switches. | |||
2019-01-28 | Implement the pointer-gestures-unstable-v1 protocol | Greg V | |
This protocol relays touchpad gesture events produced by libinput to supporting clients (e.g. Evince, Eye of GNOME). | |||
2018-12-15 | [WIP][DONTMERGE]Add support for libinput_switch input devices | Ryan Walklin | |
These are used primarily by laptops to signal the state of the lid (open/closed) and tablet mode if supported, based on ACPI events. | |||
2018-09-18 | backend/libinput: add assertions | emersion | |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth | |
The previous naming was based on the input-device capability names from libinput. With code that uses the libinput_tablet_tool and mapping into tablet-v2, this is confusing, so the name is changed to follow the names used in the protocol. | |||
2018-07-14 | Use tablet_tool impl in libinput backend | Markus Ongyerth | |
2018-07-14 | backend/libinput: Manage tablet tool livetimes | Markus Ongyerth | |
This adds the management code to manage tablet tools lifetimes from libinput. It follows the suggestion made in the tablet-unstable-v2.xml to destroy tablet_tools once all tablets that it got into contact with were removed from the system. This is implemented via a refcount. If a tool is *not* unique, it will be destroyed on proximity out. This is libinput specific and mentioned in libinput docs that tools will not be found again, so we shouldn't keep a reference to them. Also they can't be on other tablets as well, because they cannot be tracked. The naming in this commit is a bit off (to not break things). The wlr names stay the same, tablet_tool is the libinput_device with capaiblity LIBINPUT_DEVICE_CAP_TABLET_TOOL which is more akin to "tablet" in the tablet-unstable-v2 protocol. The struct that corresponds to the tablet_tool in tablet-unstable-v2 is called tablet_tool_tool, a rename should be done at some point in the future. | |||
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-04-29 | input-device: add output_name field, populate it from libinput | emersion | |
2018-04-25 | Don't use the wlr_ prefix for static functions | emersion | |
2018-04-25 | Make sure we don't use others' prefixes | emersion | |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion | |
2018-03-28 | Remove width_mm from tablet events | Drew DeVault | |
2018-03-06 | Add const to x11 and input interfaces | Scott Anderson | |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-02-12 | Make wlr_signal_emit_safe private | emersion | |
2018-02-12 | Remove wlr_backend.events.{output_remove,device_remove} | emersion | |
2018-02-12 | Add wlr_signal_emit_safe | emersion | |
2017-12-19 | libinput backend: add wlr_input_device_is_libinput | Dominique Martinet | |
2017-11-19 | Refactor wlr_list inside wlroots | emersion | |
2017-11-16 | Fix a bunch of mistakes detected with scan-build | emersion | |
2017-11-01 | rootston exit: fix libinput destroy | Dominique Martinet | |
The wlr_list -> wl_list rework changed 'wlr_devices' to wl_list, but missed its use on destroy. | |||
2017-10-22 | Forgot to rename these | Drew DeVault | |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-08-16 | Prevent alloc errors from crashing in `list_t` | Calvin Lee | |
This commit changes the `list_t` api so that alloc errors can be detected and worked around. Also fixes errors not found in 5cc7342 | |||
2017-08-15 | Merge pull request #88 from 4e554c4c/alloc_crashing | Drew DeVault | |
Prevent alloc errors from crashing | |||
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee | |
Resolves #76 | |||
2017-08-14 | Fix style issues | nyorain | |
2017-08-14 | Refactor out wlr_input_device_state | Dominique Martinet | |
2017-08-13 | libinput backend: massive renaming | Dominique Martinet | |
- 'libinput' (backend's) to libinput_context - 'device' (libinput_device) to libinput_dev - 'dev' (wlr_device) to wlr_dev - 'devices' lists tangling of libinput devices to wlr_devices - 'devices' list of wlr_devices in backend state to wlr_device_lists | |||
2017-08-13 | libinput backend: match logging for removal and add | Dominique Martinet | |
Only log removal of devices once, but also log it for devices that we do not care about. | |||
2017-08-13 | libinput: remove useless get_context call | Dominique Martinet | |
That function is literally just "return event->device->seat->libinput" We do not use context, so do not fetch it. | |||
2017-08-12 | Update libinput backend with new state design | Drew DeVault | |
2017-08-12 | libinput: fix segfault when handling non-wlr device removal | Dominique Martinet | |
2017-08-12 | libinput backend: fill in handle_device_removed | Dominique Martinet | |
And fix input_remove_notify accordingly | |||
2017-08-11 | Fix libinput destroy for devices with multiple capabilities | Dominique Martinet | |
2017-08-11 | Complete a few destroy functions | Dominique Martinet | |
This adds missing free calls for: - drm outputs - libinput backend in general - final udev free - output mode state | |||
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-06-21 | Reorganize wlr-common | Drew DeVault | |
2017-06-21 | Update everyone to use new headers | Drew DeVault | |
2017-06-19 | Implement tablet pads | Drew DeVault | |
2017-06-15 | Implement wlr_tablet_tool | Drew DeVault | |
2017-06-14 | Flesh out touch events and add demo | Drew DeVault | |
2017-06-14 | Allocate wlr_touch devices | Drew DeVault | |
2017-06-13 | Implement libinput wlr_pointer | Drew DeVault | |
2017-06-13 | Only allocate device state when it will be used | Drew DeVault | |
This design also avoids double frees in the future when we're creating several wlr_input_devices from one libinput_device. | |||
2017-06-13 | Reassign ownership of libinput handle | Drew DeVault | |