index
:
wayland
0.85
1.0
1.1
1.10
1.11
1.12
1.13
1.14
1.15
1.16
1.2
1.23
1.24
1.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: bump version to 1.23.1 for the bugfix release
1.23.1
1.23
Simon Ser
2024-08-24
1
-1
/
+1
*
meson: Fix use of install_data() without specifying install_dir
Joaquim Monteiro
2024-08-24
1
-1
/
+3
*
Put WL_DEPRECATED in front of the function declarations
Kirill Primak
2024-08-24
3
-11
/
+22
*
client: Handle proxies with no queue
Sebastian Wick
2024-08-24
1
-1
/
+5
*
tests: add enum bitfield test
Simon Ser
2024-08-24
6
-0
/
+150
*
scanner: fix validator for bitfields
Simon Ser
2024-08-24
2
-70
/
+73
*
scanner: extract validator function emission to helper function
Simon Ser
2024-08-24
1
-26
/
+33
*
build: bump to version 1.23.0 for the official release
1.23.0
Simon Ser
2024-05-30
1
-1
/
+1
*
protocol: clarify divergence in compositor behaviour
Hugo Osvaldo Barrera
2024-05-29
1
-3
/
+9
*
build: bump to version 1.22.93 for the RC1 release
1.22.93
Simon Ser
2024-05-23
1
-1
/
+1
*
server: document wl_display_add_socket_fd() ownership
Simon Ser
2024-05-22
1
-0
/
+3
*
server: Clarify fd ownership in wl_client_create()
Vlad Zahorodnii
2024-05-16
1
-0
/
+5
*
build: bump to version 1.22.92 for the beta release
1.22.92
Simon Ser
2024-05-09
1
-1
/
+1
*
protocol: explicitly describe wl_keyboard state
Julian Orth
2024-05-09
1
-7
/
+31
*
build: bump to version 1.22.91 for the alpha release
1.22.91
Simon Ser
2024-04-25
1
-1
/
+1
*
client: print debug events that have no listener
Derek Foreman
2024-04-24
1
-11
/
+9
*
protocol: define content updates and their internal queue
Sebastian Wick
2024-04-24
1
-9
/
+11
*
client: fix invalid doc command for WL_MARSHAL_FLAG_DESTROY
Simon Ser
2024-04-24
1
-1
/
+1
*
tests: add deprecated-since attributes
Simon Ser
2024-04-24
8
-3
/
+105
*
protocol: mark wl_pointer.axis_discrete as deprecated
Simon Ser
2024-04-24
1
-1
/
+1
*
Add support for the deprecated-since XML attribute
Simon Ser
2024-04-24
2
-7
/
+50
*
xcursor: catch theme inheritance loops
Chloé Vulquin
2024-04-24
1
-24
/
+66
*
scanner: add validators for enums
Simon Ser
2024-04-23
14
-4
/
+720
*
Clarify behavior of buffer transformations
Julian Orth
2024-04-23
1
-12
/
+13
*
protocol: Undefine wl_display_sync callback data
Colin Kinloch
2024-04-23
1
-1
/
+1
*
cursor: memfd_create: try MFD_NOEXEC_SEAL
6t8k
2024-04-21
1
-1
/
+20
*
ci: turn on -Dwerror=true for FreeBSD
Simon Ser
2024-04-09
1
-1
/
+1
*
ci: use --fatal-meson-warnings
Simon Ser
2024-04-09
1
-2
/
+2
*
build: bump minimum Meson version to 0.57
Simon Ser
2024-04-09
1
-1
/
+1
*
ci: bump Meson version to 0.57
Simon Ser
2024-04-09
1
-2
/
+2
*
connection: Dynamically resize connection buffers
Manuel Stoeckl
2024-04-08
9
-81
/
+454
*
util: convert macros to inline functions
Simon Ser
2024-03-28
1
-3
/
+17
*
wl_touch.cancel: document lack of frame event
Isaac Freund
2024-03-28
1
-0
/
+2
*
tests: add scanner test for enum-header
Simon Ser
2024-03-28
3
-0
/
+838
*
scanner: add new enum-header mode
Simon Ser
2024-03-28
1
-1
/
+36
*
egl: Disable symbols check for static builds
Jordan Williams
2024-03-28
1
-10
/
+15
*
util: fix undefined behavior in wl_array_for_each
David Benjamin
2024-03-24
7
-0
/
+177
*
protocol: document that color channels provide electrical values
Simon Ser
2024-03-12
1
-2
/
+4
*
connection: use enum wl_arg_type in wl_message_count_arrays()
Simon Ser
2024-03-06
1
-1
/
+1
*
client: simplify create_proxies() loop
Simon Ser
2024-03-06
1
-15
/
+12
*
client: simplify create_outgoing_proxy() loop
Simon Ser
2024-03-06
1
-10
/
+6
*
connection: simplify wl_closure_lookup_objects() loop
Simon Ser
2024-03-06
1
-29
/
+26
*
Introduce enum wl_arg_type
Simon Ser
2024-03-06
4
-92
/
+111
*
Mitigate UAF crashes due to wl_client_destroy reentrancy
Thomas Lukaszewicz
2024-02-23
2
-1
/
+59
*
build: fix build and provide compat for OpenBSD
Sébastien Marie
2024-02-21
5
-3
/
+41
*
compat: prefer waitpid() over waitid()
Sébastien Marie
2024-02-21
2
-26
/
+18
*
protocol: mention wl_surface events from wl_output.{scale,transform}
Simon Ser
2024-02-21
1
-6
/
+7
*
server: add wl_client_get_user_data/wl_client_set_user_data
Sebastian Wick
2024-02-15
3
-0
/
+71
*
event-loop: use wl_priv_signal for the destroy signal
Kirill Primak
2024-02-08
1
-5
/
+6
*
Mitigate UAF crashes due to iteration over freed wl_resources
Thomas Lukaszewicz
2024-02-07
2
-19
/
+85
[next]