Age | Commit message (Expand) | Author |
2022-11-11 | util/region: constify | Simon Ser |
2022-08-29 | util/set: overhaul | Kirill Primak |
2022-08-29 | util/array: unclutter | Kirill Primak |
2022-08-22 | util: Introduce env helpers | Alexander Orzechowski |
2022-08-19 | util/array: Add array_realloc for wl_array | Kenny Levinsen |
2022-08-18 | Remove wlr_signal_emit_safe | Alexander Orzechowski |
2022-08-15 | util/box: Introduce wlr_fbox_equal | Alexander Orzechowski |
2022-08-15 | util/box: Introduce wlr_box_equal | Alexander Orzechowski |
2022-06-07 | util/global: fix memory leak on display destroy in wlr_global_destroy_safe | Simon Ser |
2022-05-24 | util: Fix infinite loop in recursive function | Steven Newbury |
2022-05-23 | util/addon: avoid calling finish() twice | Kirill Primak |
2022-05-12 | util/shm: clear mode permission bits in allocate_shm_file_pair | Simon Ser |
2022-04-28 | Zero-initialize structs in init functions | Simon Ser |
2022-04-26 | util/addon: fix public include | Simon Ser |
2021-12-14 | util/global: remove wl_display arg from wlr_global_destroy_safe | Simon Ser |
2021-11-14 | util/token: don't leak /dev/urandom fd to children | Raphael Robatsch |
2021-09-22 | util/box: introduce wlr_fbox_empty | Simon Ser |
2021-09-05 | util/shm: add allocate_shm_file_pair | Simon Ser |
2021-08-24 | util/box: introduce wlr_fbox_transform() | Kirill Primak |
2021-08-11 | util/addon: find both by owner and impl | Kirill Primak |
2021-08-10 | util: add wlr_addon | Kirill Primak |
2021-07-28 | util/time: make NSEC_PER_SEC static | Dylan Araps |
2021-07-06 | move wlr_box from /types to /util | Simon Zeni |
2021-07-01 | util/array: add array_remove_at | Simon Ser |
2021-04-11 | util/uuid: replace with util/token, remove libuuid | Ryan Farley |
2021-04-06 | build: simplify HAS_LIBUUID definition | Simon Ser |
2021-02-15 | build: use dictionnary for features instead of configuration_data | Simon Ser |
2021-01-08 | util: fix uuid support for freebsd | Rouven Czerwinski |
2021-01-05 | types: add wlr_xdg_foreign_registry | Ilia Bozhinov |
2021-01-05 | util: add support for generating UUIDs | Ilia Bozhinov |
2020-12-18 | util/time: add timespec_from_nsec | Simon Ser |
2020-06-17 | util/region: add wlr_region_scale_xy | Simon Ser |
2020-06-06 | util/time: move `timespec_sub` to time utilities | Tudor Brindus |
2020-06-06 | util/time: de-duplicate `timespec_to_msec` | Tudor Brindus |
2020-06-06 | util: fix and move `get_current_time_msec` into a util file | Tudor Brindus |
2020-05-24 | util/log: use bright black rather than black for WLR_DEBUG | Tudor Brindus |
2020-05-01 | util/log: write log importance | Simon Ser |
2020-03-07 | util/log: improve time prefix | Simon Ser |
2020-02-17 | Fix output rotation direction | Manuel Stoeckl |
2020-02-17 | util: add wlr_output_destroy_safe | Simon Ser |
2019-12-23 | meson: Various improvements | Scott Anderson |
2019-11-27 | virtual_keyboard: Accept keycode 0 | Dorota Czaplejewicz |
2019-08-12 | Simplify check | Antonin Décimo |
2019-07-27 | Remove all wayland-server.h includes | Simon Ser |
2019-07-17 | Use -fmacro-prefix-map to strip build path | Manuel Stoeckl |
2019-06-16 | Use a set to track pointer button state. | Ashkan Kiani |
2019-04-07 | util/log: setup wayland log handler | emersion |
2018-11-09 | Use ftruncate to set shared memory object's size | sghctoma |
2018-11-08 | Force ftruncate for shared mem. objects on FreeBSD | sghctoma |
2018-10-28 | util: use shm_open for in-memory files | emersion |