Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-17 | types/wlr_keyboard: uniformize events name | Simon Zeni | |
2022-03-07 | interface/wlr_keyboard: rework destroy sequence | Simon Zeni | |
The destroy member in wlr_keyboard_impl has been removed. The function `wlr_keyboard_finish` has been introduce to clean up the resources owned by a wlr_keyboard. `wlr_input_device_destroy` no longer destroys the wlr_keyboard, attempting to destroy a wlr_keyboard will result in a no-op. The field `name` has been added to the wlr_keyboard_impl to be able to identify a given wlr_keyboard device. | |||
2022-03-02 | backend/libinput: rework keyboard interface | Simon Zeni | |
The wlr_libinput_input_device now owns its wlr_keyboard, instead of creating a new wlr_libinput_input_device for it. | |||
2022-02-21 | backend/libinput: remove wlr_input_device_impl | Simon Zeni | |
2022-02-21 | types/wlr_keyboard: add base wlr_input_device | Simon Zeni | |
wlr_keyboard owns its base wlr_input_device. It will be initialized when the keyboard is initialized, and finished when the keyboard is destroyed. | |||
2020-11-11 | Replace wlr_key_state with wl_keyboard_key_state | Isaac Freund | |
There's no reason to have duplicate enums | |||
2018-09-18 | backend/libinput: add assertions | emersion | |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-04-28 | backend/headless: remove useless destructor | 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-02-12 | Reformat all #include directives | emersion | |
2017-10-30 | remove time usec | Tony Crisci | |
2017-10-30 | refactor input time_sec to time_msec | Tony Crisci | |
2017-10-06 | Use xkb_state_update_mask() with Wayland backend | Versus Void | |
Fix #158 | |||
2017-09-28 | fix libinput wlr-keyboard use after free | Tony Crisci | |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault | |
2017-08-15 | Prevent alloc errors from crashing | Calvin Lee | |
Resolves #76 | |||
2017-08-14 | Refactor out wlr_keyboard_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-11 | Build libinput events on the stack instead of allocating | Dominique Martinet | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-06-21 | Make event names consistent | Drew DeVault | |
2017-06-21 | Reorganize wlr-common | Drew DeVault | |
2017-06-21 | Update everyone to use new headers | Drew DeVault | |
2017-06-19 | Implement keyboard LEDs | Drew DeVault | |
2017-06-13 | Incorporate XKBCommon into example | 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 | |