platform/upstream/wayland.git
2023-02-28 Alexandros... client: Abort when trying to add an event to a destroye...
2023-02-28 Alexandros... tests: Support tests that check for client failure
2023-02-28 Alexandros... client: Warn when a queue is destroyed with attached...
2023-02-28 Alexandros... tests: Capture the test client log
2023-02-28 Alexandros... client: Track the proxies attached to a queue
2023-02-27 Simon Sershm: fix segfault when accessing destroyed pool resource
2023-02-27 Mikhail Gusarovprotocol: Clarify meaning of input region for cursors...
2023-02-27 Vlad Zahorodniiprotocol: reorder wl_data_offer.source_actions and...
2023-02-27 Sebastian Wickprotocol: do not change pending x and y when attaching...
2023-02-21 Peter Huttererprotocol: add wl_pointer's axis relative physical direction
2023-02-13 Simon Serreadme: convert to Markdown
2023-02-13 Simon Serreadme: reword website description
2023-02-13 Simon Serreadme: drop paragraph about Weston
2023-02-11 Andri Yngvasonwayland-server: Add method to get global name
2023-02-07 Simon Serprotocol: add wl_surface.preferred_buffer_transform
2023-02-07 Simon Serprotocol: add wl_surface.preferred_buffer_scale
2023-01-25 Simon Serserver: rename wl_display.id to next_global_name
2023-01-25 Simon Serserver: fail on global name overflow
2023-01-16 Mikhail Gusarovprotocol: wl_subsurface::destroy does not remove the...
2023-01-16 Marius Vladrelease.sh: Don't push *all* tags
2023-01-03 Fergus Dallscanner: Fix undefined behavior around qsort
2022-12-07 Simon Serprotocol: add note about wl_buffer/wl_callback version
2022-11-29 Kirill Primakprotocol: add defunct_role_object error
2022-11-29 Kirill Primakprotocol: remove wl_subsurface lifetime contradiction
2022-10-20 Daniel Stonetests: Ensure resource vs. client destroy handler order
2022-10-20 Daniel Stonewayland-server: Add wl_client_add_destroy_late_listener
2022-10-20 Daniel Stonetests: Use bool for client test
2022-09-21 Simon Serprotocol: add wl_compositor.error.bad_parent
2022-09-21 Simon Serprotocol: mention protocol error name in wl_subcomposit...
2022-09-13 Simon Serci: upgrade images
2022-09-13 Simon Serci: set ASAN_OPTIONS=detect_odr_violation=0
2022-09-13 Simon Sercursor: make param names match with documentation
2022-09-13 Simon Serserver: don't document void return values
2022-09-13 Simon Serutil: name function typedef arguments
2022-09-06 Olivier Fourdanbuild: Make release.sh generic
2022-08-04 Carlos Garnachoserver: Extend display name string size
2022-07-14 Ian Douglas... Document which type are nullable, and wire format for...
2022-07-14 Ian Douglas... Do not allow nullable `new_id`
2022-07-14 Ian Douglas... Do not allow nullable arrays, which were not correctly...
2022-07-14 Simon SerAdd release.sh
2022-06-30 Simon Serbuild: re-open main branch for regular development
2022-06-30 Simon Serbuild: bump to version 1.21.0 for the official release upstream_work_20230216 1.21.0 upstream/1.21.0
2022-06-30 Peter Huttererprotocol: minor clarification for axis_discrete events
2022-06-28 Simon Serutil: set errno when hitting WL_MAP_MAX_OBJECTS
2022-06-23 Simon Serbuild: bump to version 1.20.93 for the RC1 release 1.20.93
2022-06-15 Simon Serserver: warn about global filtering consistency
2022-06-15 Simon Serserver: add PID race condition disclaimer to wl_client_...
2022-06-15 Simon Sertests: add a test for dynamic filtered globals
2022-06-15 Simon Serserver: check visibility before sending global/global_r...
2022-06-09 Olivier Fourdancursor/os-compatibility: handle EINTR gracefully
2022-06-09 Simon Serbuild: bump to version 1.20.92 for the beta release 1.20.92
2022-06-09 Alexandros... client: Lock display when setting a proxy event queue
2022-06-09 Alexandros... client: Document best practices for event queue changes
2022-06-09 Antonin DécimoCheck that XDG base directories paths are absolute
2022-06-04 Simon Sercursor/os-compatibility: fix trailing space
2022-06-04 Simon Sercursor/os-compatibility: remove strcpy/strcat usage
2022-05-27 Simon Sercursor: move xcursor_theme_inherits declarations at...
2022-05-27 Simon Sercursor: drop xcursor_add_path_elt
2022-05-27 Simon Sercursor: drop unused XCursor comment declarations
2022-05-27 Simon Sercursor: fix indentation of xcursor_load_theme declaration
2022-05-27 Simon Sercursor: simplify xcursor_library_path
2022-05-27 Simon Sercursor: remove unnecessary ifs in xcursor_load_theme
2022-05-27 Simon Sercursor: drop xcursor_images_set_name
2022-05-27 Simon Sercursor: use getline instead of fgets
2022-05-27 Simon Sercursor: remove unnecessary parentheses in load_all_curs...
2022-05-27 Simon Sercursor: remove xcursor_file_load_images wrapper
2022-05-26 Simon Serbuild: bump to version 1.20.91 for the alpha release 1.20.91
2022-05-24 Xavier ClaessensMeson: Override wayland-scanner if it can be run
2022-05-23 Simon Serutil: fix code block language in docs
2022-05-23 Simon Sercursor: rename local variables to snake case
2022-05-23 Simon Sercursor: drop xcursor_file abstraction
2022-05-23 Simon Sercursor: refactor xcursor_theme_inherits
2022-05-23 Simon Sercursor: convert macros to functions
2022-05-23 Simon Sercursor: rename functions to snake case
2022-05-23 Simon Sercursor: fix whitespace in function args definitions
2022-05-23 Simon Sercursor: remove struct typedefs, rename to snake case
2022-05-23 Simon Sercursor: fix spacing around conditions and loops
2022-05-23 Simon Sercursor: fix indentation
2022-05-23 Simon Sercursor: remove unnecessary if before free
2022-05-23 Simon Sercursor: fix variable declaration style
2022-05-23 Simon Sercursor: fix struct declaration style
2022-05-23 Simon Sercursor: fix define style
2022-05-23 Simon Sercursor: drop whitespace before parens in function calls
2022-05-23 Simon Sercursor: drop XCURSOR_LIB_* defines
2022-05-23 Simon Sercursor: drop XcursorTrue and XcursorFalse
2022-05-23 Simon Sercursor: remove private Xcursor int typedefs
2022-05-23 Simon Serserver: add wl_global_get_version
2022-05-16 Derek Foremanutil: Limit size of wl_map
2022-05-11 Simon Serdocs/publican: ensure output encoding is UTF-8
2022-05-10 Simon Serbuild: sanity check options
2022-05-06 Simon Sercursor: use MAP_FAILED instead of hardcoded constant
2022-05-05 Simon SerRemove publish-doc
2022-04-11 Demi Marie... wl_shell is not mandatory
2022-04-11 Simon Seros: drop unnecessary memcpy in wl_os_mremap_maymove
2022-04-05 Olivier Fourdanshm: Close file descriptors not needed
2022-04-03 Sigrid Solveig... connection: change clen type in build_cmsg to size_t
2022-04-03 Sigrid Solveig... connection: fix asan report on sendmsg call
2022-04-02 illilitimeson: Use proper type for bools
2022-03-28 Simon Serserver: introduce wl_signal_emit_mutable
2022-03-28 Peter Huttererprotocol: add the wl_pointer.axis_value120 events
next