index
:
delta/wayland.git
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
baserock/1.4.0
baserock/genivi/wayland
baserock/gnome
baserock/morph
baserock/morph_wl_1.0
baserock/morph_wl_1.2
main
master
next
terminal
wayland-0.8
gitlab.freedesktop.org: wayland/wayland.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wayland-util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fixup source comment in wayland-util.h and fix typo in TODO
Martin Olsson
2012-07-09
1
-2
/
+2
*
Wayland: logging
Martin Minarik
2012-05-31
1
-0
/
+3
*
Optimize wl_fixed_t to/from double conversion functions
Kristian Høgsberg
2012-05-14
1
-10
/
+24
*
Add support for signed 24.8 decimal numbers
Daniel Stone
2012-05-08
1
-0
/
+24
*
wayland-util.h: Include stddef.h for size_t
Benjamin Franzke
2012-04-06
1
-0
/
+1
*
wayland-utils: add wl_list_for_each_reverse_safe macro.
Alex Wu
2012-04-02
1
-0
/
+8
*
wayland-util: Fix wl_array signedness warnings
Kristian Høgsberg
2012-03-30
1
-3
/
+3
*
Move DIV_ROUNDUP out of public header, remove unused ALIGN
Kristian Høgsberg
2012-03-30
1
-2
/
+0
[next]