1. 07d7a99 client: Add WL_MAP_ENTRY_ZOMBIE flag by Derek Foreman · 6 years ago
  2. 69fab4f client: Add wl_object_is_zombie() helper function by Derek Foreman · 6 years ago
  3. b4cf9e7 util: Pass flags to map iterators by Derek Foreman · 6 years ago
  4. 46e4ea4 connection: Make wl_closure_destroy() close fds of undispatched closures by Derek Foreman · 6 years ago
  5. 52609dd connection: Clear fds we shouldn't close to -1 by Derek Foreman · 6 years ago
  6. e802094 connection: Refactor out closure allocation by Derek Foreman · 6 years ago
  7. 383b2d9 server: Log closure before sending it by Derek Foreman · 6 years ago
  8. 9a2735c connection: Don't declare a local variable just to takes its size by Derek Foreman · 6 years ago
  9. 1476178 doc: start documenting Xwayland by Pekka Paalanen · 7 years ago
  10. 1b6521e client: Allow absolute paths in WAYLAND_DISPLAY by Matt Hoosier · 6 years ago
  11. de24f4d protocol: make get_subsurface double-buffered by Pekka Paalanen · 8 years ago
  12. 8d4250a scanner: Add --strict flag by Jonas Ådahl · 7 years ago
  13. a46d89d connection: Use wl_buffer_size() for all buffer size calculations by Derek Foreman · 7 years ago
  14. 56696e5 client: Simplify some logic in queue_event by Derek Foreman · 7 years ago
  15. 971a9e7 connection: close_fds() should only remove fds it closed from the buffer by Derek Foreman · 7 years ago
  16. c3ff179 Do not create man page links with doxygen by Armin Krezović · 7 years ago
  17. ed7ad31 eventloop: clarify post_dispatch_check() by Christopher James Halse Rogers · 7 years ago
  18. 698dde1 protocol: Add deprecation note about wl_shell by Jonas Ådahl · 6 years ago
  19. 2f392da cursor: add forward declaration for struct wl_buffer by Emil Velikov · 7 years ago
  20. 4c920f0 tests: Mark tests used so they don’t get removed at link time by Emmanuel Gil Peyrot · 7 years ago
  21. 341bb12 tests: Add one more indentation level to some macros by Emmanuel Gil Peyrot · 7 years ago
  22. 5d201df cursor: Fix heap overflows when parsing malicious files. by Tobias Stoeckmann · 6 years ago
  23. 2420056 wayland-server: document WL_HIDE_DEPRECATED by Emil Velikov · 7 years ago
  24. f6bbc97 protocol: Suggest get_registry not be called frequently by Derek Foreman · 7 years ago
  25. 5bb8268 build: remove wayland-version.h.in from EXTRA_DIST by Emil Velikov · 7 years ago
  26. 3ea73cb server: document wl_event_loop and wl_event_source by Pekka Paalanen · 7 years ago
  27. b88ada0 Pass input/output files as arguments to wayland-scanner by Jonas Ådahl · 7 years ago
  28. 22be3c7 scanner: use tabs for indentation. by Emil Velikov · 7 years ago
  29. 12509e4 scanner: remove unused scanner.mk by Emil Velikov · 7 years ago
  30. 0b991b6 Reopen master for regular development by Bryce Harrington · 7 years ago
  31. 989cf03 configure.ac: bump to version 1.14.0 for the official release by Bryce Harrington · 7 years ago upstream/1.14 1.14.0
  32. 269c143 configure.ac: bump to version 1.13.93 for the RC1 release by Bryce Harrington · 7 years ago 1.13.93
  33. 042e7ea Switch graphviz files to use HTML-style labels by Owen W. Taylor · 7 years ago
  34. 897256d configure.ac: bump to version 1.13.92 for the beta release by Bryce Harrington · 7 years ago 1.13.92
  35. f52c50b configure.ac: bump to version 1.13.91 for the alpha release by Bryce Harrington · 7 years ago 1.13.91
  36. 0eefe99 docs: Reference Contributor Covenant by Daniel Stone · 7 years ago
  37. 3f2c194 scanner: Reword fallthrough comment to quiet GCC by Daniel Stone · 7 years ago
  38. 9452cc5 connection-test: fix assert by Eric Engestrom · 7 years ago
  39. 654dee8 wayland-util: do not export the wl_map_* API by Emil Velikov · 7 years ago
  40. 9b78be6 wayland-server: Remove unused members from struct wl_client by Sergi Granell · 7 years ago
  41. 680a6b3 tests: Fix "new ID" type handling in argument_from_va_list test by Carlos Garnacho · 7 years ago
  42. f8c9307 configure.ac: bump version to 1.13.90 for open development by Bryce Harrington · 7 years ago
  43. 1361da9 configure.ac: bump to version 1.13.0 for the official release by Bryce Harrington · 7 years ago upstream/1.13 1.13.0
  44. 24df0fb configure.ac: bump to version 1.12.93 for the RC1 release by Bryce Harrington · 7 years ago 1.12.93
  45. 6161d7d configure.ac: bump to version 1.12.92 for the beta release by Bryce Harrington · 7 years ago 1.12.92
  46. 56f2dad wayland-server: hide wl_priv_signal from doxygen by Pekka Paalanen · 7 years ago
  47. 8fe8a2b tests: Test wl_argument_from_va_list by Yong Bakos · 7 years ago
  48. e89d0a6 dtddata: Use standard permission notice by Yong Bakos · 7 years ago
  49. de90865 wayland-server: log an error for events with wrong client objects by Derek Foreman · 7 years ago
  50. efae953 server: Disallow sending events to clients after posting an error by Derek Foreman · 7 years ago
  51. 5fbc9da server: Refactor array send functions by Derek Foreman · 7 years ago
  52. c44eed1 server: use the new wl_priv_signal for wl_resource by Giulio Camuffo · 7 years ago
  53. 7454aa9 server: use the new wl_priv_signal in wl_client by Giulio Camuffo · 7 years ago
  54. 5e6eb03 server: add a safer signal type and port wl_display to it by Giulio Camuffo · 7 years ago
  55. 23d8bc5 tests: Add a test for global filter by Olivier Fourdan · 7 years ago
  56. ad4f048 configure.ac: bump to version 1.12.91 for the alpha release by Bryce Harrington · 7 years ago 1.12.91
  57. 65b773e wayland-server: Add functions to wl_global by Olivier Fourdan · 8 years ago
  58. d915447 wayland-server: Add API to control globals visibility by Olivier Fourdan · 8 years ago
  59. 2f72d0a protocol: add axis_source.wheel_tilt by Peter Hutterer · 7 years ago
  60. f8ab476 scanner: support "since" attribute for enum entries by Peter Hutterer · 7 years ago
  61. 6c48100 scanner: add helper function to convert "since" to a version by Peter Hutterer · 7 years ago
  62. 493eda3 tests: sync example.xml with wayland.xml by Peter Hutterer · 7 years ago
  63. 721e0b4 util: Document wl_array and wl_list members by Yong Bakos · 7 years ago
  64. deb370c doc: Remove wayland-util.c from file list by Yong Bakos · 7 years ago
  65. 20742b7 doc: Remove display of WL_PRINTF attribute by Yong Bakos · 7 years ago
  66. c9f6454 tests: add scanner tests by Pekka Paalanen · 8 years ago
  67. 992b451 tests: add data files for future wayland-scanner test by Pekka Paalanen · 8 years ago
  68. 0242007 util: Clarify documentation of wl_dispatcher_func_t by Yong Bakos · 7 years ago
  69. a26ed09 protocol: indentation fixes by Peter Hutterer · 7 years ago
  70. a2cbdef wayland-client: Require base 10 for WAYLAND_SOCKET, explicitly by Bryce Harrington · 8 years ago
  71. b05baa6 util: Document wl_log_func_t by Yong Bakos · 7 years ago
  72. 8477664 buildsystem: adjust uninstalled -client/server pkg-config infra by Reynaldo H. Verdejo Pinochet · 8 years ago
  73. 8d335bf build: Fix scanner path in uninstalled pkg-config file by Derek Foreman · 8 years ago
  74. 013cfd9 util: Improve documentation of wl_iterator_result by Yong Bakos · 7 years ago
  75. b4636b5 protocol: spell out that we're using linux/input-event-codes.h button codes by Peter Hutterer · 7 years ago
  76. 5c48aac cursor: Remove "weston" from anonymous shm filenames by Derek Foreman · 8 years ago
  77. 9ac70f4 util: Improve documentation of wl_argument by Yong Bakos · 8 years ago
  78. 2d328a4 tests: Add nullable check to wl_message_count_arrays by Yong Bakos · 8 years ago
  79. b0cd65d tests: Test wl_interface_equal by Yong Bakos · 8 years ago
  80. 0cdc322 util: Document wl_interface by Yong Bakos · 8 years ago
  81. aa51a83 Makefile: build also test programs during a normal build by Pekka Paalanen · 7 years ago
  82. 06b7c47 doc: Fix a typo in the client documentation by Moritz Kiefer · 8 years ago
  83. 6a18a87 protocol: Extend wl_touch with touchpoint shape and orientation by Dennis Kempin · 8 years ago
  84. fd75029 util: Document wl_fixed_t by Yong Bakos · 8 years ago
  85. 2281bc0 util: Remove stray space from function signature by Yong Bakos · 8 years ago
  86. 2c6350b scanner: Fixed doxygen group name for _add_listener by Bill Spitzak · 8 years ago
  87. edd62e6 Makefile: do not put TESTS into check_PROGRAMS by Pekka Paalanen · 8 years ago
  88. 9618087 tests: Test wl_message_count_arrays by Yong Bakos · 8 years ago
  89. 66a26ae protocol: Remove inconsistent line breaks by Yong Bakos · 8 years ago
  90. a6cf198 util: Document wl_message by Yong Bakos · 8 years ago
  91. ed7a688 scanner: Remove return doxygen annotation by Yong Bakos · 8 years ago
  92. 23d3c67 tests: Use unique XDG_RUNTIME_DIR by Daniel Stone · 8 years ago
  93. b802108 protocol: Use singleton global consistently by Yong Bakos · 8 years ago
  94. 9e2e3bc protocol: Describe wl_registry as singleton by Yong Bakos · 8 years ago
  95. da58e07 shm: Make shm_pool_interface static const by Yong Bakos · 8 years ago
  96. ae139d8 util: Document GCC attributes by Yong Bakos · 8 years ago
  97. a1ab2c0 array-test: Include wayland-util.h and simplify init test by Yong Bakos · 8 years ago
  98. f04f218 tests: Test wl_array_release by Yong Bakos · 8 years ago
  99. e8ad232 wl_array: Set data to invalid address after free by Yong Bakos · 8 years ago
  100. db61796 util: Document wl_array by Yong Bakos · 8 years ago