summaryrefslogtreecommitdiff
path: root/src/wayland-util.h
Commit message (Expand)AuthorAgeFilesLines
* util: simplify wl_fixed_to_double()Simon Ser2023-05-091-8/+1
* util: name function typedef argumentsSimon Ser2022-09-131-12/+12
* Document which type are nullable, and wire format for null valueIan Douglas Scott2022-07-141-1/+1
* util: fix code block language in docsSimon Ser2022-05-231-1/+1
* util: fix compiler warningTomek Bury2020-02-241-1/+1
* wayland-util.h: add forward declaration for wl_objectChris Billington2019-03-071-0/+14
* doc: Document behavior of non-nullable object arguments in clientsPhilipp Kerling2018-02-091-2/+13
* util: Document wl_array and wl_list membersYong Bakos2016-12-101-0/+5
* util: Clarify documentation of wl_dispatcher_func_tYong Bakos2016-11-211-10/+17
* util: Document wl_log_func_tYong Bakos2016-11-211-0/+24
* util: Improve documentation of wl_iterator_resultYong Bakos2016-11-211-2/+4
* util: Improve documentation of wl_argumentYong Bakos2016-11-181-13/+16
* util: Document wl_interfaceYong Bakos2016-11-181-0/+52
* util: Document wl_fixed_tYong Bakos2016-11-161-0/+36
* util: Remove stray space from function signatureYong Bakos2016-11-161-1/+1
* util: Document wl_messageYong Bakos2016-11-101-0/+68
* util: Document GCC attributesYong Bakos2016-10-181-3/+10
* util: Document wl_arrayYong Bakos2016-10-181-5/+68
* util: Document wl_list methodsYong Bakos2016-09-261-40/+184
* Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo2016-08-121-0/+11
* util: fix typoEric Engestrom2016-05-021-1/+1
* utils: move include directives before extern "C" wrapperEmil Velikov2016-04-191-4/+4
* cosmetic: fix inconsistent code style with header prototypes.Jon Cruz2015-10-261-12/+33
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* Spelling fixes (cosmetic)Bryce Harrington2015-03-191-1/+1
* doc: Removed extra indentation from wl_list code sampleBill Spitzak2014-11-261-4/+4
* doc: Added \code tags around sample code in doxygen commentsBill Spitzak2014-11-251-16/+14
* doc: Mark up some code examplesBenjamin Herr2014-11-031-14/+18
* Add WL_PRINTF attribute and annotate wl_log_func_tKristian Høgsberg2014-04-031-1/+8
* Don't deref the sample pointer in the wl_container_of macroNeil Roberts2014-02-051-17/+13
* utils: Document wl_container_ofAaron Faanes2013-09-211-0/+35
* utils: Add doxygen for wayland-util.hAaron Faanes2013-09-161-0/+5
* utils: tweak wl_list for better doxygen outputAaron Faanes2013-09-111-2/+3
* Add support for server-side language bindingsJason Ekstrand2013-08-191-0/+40
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-6/+0
* Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand2013-06-051-0/+7
* utils: const-ify some function argumentsGiulio Camuffo2013-04-031-2/+2
* server: use void* instead of function pointer for wl_object.implementationGiulio Camuffo2013-04-021-1/+1
* Rename __wl_container_of macro to just wl_container_ofKristian Høgsberg2012-10-191-12/+12
* Move un-namespaced container_of into private headerKristian Høgsberg2012-10-191-4/+0
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-191-2/+0
* wayland-util: return -1 if wl_array_copy() failsDavid Herrmann2012-10-151-1/+1
* Fixup source comment in wayland-util.h and fix typo in TODOMartin Olsson2012-07-091-2/+2
* Wayland: loggingMartin Minarik2012-05-311-0/+3
* Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg2012-05-141-10/+24
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-081-0/+24
* wayland-util.h: Include stddef.h for size_tBenjamin Franzke2012-04-061-0/+1
* wayland-utils: add wl_list_for_each_reverse_safe macro.Alex Wu2012-04-021-0/+8
* wayland-util: Fix wl_array signedness warningsKristian Høgsberg2012-03-301-3/+3
* Move DIV_ROUNDUP out of public header, remove unused ALIGNKristian Høgsberg2012-03-301-2/+0