Age | Commit message (Expand) | Author |
2023-11-23 | util/transform: add wlr_output_transform_coords() | Simon Ser |
2023-11-23 | util/transform: move over wl_output_transform helpers | Simon Ser |
2023-11-22 | xdg-toplevel: check that title provided actually is UTF-8 | Manuel Stoeckl |
2023-10-26 | util/token: rename TOKEN_STRLEN to TOKEN_SIZE | Simon Ser |
2023-10-08 | util/addon: make wlr_addon_set_finish() safer | Kirill Primak |
2023-10-05 | util: add struct to track union of rectangles | Manuel Stoeckl |
2023-07-07 | Use struct initializers instead of memset() | Simon Ser |
2023-06-29 | util/log: fix buffer overflow | Evyatar Stalinsky |
2023-06-05 | util: add timespec_to_nsec | Rose Hudson |
2023-05-24 | util/box: transform empty boxes' origins | Kirill Primak |
2023-05-23 | util/box: always treat NULL boxes as empty | Kirill Primak |
2023-05-23 | util/box: simplify empty box case in wlr_box_intersection() | Kirill Primak |
2023-05-23 | wlr_{box, fbox}_equal: Consider empty boxes NULL | Alexander Orzechowski |
2023-05-23 | wlr_{box, fbox}_equal: Handle NULL | Alexander Orzechowski |
2022-12-22 | addon: Remove extra newline from logging | Alexander Orzechowski |
2022-12-22 | addon: Add more logging | Alexander Orzechowski |
2022-12-22 | util/addon: ensure the set is empty after finish | Kirill Primak |
2022-12-09 | util/region: forbid "shrinking" a region with wlr_region_expand() | Kirill Primak |
2022-12-06 | util/env: make env_parse_switch() return a size_t | Simon Ser |
2022-12-05 | addon: Allow NULL owner of addon | Kenny Levinsen |
2022-11-25 | util/time: use int64_t return value for get_current_time_msec() | Simon Ser |
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 |