Commit graph

  • c4865c774b ci: Add ARMv7 build Daniel Stone 2021-08-03 21:09:50 +01:00
  • 33767673bc ci: Add AArch64 build Daniel Stone 2021-08-03 21:08:01 +01:00
  • b88e1d40b0 ci: Parameterise and template build Daniel Stone 2021-08-03 21:06:11 +01:00
  • 7940bbb735 ci: Add comments, rename build stages Daniel Stone 2021-08-03 20:56:51 +01:00
  • d42a6ac39a test-runner: Disable address sanitization on .test_section Fergus Dall 2021-07-10 04:04:47 +10:00
  • 2aa0a83d36 connection: print array size Simon Ser 2020-05-28 23:47:29 +02:00
  • 2f05ceeb4d connection, client: Avoid locale-dependent float printing Manuel Stoeckl 2021-01-17 18:02:50 -05:00
  • c8052d423a build: Split core protocols out as separate library Derek Foreman 2021-07-30 07:49:52 -05:00
  • 91d98b622f os-wrappers-test: Make syscall intercepts work with sanitizers Fergus Dall 2021-07-10 00:13:35 +10:00
  • e5c3ac9bcd connection-test: Pad out strings with null bytes Fergus Dall 2021-07-10 00:09:59 +10:00
  • f6b78b76b2 server: Fix undefined behavior in wl_socket_init_for_display_name Fergus Dall 2021-07-09 18:04:27 +10:00
  • 80164ef300 util: Avoid undefined behaviour in for_each_helper Fergus Dall 2021-07-09 17:52:01 +10:00
  • ada25fbd52 client: print discarded events in debug log Manuel Stoeckl 2020-09-26 21:14:16 -04:00
  • 13ccd1c4db wayland-util: avoid memcpy(NULL) in wl_array_copy() Pekka Paalanen 2021-07-13 13:19:48 +03:00
  • 8899310fc8 shm: document wl_shm_buffer Simon Ser 2021-07-13 15:52:31 +02:00
  • b7153f2273 tests: Test wayland-scanner with a description in an entry James Legg 2021-06-03 00:10:22 +01:00
  • 51d336ec14 scanner: Use descriptions in entries James Legg 2021-06-03 00:10:21 +01:00
  • 767765d584 protocol: clarify wl_seat.name description Simon Ser 2021-06-29 12:47:04 +02:00
  • 92038fa394 CI: turn on ASan and UBSan Pekka Paalanen 2021-05-14 16:25:07 +03:00
  • 817fdb9009 shm: add safety assertions Simon Ser 2021-06-02 16:35:30 +02:00
  • ccc9612e82 connection: Handle non-nullable strings in wl_connection_demarshal Fergus Dall 2021-06-22 19:31:26 +10:00
  • 4f53613e70 connection-test: Encode size in message headers correctly Fergus Dall 2021-06-22 20:05:47 +10:00
  • 3e897faa29 protocol: allow immediate wl_buffer.destroy if not re-used Simon Ser 2021-05-26 12:07:17 +02:00
  • ba0c63dee8 shm: remove wl_shm_buffer.pool NULL checks Simon Ser 2021-06-02 16:22:54 +02:00
  • 1d71eeddbd hack: use MAP_NOSIGBUS Simon Ser 2021-06-03 14:41:30 +02:00
  • abcf1048e2 cursor: fix crash with weird input files Tobias Stoeckmann 2021-05-14 13:06:15 +02:00
  • f8bea2450d protocol: drop reference to wl_drm Simon Ser 2021-05-26 12:00:17 +02:00
  • f452e41264 build: replace assembly embedding with Python script Simon Ser 2020-12-15 20:35:25 +01:00
  • e475decf1d src: Add missing new lines to log messages Marius Vlad 2021-05-07 11:00:43 +03:00
  • 208fc99e66 Document serial param usage in wl_pointer.set_cursor Nick Diego Yamane 2021-04-28 11:34:05 -04:00
  • ed55438366 cursor: fix CVE-2013-2003 Tobias Stoeckmann 2021-05-02 21:35:23 +02:00
  • 8f1795f911 NOTE! Default branch is now main master Daniel Stone 2021-04-27 18:27:43 +01:00
  • 0aebb5b94d cursor: add one more directory to XCURSORPATH Alexander Dunaev 2021-02-17 15:44:00 +07:00
  • 88f1605a82 build: add option to disable tests James Hilliard 2020-03-03 15:27:51 -07:00
  • 4c21053123 meson: only require cpp for tests James Hilliard 2021-04-16 02:32:38 -06:00
  • 34306efeb2 Change wl_os_dupfd_cloexec minfd to be int Alex Richardson 2021-03-18 10:46:55 +00:00
  • e881934927 os-wrappers-test.c: Correctly forward arguments to fcntl Alex Richardson 2021-03-18 10:45:50 +00:00
  • e4659ffbf5
    meson: Only require expat when building wayland-scanner Michael Weiss 2021-04-02 19:26:57 +02:00
  • d224e6ccf3 ci: Use ci-fairy to check for Signed-off-by Jonas Ådahl 2021-03-26 17:21:07 +01:00
  • 1349d3d15b Use MAP_FAILED instead of (void *) -1 Alex Richardson 2021-03-19 11:24:05 +00:00
  • dff9f5efce Comment out clang-format directives that depend on clang 12 Alex Richardson 2021-03-20 17:24:44 +00:00
  • 3a8884a54a Add a basic .clang-format that mostly matches existing style Alex Richardson 2021-03-15 21:09:18 +00:00
  • 3bda3d1b47 build: drop autotools Simon Ser 2020-12-14 14:46:46 +01:00
  • 2b22160fb6 server: add wl_display getter for wl_global Vlad Zahorodnii 2021-02-24 16:02:54 +02:00
  • 727c7903b2 client: assert queue display matches proxy Simon Ser 2021-02-25 23:49:00 +01:00
  • 70f1c83fd9 server: remove duplicate include sheepwall 2021-02-22 18:19:13 +01:00
  • 8f518f958a Disrecommend the use of display socket name wayland-0 Manuel Stoeckl 2021-02-07 14:35:28 -05:00
  • ddf21afa6e protocol: Specify wl_callback::done to be a destructor event Tadeo Kondrak 2020-06-11 13:41:09 -06:00
  • efab39642e protocol: Add type attribute to events Tadeo Kondrak 2020-06-11 13:39:56 -06:00
  • f1cc5d0c37 build: re-open master for regular development Simon Ser 2021-01-27 18:45:57 +01:00
  • e60398b175 build: bump to version 1.19.0 for the official release 1.19.0 Simon Ser 2021-01-27 17:48:01 +01:00
  • 0344e08ce0 build: bump to 1.18.93 for the RC1 release 1.18.93 Simon Ser 2021-01-20 22:35:34 +01:00
  • db8b64ca5e protocol: sync wl_shm.format with libdrm 2.4.104 Simon Ser 2021-01-17 11:51:39 +01:00
  • d32e77692c server: Allow absolute paths in WAYLAND_DISPLAY Loïc Yhuel 2019-11-14 14:13:17 +01:00
  • ead58945cd
    wip: make wl_array arguments const Simon Ser 2021-01-08 19:13:33 +01:00
  • 69b8eaf385
    build: bump to version 1.18.92 for the beta release 1.18.92 Simon Ser 2021-01-06 20:18:58 +01:00
  • d01dee9784 Remove TODO Simon Ser 2020-12-14 17:27:45 +01:00
  • 74182eb605 meson: link with -lrt if needed for clock_gettime Loïc Yhuel 2020-04-02 18:25:54 +02:00
  • ea09c2fde7
    build: bump to version 1.18.91 for the alpha release 1.18.91 Simon Ser 2020-12-21 11:16:05 +01:00
  • dad8575a4b server: fix typos Maxime Roussin-Bélanger 2020-12-17 15:42:10 -05:00
  • 4c086a8ce2 egl: fix typo "Backards" Maxime Roussin-Bélanger 2020-12-17 15:41:13 -05:00
  • 0f0951d5c4 cursor: fix typo "insufficent" Maxime Roussin-Bélanger 2020-12-17 15:40:58 -05:00
  • b52e71c8ec CONTRIBUTING: fix typo "excercising" Maxime Roussin-Bélanger 2020-12-17 15:40:38 -05:00
  • efa5e3c8c6 tests: fix typos Maxime Roussin-Bélanger 2020-12-17 15:40:04 -05:00
  • 0f5cc8b71b doc: fix typos Maxime Roussin-Bélanger 2020-12-17 15:39:46 -05:00
  • 6741dafbf7 protocol: deprecate non-current wl_output.mode Simon Ser 2020-04-16 19:08:53 +02:00
  • d42b39ccab protocol: make it clear wl_surface.enter/leave are not for frame throttling Simon Ser 2020-07-15 09:39:25 +02:00
  • 1ea08d748c cursor/convert_font.c: malloc cannot guarantee that the memory allocated is always successful ganjing 2020-07-27 11:22:40 +08:00
  • e53e0edf0f doc: make reproducible Alyssa Ross 2020-10-29 12:06:36 +00:00
  • 53dd99793d protocol: Clarify how clients can cancel a drag operation Nick Diego Yamane 2020-07-08 10:48:19 -04:00
  • 1ab6a81816 Fix undefined behavior Valentin 2020-09-04 12:15:03 +02:00
  • fc3beac71f Use fixed size integer type Valentin 2020-09-04 12:12:56 +02:00
  • 9b7171f955 Add a basic gitlab issue template Peter Hutterer 2020-07-09 14:44:04 +10:00
  • 4e16ef0aed
    protocol: Minor gramatical fix. Christopher James Halse Rogers 2020-08-14 10:24:02 +10:00
  • 1dfd2169da
    protocol: disambiguate key codes in wl_keyboard.key Simon Ser 2020-02-03 15:45:58 +01:00
  • 57b7c7d946 Clarify clients behavior on wl_keyboard.leave Kirill Chibisov 2020-05-24 14:12:44 +03:00
  • 4aa6eb868a Clarify the order of wl_keyboard.modifiers Kirill Chibisov 2020-05-24 02:28:31 +03:00
  • a61ae8eca8 doc: Document libwayland-cursor with meson Emmanuel Gil Peyrot 2020-01-22 13:26:47 +01:00
  • 3feed6e723 doc: Document libwayland-cursor with autotools Emmanuel Gil Peyrot 2019-11-13 22:53:49 +01:00
  • c81cbae3f2 cursor: Properly document wl_cursor_image and wl_cursor Emmanuel Gil Peyrot 2019-11-13 22:53:21 +01:00
  • 95a3272625 cursor: Use spaces for alignment in the header Emmanuel Gil Peyrot 2019-11-13 20:39:01 +01:00
  • 21fad23a47 protocol: add seat missing_capability error Simon Ser 2020-05-28 10:00:12 +02:00
  • cf20f24140 gitlab CI: update to use the fdo ci templates Peter Hutterer 2020-06-04 15:40:49 +10:00
  • 94c036d72b editorconfig: add settings for the .gitlab-ci.yml file Peter Hutterer 2020-06-04 15:40:08 +10:00
  • ef611a803e doc: fix and clarify pointer image behaviour Yann Dirson 2020-03-30 18:29:08 +02:00
  • df969706f4 Replace initial 8 spaces with a tab for all xml files Peter Hutterer 2020-04-16 15:57:07 +10:00
  • cc8b6aa3d9 scanner: Guard interface declarations Guido Günther 2020-04-21 12:47:56 +02:00
  • 7d3d2ae310
    doc/man: remove manually written man pages Simon Ser 2020-04-16 19:50:52 +02:00
  • 24ca1a5b57
    client: improve wl_display_connect docs Simon Ser 2020-04-16 19:49:12 +02:00
  • 25f216d97f README with upadated compile instructions Ricardo Quesada 2020-04-07 10:06:19 -07:00
  • 35f1689aa1 client: Add mediated reader stopping for display proxy Robert Beckett 2019-04-16 17:12:06 +01:00
  • 6d44973710 meson: Deduplicate generation of wayland-version.h Matt Turner 2020-03-16 16:47:05 -07:00
  • 9f9e971f56 meson: Raise requirement to meson >= 0.52.1 Matt Turner 2020-03-16 16:46:00 -07:00
  • d840681707 .gitlab-ci.yml: Switch from Stretch to Buster Matt Turner 2020-03-16 16:43:57 -07:00
  • 618663c791 meson: Add option to control building wayland-scanner Matt Turner 2020-03-05 12:04:36 -08:00
  • 5ddb8dff87 meson: Require wayland-scanner of a matching version Matt Turner 2020-03-06 10:04:53 -08:00
  • 8d5fadad47 protocol: add invalid_size error to wl_surface Simon Ser 2020-02-26 18:30:57 +01:00
  • ef40f82ac1 util: fix compiler warning Tomek Bury 2020-02-24 11:02:44 +00:00
  • 230885ebb4 cursor/os-compatibility: move resizing into a separate function Jan Beich 2020-02-16 05:54:33 +00:00
  • 3a3dd0820d cursor: ignore posix_fallocate in shm_pool_resize if not supported by FS Jan Beich 2020-02-15 15:16:51 +00:00