platform/upstream/wayland.git
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
2022-03-25 Aleksandr Mezinclient, server: handle wl_map_insert_new() failures
2022-03-25 Aleksandr Mezinutil: set errno in wl_map_insert_at()
2022-03-25 Aleksandr Mezinutil: set errno in wl_map_reserve_new()
2022-03-25 Aleksandr Mezinutil: always check result of wl_array_add()
2022-03-25 Simon Serbuild: use get_variable(pkgconfig) instead of get_pkgco...
2022-03-25 Simon Serbuild: specify native arg in add_languages()
2022-03-25 Simon Serbuild: use full_path() instead of path()
2022-03-08 Alexander Irionconnection: Make wl_closure_print output atomic
2022-02-21 Mikhail Gusarovprotocol: wl_shm.format events are actually sent after...
2022-02-05 Simon Sermeson: use absolute paths for doxygen stamp files
2022-02-05 Simon Sermeson: use project build root for doxygen output
2022-02-05 Simon Sermeson: build requirement to 0.56.0
2022-02-05 Vlad Zahorodniicursor: Remove unused XcursorLibraryLoadImages() function
2022-02-05 Fergus Dalldisplay-test: Fix a race condition in test suite
2022-02-05 Simon SerUse zalloc for structs
2022-02-02 Simon Serbuild: explicitly set check arg in run_command()
2022-01-31 Julian Orthprotocol: xkb_v1 is null-terminated
2022-01-10 Simon Serbuild: set c_std=c99
2022-01-10 Simon Serbuild: don't rely on implicit GNU extensions
2022-01-10 Simon Sertests: use __typeof__ instead of typeof
2022-01-10 Simon Serbuild: re-open main branch for regular development
2022-01-10 shierotedoc: fix typo in wl_data_device.data_offer
2022-01-10 Derek Foremantests: Fix tc_client_fd_leaks_exec test
2022-01-07 Max Ihlenfeldtprotocol: clarify wl_shm_pool.resize
2021-12-18 Mikhail Gusarovdoc: Clarify that null terminator is included in string...
2021-12-12 Mikhail Gusarovdoc: Clarify position of file descriptors in the stream
2021-12-09 Simon Serbuild: bump to version 1.20.0 for the official release duna_test tizen_work_20220121 tizen_work_20220124 upstream_bkup_20230216 upstream_work_20220121 upstream_work_20220124 upstream_work_20220208 1.20.0 upstream/1.20.0
2021-12-07 Simon Sermeson: override dependencies to ease use as subproject
2021-12-02 Simon Serbuild: bump to version 1.19.93 for the RC1 release 1.19.93
2021-11-18 Simon Serbuild: bump to version 1.19.92 for the beta release 1.19.92
2021-11-15 Jan Grulichprotocol: clarify wl_data_offer::selection
2021-11-12 Manuel Stoecklprotocol: sync wl_shm.format with libdrm 2.4.108
2021-11-04 Simon Serbuild: bump to version 1.19.91 for the alpha release 1.19.91
2021-11-04 Duncan McIntoshwayland-shm: Check the size of sealed memory if ignorin...
2021-11-04 Simon Serprotocol: wl_shm uses pre-multiplied alpha
2021-11-02 Derek Foremandebug: Fix printing of new ids
2021-10-28 Simon Serprotocol: add wl_output.{name,description}
2021-10-28 Simon Serprotocol: add note about wl_output.done in events
2021-10-28 Simon McVittiebuild: Include the Wayland minor version in libraries...
2021-10-28 Jonas Ådahlprotocol: Add wl_surface.offset
2021-10-28 Manuel Stoecklclient: handle fcntl error on bad fd in wl_display_connect
2021-10-09 Damian Hobson... server: stop wl_display event loop from any context
2021-09-29 Matt Hoosierprotocol: mention that buffers with alpha are assumed...
2021-09-16 Olivier Fourdanshm: Relax shm_pool_create_buffer() validity check
2021-09-16 Simon Serprotocol: mention that keymap mapping must be read...
2021-09-10 Alex Richardsongitlab-ci: add a FreeBSD test job
2021-09-10 Alex RichardsonAllow event-loop signal tests to pass on FreeBSD
2021-09-10 Alex RichardsonDetect FreeBSD versions with broken MSG_CMSG_CLOEXEC
2021-09-10 Alex Richardsontest-helpers: use sysctl() to count open fds on FreeBSD
2021-09-10 Alex Richardsontest-runner: Implement is_debugger_attached() for FreeBSD
2021-09-10 Alex RichardsonUse /dev/fd instead of /proc/self/fd
2021-09-10 Alex Richardsonshm: Add mmap+memmove fallback if mremap() does not...
2021-09-10 Alex RichardsonSupport reading ucred from the socket on FreeBSD
2021-09-10 Alex Richardsongitlab-ci: add junit reports to the debian builder
2021-09-10 Alex Richardsongitlab-ci: Fix copy-paste error in a comment
2021-09-10 Alex Richardsongitlab-ci: remove duplicated lines in ci-templates...
2021-09-10 Alex Richardsongitlab-ci: update ci-templates to the latest commit
2021-09-10 Alex RichardsonUse epoll-shim to emulate epoll(7) on FreeBSD
2021-09-10 Alex Richardsonos-wrappers-test: Handle fcntl() being declared as...
2021-08-27 Derek Foremantests: Destroy custom global object
2021-08-09 Derek Foremanconnection: Rename wl_buffer
2021-08-07 Derek Foremanscanner: Use the new atomic marshal/destroy function
2021-08-07 Derek Foremanclient: Add new proxy marshalling functions with flags
2021-08-07 Derek Foremanclient: Refactor wl_proxy_destroy critical section
2021-08-06 Simon Sercursor: remove unused wl_cursor_theme.name
2021-08-05 Simon Sercursor: rename load_default_theme to load_fallback_theme
2021-08-05 Olivier Tilloycursor: Try to fall back to a default xcursor theme...
2021-08-04 Daniel Stoneci: Sanitise build and install paths
2021-08-04 Daniel Stoneci: Use Werror
2021-08-04 Daniel Stoneci: Use appropriate concurrency level
2021-08-04 Daniel Stoneci: Add release builds
2021-08-04 Daniel Stoneci: Use consistent YAML indendation
2021-08-04 Daniel Stoneci: Only run ci-fairy on MRs
2021-08-04 Daniel Stoneci: Add ARMv7 build
2021-08-04 Daniel Stoneci: Add AArch64 build
2021-08-03 Daniel Stoneci: Parameterise and template build
2021-08-03 Daniel Stoneci: Add comments, rename build stages
next