index
:
wayland/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.3
1.4
1.5
1.6
1.7
1.8
1.9
main
master
next
terminal
wayland-0.8
Wayland Compositor Infrastructure (mirrored from https://gitlab.freedesktop.org/wayland/wayland)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
protocol: Clarify wl_buffer.release description
HEAD
main
Michel Dänzer
1
-2
/
+4
10 days
client: document get_listener behavior for dispatchers
Julian Orth
1
-0
/
+3
2025-02-23
scanner: use separate guards for validator functions
Simon Ser
4
-31
/
+151
2025-02-06
Forward declarate timespec struct
Vlad Zahorodnii
1
-1
/
+2
2025-02-05
Also use [[deprecated]] when compiling with at least C++14
David Redondo
1
-1
/
+1
2025-02-05
Make wayland-util.h -Wundef safe when compiled by a C++ compiler
David Redondo
1
-2
/
+2
2025-02-05
build: Add -lm to pkg-config dependencies
Daniel Stone
1
-0
/
+2
2025-02-04
tests: Add dispatch timeout tests
Sebastian Wick
1
-0
/
+87
2025-02-04
client: Add wl_display_dispatch_timeout
Sebastian Wick
2
-0
/
+13
2025-02-04
client: Add wl_display_dispatch_queue_timeout
Sebastian Wick
2
-34
/
+127
2025-02-04
event-loop: Use timespec utils instead of hand-rolling our own
Sebastian Wick
1
-54
/
+7
2025-02-04
timespec: Implement saturating timespec substraction
Sebastian Wick
1
-0
/
+18
2025-02-04
timespec: Pull in timespec_after and timespec_add from mesa
Sebastian Wick
1
-0
/
+34
2025-02-04
timespec: Pull in timespec.h from weston
Sebastian Wick
1
-0
/
+259
2025-01-22
server: add const qualifier to function arguments where possible
Sebastian Wick
3
-18
/
+19
2025-01-21
ci: Update ci-templates
Daniel Stone
1
-3
/
+3
2025-01-09
util: reduce error of wl_fixed_from_double()
Haihua Hu
1
-1
/
+1
2024-11-30
connection: Fix wrong format string
Demi Marie Obenour
1
-1
/
+1
2024-11-30
tests: Avoid calling function with wrong type
Demi Marie Obenour
3
-11
/
+23
2024-11-29
connection: Avoid undefined pointer arithmetic
Demi Marie Obenour
1
-4
/
+4
2024-11-18
protocol: add wl_fixes interface
Julian Orth
1
-0
/
+27
2024-10-18
cursor: add check to ensure wl_shm_create_pool succeeded
YaoBing Xiao
1
-0
/
+5
2024-10-05
protocol: document that wl_surface.offset is role-specific
Simon Ser
1
-0
/
+3
2024-09-23
Add wl_keyboard key repeat events
Andri Yngvason
1
-4
/
+18
2024-09-10
protocol: clients should not emulate key-press events on enter
Julian Orth
1
-0
/
+3
2024-08-18
connection: Reject strings containing NUL bytes
Demi Marie Obenour
2
-2
/
+11
2024-08-15
meson: Fix use of install_data() without specifying install_dir
Joaquim Monteiro
1
-1
/
+3
2024-08-12
client: Log the object and methods when marshalling or sending fails
Fangzhou Ge
1
-2
/
+6
2024-08-09
ci: use detached MR pipelines
Simon Ser
1
-0
/
+7
2024-08-09
src: Finish assert() clean-up
Derek Foreman
6
-7
/
+2
2024-08-09
doc: Require strings to be UTF-8
Sebastian Wick
1
-3
/
+3
2024-08-09
server: expose wl_resource_post_error_vargs()
Kirill Primak
2
-2
/
+14
2024-08-09
server: add wl_resource_post_error() docs
Kirill Primak
2
-1
/
+9
2024-08-09
Put WL_DEPRECATED in front of the function declarations
Kirill Primak
3
-11
/
+22
2024-07-26
client: Handle proxies with no queue
Sebastian Wick
1
-1
/
+5
2024-07-11
src: switch asserts to wl_abort
meltq
5
-16
/
+36
2024-07-09
tests: add enum bitfield test
Simon Ser
6
-0
/
+150
2024-07-09
scanner: fix validator for bitfields
Simon Ser
2
-70
/
+73
2024-07-09
scanner: extract validator function emission to helper function
Simon Ser
1
-26
/
+33
2024-05-30
build: re-open main branch for regular development
Simon Ser
1
-1
/
+1
2024-05-30
build: bump to version 1.23.0 for the official release
1.23.0
Simon Ser
1
-1
/
+1
2024-05-29
protocol: clarify divergence in compositor behaviour
Hugo Osvaldo Barrera
1
-3
/
+9
2024-05-23
build: bump to version 1.22.93 for the RC1 release
1.22.93
Simon Ser
1
-1
/
+1
2024-05-22
server: document wl_display_add_socket_fd() ownership
Simon Ser
1
-0
/
+3
2024-05-16
server: Clarify fd ownership in wl_client_create()
Vlad Zahorodnii
1
-0
/
+5
2024-05-09
build: bump to version 1.22.92 for the beta release
1.22.92
Simon Ser
1
-1
/
+1
2024-05-09
protocol: explicitly describe wl_keyboard state
Julian Orth
1
-7
/
+31
2024-04-25
build: bump to version 1.22.91 for the alpha release
1.22.91
Simon Ser
1
-1
/
+1
2024-04-24
client: print debug events that have no listener
Derek Foreman
1
-11
/
+9
2024-04-24
protocol: define content updates and their internal queue
Sebastian Wick
1
-10
/
+12
[next]