aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: bump version to 1.23.1 for the bugfix release1.23.11.23Simon Ser2024-08-241-1/+1
* meson: Fix use of install_data() without specifying install_dirJoaquim Monteiro2024-08-241-1/+3
* Put WL_DEPRECATED in front of the function declarationsKirill Primak2024-08-243-11/+22
* client: Handle proxies with no queueSebastian Wick2024-08-241-1/+5
* tests: add enum bitfield testSimon Ser2024-08-246-0/+150
* scanner: fix validator for bitfieldsSimon Ser2024-08-242-70/+73
* scanner: extract validator function emission to helper functionSimon Ser2024-08-241-26/+33
* build: bump to version 1.23.0 for the official release1.23.0Simon Ser2024-05-301-1/+1
* protocol: clarify divergence in compositor behaviourHugo Osvaldo Barrera2024-05-291-3/+9
* build: bump to version 1.22.93 for the RC1 release1.22.93Simon Ser2024-05-231-1/+1
* server: document wl_display_add_socket_fd() ownershipSimon Ser2024-05-221-0/+3
* server: Clarify fd ownership in wl_client_create()Vlad Zahorodnii2024-05-161-0/+5
* build: bump to version 1.22.92 for the beta release1.22.92Simon Ser2024-05-091-1/+1
* protocol: explicitly describe wl_keyboard stateJulian Orth2024-05-091-7/+31
* build: bump to version 1.22.91 for the alpha release1.22.91Simon Ser2024-04-251-1/+1
* client: print debug events that have no listenerDerek Foreman2024-04-241-11/+9
* protocol: define content updates and their internal queueSebastian Wick2024-04-241-9/+11
* 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