Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | util/array: unclutter | Kirill Primak | |
2022-08-19 | util/array: Add array_realloc for wl_array | Kenny Levinsen | |
array_realloc will grow the array for the target size like wl_insert_add, but will also shrink the array if the target size is sufficiently smaller than the current allocation. | |||
2021-07-01 | util/array: add array_remove_at | Simon Ser | |
2019-11-27 | virtual_keyboard: Accept keycode 0 | Dorota Czaplejewicz | |
2019-06-16 | Use a set to track pointer button state. | Ashkan Kiani | |
In addition to `button_count`, we keep track of the current buttons pressed just as in `wlr_keyboard`. Add `set_add` and `set_remove` to assist with this. These functions can only be used with values greater than 0 (such as the button/key masks for keyboards and pointers). Partially addresses: - https://github.com/swaywm/wlroots/issues/1716 - https://github.com/swaywm/wlroots/issues/1593 | |||
2018-07-14 | Another round of feedback from acrisci | Markus Ongyerth | |