aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util: fix undefined behavior in wl_array_for_eachDavid Benjamin2024-03-247-0/+177
* protocol: document that color channels provide electrical valuesSimon Ser2024-03-121-2/+4
* connection: use enum wl_arg_type in wl_message_count_arrays()Simon Ser2024-03-061-1/+1
* client: simplify create_proxies() loopSimon Ser2024-03-061-15/+12
* client: simplify create_outgoing_proxy() loopSimon Ser2024-03-061-10/+6
* connection: simplify wl_closure_lookup_objects() loopSimon Ser2024-03-061-29/+26
* Introduce enum wl_arg_typeSimon Ser2024-03-064-92/+111
* Mitigate UAF crashes due to wl_client_destroy reentrancyThomas Lukaszewicz2024-02-232-1/+59
* build: fix build and provide compat for OpenBSDSébastien Marie2024-02-215-3/+41
* compat: prefer waitpid() over waitid()Sébastien Marie2024-02-212-26/+18
* protocol: mention wl_surface events from wl_output.{scale,transform}Simon Ser2024-02-211-6/+7
* server: add wl_client_get_user_data/wl_client_set_user_dataSebastian Wick2024-02-153-0/+71
* event-loop: use wl_priv_signal for the destroy signalKirill Primak2024-02-081-5/+6
* Mitigate UAF crashes due to iteration over freed wl_resourcesThomas Lukaszewicz2024-02-072-19/+85
* protocol: clarify pending wl_buffer destructionKirill Primak2024-01-271-2/+3
* doc: Improve wording for packed IDsMikhail Gusarov2024-01-221-3/+4
* client: Allow setting names for queuesDerek Foreman2024-01-226-16/+218
* connection: Spruce up logging for client errors.Erik Chen2024-01-191-6/+25
* connection: Small simplification to wl_connection_write()John Lindgren2024-01-191-8/+1
* Consider pkgconfig sysroot for pkgdatadirAndreas Cord-Landwehr2024-01-191-3/+3
* shm: implement version 2Simon Ser2024-01-191-2/+9
* protocol: add wl_shm.release requestSimon Ser2024-01-191-2/+13
* shm: fix resource versionsSimon Ser2024-01-191-2/+5
* protocol: clarify scale expecationsBen Widawsky2024-01-191-4/+7
* util: use C23 deprecated attributeSimon Ser2024-01-191-1/+3
* util: use C23 typeof if availableSimon Ser2024-01-191-2/+8
* protocol: document wl_surface.offset for sub-surfacesSimon Ser2024-01-191-0/+3
* cursor: add aliases for cursor name specConsolatis2024-01-191-0/+15
* build: add a gen-scanner-test targetSimon Ser2024-01-153-6/+38
* protocol: wl_subsurface will never be focusedJulian Orth2023-12-271-0/+2
* build: define tests in egl/meson.build when the 'tests' option is enabledFrancesco Guastella2023-12-101-11/+13
* protocol: improve wl_subsurface.{set_position,place_above} descriptionKirill Primak2023-11-211-6/+2
* protocol: clarify defaults with wl_compositor@v6Kirill Chibisov2023-11-211-0/+6
* util: simplify wl_fixed_from_double()Simon Ser2023-11-211-8/+1
* gitlab: make issue template the defaultSimon Ser2023-11-211-1/+1
* protocol: refer to wl_surface.offset in wl_data_device.start_dragSimon Ser2023-11-211-1/+1
* connection: avoid calling memcpy on NULL, 0David Benjamin2023-11-081-1/+8
* client: Add method to get display for a given proxyDavid Edmundson2023-08-073-0/+19
* ci: upgrade FreeBSD to 13.2Simon Ser2023-08-021-2/+2
* ci: upgrade Debian to bookwormSimon Ser2023-08-021-3/+3
* ci: upgrade ci-templatesSimon Ser2023-08-021-7/+5
* cursor: check return value of snprintf()Simon Ser2023-08-021-1/+6
* protocol: fix whitespaceSimon Ser2023-07-191-9/+9
* Add a triage-policies file for bugbotPeter Hutterer2023-07-071-0/+33
* debug: Replace "@<id>" with "#<id>" in logsAlex Yang2023-06-274-12/+12
* tests: manually wrap libc functionsSimon Ser2023-06-272-62/+47
* egl: add missing ABI check testSimon Ser2023-06-201-1/+2
* tests: add missing proxy-testSimon Ser2023-06-201-0/+4
* server: use bool in struct fieldsSimon Ser2023-05-301-8/+8
* protocol: refer to wl_surface.offset in set_cursorSimon Ser2023-05-231-2/+2