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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wayland-util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
connection: Do not busy-loop if a message exceeds the buffer size
Demi Marie Obenour
2025-06-21
1
-0
/
+8
*
Also use [[deprecated]] when compiling with at least C++14
David Redondo
2025-02-05
1
-1
/
+1
*
Make wayland-util.h -Wundef safe when compiled by a C++ compiler
David Redondo
2025-02-05
1
-2
/
+2
*
util: reduce error of wl_fixed_from_double()
Haihua Hu
2025-01-09
1
-1
/
+1
*
util: fix undefined behavior in wl_array_for_each
David Benjamin
2024-03-24
1
-0
/
+1
*
util: use C23 deprecated attribute
Simon Ser
2024-01-19
1
-1
/
+3
*
util: use C23 typeof if available
Simon Ser
2024-01-19
1
-2
/
+8
*
util: simplify wl_fixed_from_double()
Simon Ser
2023-11-21
1
-8
/
+1
*
util: simplify wl_fixed_to_double()
Simon Ser
2023-05-09
1
-8
/
+1
*
util: name function typedef arguments
Simon Ser
2022-09-13
1
-12
/
+12
*
Document which type are nullable, and wire format for null value
Ian Douglas Scott
2022-07-14
1
-1
/
+1
*
util: fix code block language in docs
Simon Ser
2022-05-23
1
-1
/
+1
*
util: fix compiler warning
Tomek Bury
2020-02-24
1
-1
/
+1
*
wayland-util.h: add forward declaration for wl_object
Chris Billington
2019-03-07
1
-0
/
+14
*
doc: Document behavior of non-nullable object arguments in clients
Philipp Kerling
2018-02-09
1
-2
/
+13
*
util: Document wl_array and wl_list members
Yong Bakos
2016-12-10
1
-0
/
+5
*
util: Clarify documentation of wl_dispatcher_func_t
Yong Bakos
2016-11-21
1
-10
/
+17
*
util: Document wl_log_func_t
Yong Bakos
2016-11-21
1
-0
/
+24
*
util: Improve documentation of wl_iterator_result
Yong Bakos
2016-11-21
1
-2
/
+4
*
util: Improve documentation of wl_argument
Yong Bakos
2016-11-18
1
-13
/
+16
*
util: Document wl_interface
Yong Bakos
2016-11-18
1
-0
/
+52
*
util: Document wl_fixed_t
Yong Bakos
2016-11-16
1
-0
/
+36
*
util: Remove stray space from function signature
Yong Bakos
2016-11-16
1
-1
/
+1
*
util: Document wl_message
Yong Bakos
2016-11-10
1
-0
/
+68
*
util: Document GCC attributes
Yong Bakos
2016-10-18
1
-3
/
+10
*
util: Document wl_array
Yong Bakos
2016-10-18
1
-5
/
+68
*
util: Document wl_list methods
Yong Bakos
2016-09-26
1
-40
/
+184
*
Add API to retrieve and iterate over the resources list of a client
Giulio Camuffo
2016-08-12
1
-0
/
+11
*
util: fix typo
Eric Engestrom
2016-05-02
1
-1
/
+1
*
utils: move include directives before extern "C" wrapper
Emil Velikov
2016-04-19
1
-4
/
+4
*
cosmetic: fix inconsistent code style with header prototypes.
Jon Cruz
2015-10-26
1
-12
/
+33
*
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
2015-06-12
1
-16
/
+19
*
Spelling fixes (cosmetic)
Bryce Harrington
2015-03-19
1
-1
/
+1
*
doc: Removed extra indentation from wl_list code sample
Bill Spitzak
2014-11-26
1
-4
/
+4
*
doc: Added \code tags around sample code in doxygen comments
Bill Spitzak
2014-11-25
1
-16
/
+14
*
doc: Mark up some code examples
Benjamin Herr
2014-11-03
1
-14
/
+18
*
Add WL_PRINTF attribute and annotate wl_log_func_t
Kristian Høgsberg
2014-04-03
1
-1
/
+8
*
Don't deref the sample pointer in the wl_container_of macro
Neil Roberts
2014-02-05
1
-17
/
+13
*
utils: Document wl_container_of
Aaron Faanes
2013-09-21
1
-0
/
+35
*
utils: Add doxygen for wayland-util.h
Aaron Faanes
2013-09-16
1
-0
/
+5
*
utils: tweak wl_list for better doxygen output
Aaron Faanes
2013-09-11
1
-2
/
+3
*
Add support for server-side language bindings
Jason Ekstrand
2013-08-19
1
-0
/
+40
*
server: Make wl_object and wl_resource opaque structs
Kristian Høgsberg
2013-07-02
1
-6
/
+0
*
Add accessor functions for wl_resource and deprecate wl_client_add_resource
Jason Ekstrand
2013-06-05
1
-0
/
+7
*
utils: const-ify some function arguments
Giulio Camuffo
2013-04-03
1
-2
/
+2
*
server: use void* instead of function pointer for wl_object.implementation
Giulio Camuffo
2013-04-02
1
-1
/
+1
*
Rename __wl_container_of macro to just wl_container_of
Kristian Høgsberg
2012-10-19
1
-12
/
+12
*
Move un-namespaced container_of into private header
Kristian Høgsberg
2012-10-19
1
-4
/
+0
*
Move ARRAY_LENGTH out of public headers
Kristian Høgsberg
2012-10-19
1
-2
/
+0
*
wayland-util: return -1 if wl_array_copy() fails
David Herrmann
2012-10-15
1
-1
/
+1
[next]