aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add wl_keyboard key repeat eventsAndri Yngvason2024-09-231-4/+18
* protocol: clients should not emulate key-press events on enterJulian Orth2024-09-101-0/+3
* connection: Reject strings containing NUL bytesDemi Marie Obenour2024-08-182-2/+11
* meson: Fix use of install_data() without specifying install_dirJoaquim Monteiro2024-08-151-1/+3
* client: Log the object and methods when marshalling or sending failsFangzhou Ge2024-08-121-2/+6
* ci: use detached MR pipelinesSimon Ser2024-08-091-0/+7
* src: Finish assert() clean-upDerek Foreman2024-08-096-7/+2
* doc: Require strings to be UTF-8Sebastian Wick2024-08-091-3/+3
* server: expose wl_resource_post_error_vargs()Kirill Primak2024-08-092-2/+14
* server: add wl_resource_post_error() docsKirill Primak2024-08-092-1/+9
* Put WL_DEPRECATED in front of the function declarationsKirill Primak2024-08-093-11/+22
* client: Handle proxies with no queueSebastian Wick2024-07-261-1/+5
* src: switch asserts to wl_abortmeltq2024-07-115-16/+36
* tests: add enum bitfield testSimon Ser2024-07-096-0/+150
* scanner: fix validator for bitfieldsSimon Ser2024-07-092-70/+73
* scanner: extract validator function emission to helper functionSimon Ser2024-07-091-26/+33
* build: re-open main branch for regular developmentSimon Ser2024-05-301-1/+1
* 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