summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: bump to version 1.17.92 for the beta release1.17.92Simon Ser2020-01-282-2/+2
* tests: fix memory leak in proxy-testSimon Ser2020-01-281-0/+1
* os: fallback for unsupported posix_fallocateIhor Antonov2020-01-231-3/+8
* Remove unused HAVE_CONFIG_H define in mesonEmmanuel Gil Peyrot2020-01-221-2/+0
* build: bump to version 1.17.91 for the alpha release1.17.91Simon Ser2020-01-212-2/+2
* protocol: add missing enums for wl_data_device_manager.dnd_actionSimon Ser2020-01-211-6/+12
* event-loop-test: Add test to verify timer orderingManuel Stoeckl2020-01-211-0/+58
* event-loop: Track timer event sources in userspaceManuel Stoeckl2020-01-211-29/+415
* event-loop-test: Confirm distant timers do not fireManuel Stoeckl2020-01-211-7/+22
* event-loop-test: Verify proper timer cancellationManuel Stoeckl2020-01-211-0/+75
* build: check wayland-scanner versionSimon Ser2020-01-162-2/+2
* autotools: use strict wayland-scanner modeSimon Ser2020-01-151-6/+6
* meson: use strict wayland-scanner modeSimon Ser2020-01-152-5/+5
* tests: Ensure that overflow test always overflowsManuel Stoeckl2020-01-151-3/+9
* tests: Fix race condition in send overflow testManuel Stoeckl2020-01-153-13/+32
* Revert "build: check wayland-scanner version"Simon Ser2020-01-132-2/+2
* build: check wayland-scanner versionSimon Ser2020-01-132-2/+2
* display-test: Remove unused variablesDaniel Stone2020-01-131-4/+1
* Add Meson buildEmmanuele Bassi2020-01-1017-3/+1087
* scanner: include config.h from command linePekka Paalanen2020-01-102-1/+1
* Support running tests from different build directoriesEmmanuele Bassi2020-01-101-2/+11
* build/doc: Ensure destination dir exists despite VPATHDaniel Stone2020-01-101-6/+7
* doc: Expand the abbreviation "hw" to "hardware".asynts2020-01-041-1/+1
* protocol: fix typo in wl_data_offer.set_actions descriptionMichael Forney2020-01-021-1/+1
* Move wl_priv_signal to wayland-server-private.hJoshua Watt2019-11-065-23/+58
* scanner: Add configure check for strndupJoshua Watt2019-11-052-1/+12
* adding O_RDWR flag in the open()Jiayuan Ren2019-10-241-1/+1
* tests: add a test for wl_global_removeSimon Ser2019-10-161-0/+134
* server: add wl_global_removeSimon Ser2019-10-162-2/+43
* wayland-shm: Don’t set SIGBUS handlers on unshrinkable fdEmmanuel Gil Peyrot2019-10-141-2/+23
* server: add wl_global_set_user_dataSimon Ser2019-09-272-0/+16
* Add $(RT_LIBS) to fixed-benchmark LD dependenciesMosè Giordano2019-09-171-0/+1
* scanner: prepend protocol name to types symbolMarty E. Plummer2019-09-115-140/+140
* tests: Test that send overflow doesn't abortManuel Stoeckl2019-09-103-4/+88
* client: Don't abort when sending a request failsManuel Stoeckl2019-09-101-4/+9
* client: Ignore new requests if display has a fatal errorManuel Stoeckl2019-09-101-0/+4
* protocol: invalid_method is sent on malformed requestSimon Ser2019-09-101-1/+1
* tests: test that binding to a global with an interface mismatch failsSimon Ser2019-09-061-0/+67
* server: check global interface on bindSimon Ser2019-09-061-0/+6
* protocol: sync wl_shm.format with libdrm 2.4.99Simon Ser2019-09-061-0/+42
* protocol: add a comment about the wl_shm.format scriptSimon Ser2019-09-061-3/+5
* Add an automated script to update wl_shm.formatSimon Ser2019-09-061-0/+153
* Update .editorconfig for PythonSimon Ser2019-09-061-0/+4
* client: check event opcode in queue_eventSimon Ser2019-09-051-0/+6
* server: Fix fake "Address already in use" errorLiu Wenlong2019-08-271-1/+1
* Improve description of wl_surfaceDrew DeVault2019-08-171-2/+4
* Add .editorconfigDrew DeVault2019-08-051-0/+15
* Document unusual wl_registry.bind new_id behaviorDrew DeVault2019-07-301-4/+4
* proxy: Add API to tag proxy objectsJonas Ådahl2019-07-294-0/+211
* cursor: Use memfd_create() when availableEmmanuel Gil Peyrot2019-07-212-16/+42