Age | Commit message (Expand) | Author |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth |
2018-07-14 | Use tablet_tool impl in libinput backend | Markus Ongyerth |
2018-07-14 | backend/libinput: Manage tablet tool livetimes | Markus Ongyerth |
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 |
2017-10-22 | Forgot to rename these | Drew DeVault |
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan |
2017-08-16 | Prevent alloc errors from crashing in `list_t` | Calvin Lee |
2017-08-15 | Merge pull request #88 from 4e554c4c/alloc_crashing | Drew DeVault |
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee |
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 |
2017-08-13 | libinput backend: match logging for removal and add | Dominique Martinet |
2017-08-13 | libinput: remove useless get_context call | Dominique Martinet |
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 |
2017-08-11 | Fix libinput destroy for devices with multiple capabilities | Dominique Martinet |
2017-08-11 | Complete a few destroy functions | Dominique Martinet |
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 |
2017-06-13 | Reassign ownership of libinput handle | Drew DeVault |
2017-06-13 | Split keyboard code out into its own file | Drew DeVault |
2017-06-13 | Handle key presses | Drew DeVault |
2017-06-13 | Initialize keyboards from libinput | Drew DeVault |