aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROYSimon Ser2024-04-241-1/+1
* tests: add deprecated-since attributesSimon Ser2024-04-248-3/+105
* protocol: mark wl_pointer.axis_discrete as deprecatedSimon Ser2024-04-241-1/+1
* Add support for the deprecated-since XML attributeSimon Ser2024-04-242-7/+50
* xcursor: catch theme inheritance loopsChloé Vulquin2024-04-241-24/+66
* scanner: add validators for enumsSimon Ser2024-04-2314-4/+720
* Clarify behavior of buffer transformationsJulian Orth2024-04-231-12/+13
* protocol: Undefine wl_display_sync callback dataColin Kinloch2024-04-231-1/+1
* cursor: memfd_create: try MFD_NOEXEC_SEAL6t8k2024-04-211-1/+20
* ci: turn on -Dwerror=true for FreeBSDSimon Ser2024-04-091-1/+1
* ci: use --fatal-meson-warningsSimon Ser2024-04-091-2/+2
* build: bump minimum Meson version to 0.57Simon Ser2024-04-091-1/+1
* ci: bump Meson version to 0.57Simon Ser2024-04-091-2/+2
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-089-81/+454
* util: convert macros to inline functionsSimon Ser2024-03-281-3/+17
* wl_touch.cancel: document lack of frame eventIsaac Freund2024-03-281-0/+2
* tests: add scanner test for enum-headerSimon Ser2024-03-283-0/+838
* scanner: add new enum-header modeSimon Ser2024-03-281-1/+36
* egl: Disable symbols check for static buildsJordan Williams2024-03-281-10/+15
* 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