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.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
4 days
server: rename wl_display.id to next_global_name
HEAD
main
Simon Ser
1
-4
/
+4
4 days
server: fail on global name overflow
Simon Ser
1
-0
/
+5
13 days
protocol: wl_subsurface::destroy does not remove the role
Mikhail Gusarov
1
-2
/
+1
13 days
release.sh: Don't push *all* tags
Marius Vlad
1
-1
/
+4
2023-01-03
scanner: Fix undefined behavior around qsort
Fergus Dall
1
-2
/
+7
2022-12-07
protocol: add note about wl_buffer/wl_callback version
Simon Ser
1
-0
/
+6
2022-11-29
protocol: add defunct_role_object error
Kirill Primak
1
-2
/
+5
2022-11-29
protocol: remove wl_subsurface lifetime contradiction
Kirill Primak
1
-6
/
+4
2022-10-20
tests: Ensure resource vs. client destroy handler order
Daniel Stone
1
-1
/
+31
2022-10-20
wayland-server: Add wl_client_add_destroy_late_listener
Daniel Stone
3
-0
/
+74
2022-10-20
tests: Use bool for client test
Daniel Stone
1
-4
/
+4
2022-09-21
protocol: add wl_compositor.error.bad_parent
Simon Ser
1
-0
/
+6
2022-09-21
protocol: mention protocol error name in wl_subcompositor.get_subsurface
Simon Ser
1
-2
/
+2
2022-09-13
ci: upgrade images
Simon Ser
1
-5
/
+5
2022-09-13
ci: set ASAN_OPTIONS=detect_odr_violation=0
Simon Ser
1
-1
/
+3
2022-09-13
cursor: make param names match with documentation
Simon Ser
1
-24
/
+24
2022-09-13
server: don't document void return values
Simon Ser
1
-2
/
+0
2022-09-13
util: name function typedef arguments
Simon Ser
1
-12
/
+12
2022-09-06
build: Make release.sh generic
Olivier Fourdan
1
-5
/
+11
2022-08-05
server: Extend display name string size
Carlos Garnacho
1
-1
/
+1
2022-07-14
Document which type are nullable, and wire format for null value
Ian Douglas Scott
2
-3
/
+4
2022-07-14
Do not allow nullable `new_id`
Ian Douglas Scott
4
-8
/
+4
2022-07-14
Do not allow nullable arrays, which were not correctly implemented
Ian Douglas Scott
4
-17
/
+4
2022-07-14
Add release.sh
Simon Ser
2
-20
/
+74
2022-07-01
build: re-open main branch for regular development
Simon Ser
1
-1
/
+1
2022-06-30
build: bump to version 1.21.0 for the official release
1.21.0
Simon Ser
1
-1
/
+1
2022-06-30
protocol: minor clarification for axis_discrete events
Peter Hutterer
1
-1
/
+2
2022-06-28
util: set errno when hitting WL_MAP_MAX_OBJECTS
Simon Ser
1
-2
/
+7
2022-06-23
build: bump to version 1.20.93 for the RC1 release
1.20.93
Simon Ser
1
-1
/
+1
2022-06-15
server: warn about global filtering consistency
Simon Ser
1
-0
/
+4
2022-06-15
server: add PID race condition disclaimer to wl_client_get_credentials
Simon Ser
1
-0
/
+3
2022-06-15
tests: add a test for dynamic filtered globals
Simon Ser
1
-1
/
+60
2022-06-15
server: check visibility before sending global/global_remove
Simon Ser
1
-7
/
+9
2022-06-09
cursor/os-compatibility: handle EINTR gracefully
Olivier Fourdan
1
-2
/
+20
2022-06-09
build: bump to version 1.20.92 for the beta release
1.20.92
Simon Ser
1
-1
/
+1
2022-06-09
client: Lock display when setting a proxy event queue
Alexandros Frantzis
1
-0
/
+4
2022-06-09
client: Document best practices for event queue changes
Alexandros Frantzis
1
-0
/
+13
2022-06-09
Check that XDG base directories paths are absolute
Antonin Décimo
8
-12
/
+13
2022-06-04
cursor/os-compatibility: fix trailing space
Simon Ser
1
-1
/
+1
2022-06-04
cursor/os-compatibility: remove strcpy/strcat usage
Simon Ser
1
-3
/
+5
2022-05-27
cursor: move xcursor_theme_inherits declarations at the top
Simon Ser
1
-2
/
+4
2022-05-27
cursor: drop xcursor_add_path_elt
Simon Ser
1
-38
/
+13
2022-05-27
cursor: drop unused XCursor comment declarations
Simon Ser
1
-33
/
+0
2022-05-27
cursor: fix indentation of xcursor_load_theme declaration
Simon Ser
1
-2
/
+2
2022-05-27
cursor: simplify xcursor_library_path
Simon Ser
1
-16
/
+16
2022-05-27
cursor: remove unnecessary ifs in xcursor_load_theme
Simon Ser
1
-10
/
+5
2022-05-27
cursor: drop xcursor_images_set_name
Simon Ser
1
-19
/
+1
2022-05-27
cursor: use getline instead of fgets
Simon Ser
1
-2
/
+5
2022-05-27
cursor: remove unnecessary parentheses in load_all_cursors_from_dir
Simon Ser
1
-1
/
+2
2022-05-27
cursor: remove xcursor_file_load_images wrapper
Simon Ser
1
-10
/
+1
[next]