summaryrefslogtreecommitdiff
path: root/src/wayland-util.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-10util: Document wl_array and wl_list membersYong Bakos1-0/+5
2016-11-21util: Clarify documentation of wl_dispatcher_func_tYong Bakos1-10/+17
2016-11-21util: Document wl_log_func_tYong Bakos1-0/+24
2016-11-21util: Improve documentation of wl_iterator_resultYong Bakos1-2/+4
2016-11-18util: Improve documentation of wl_argumentYong Bakos1-13/+16
2016-11-18util: Document wl_interfaceYong Bakos1-0/+52
2016-11-16util: Document wl_fixed_tYong Bakos1-0/+36
2016-11-16util: Remove stray space from function signatureYong Bakos1-1/+1
2016-11-10util: Document wl_messageYong Bakos1-0/+68
2016-10-18util: Document GCC attributesYong Bakos1-3/+10
2016-10-18util: Document wl_arrayYong Bakos1-5/+68
2016-09-26util: Document wl_list methodsYong Bakos1-40/+184
2016-08-12Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo1-0/+11
2016-05-02util: fix typoEric Engestrom1-1/+1
2016-04-19utils: move include directives before extern "C" wrapperEmil Velikov1-4/+4
2015-10-26cosmetic: fix inconsistent code style with header prototypes.Jon Cruz1-12/+33
2015-06-12src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-19Spelling fixes (cosmetic)Bryce Harrington1-1/+1
2014-11-26doc: Removed extra indentation from wl_list code sampleBill Spitzak1-4/+4
2014-11-25doc: Added \code tags around sample code in doxygen commentsBill Spitzak1-16/+14
2014-11-03doc: Mark up some code examplesBenjamin Herr1-14/+18
2014-04-03Add WL_PRINTF attribute and annotate wl_log_func_tKristian Høgsberg1-1/+8
2014-02-05Don't deref the sample pointer in the wl_container_of macroNeil Roberts1-17/+13
2013-09-21utils: Document wl_container_ofAaron Faanes1-0/+35
2013-09-16utils: Add doxygen for wayland-util.hAaron Faanes1-0/+5
2013-09-11utils: tweak wl_list for better doxygen outputAaron Faanes1-2/+3
2013-08-19Add support for server-side language bindingsJason Ekstrand1-0/+40
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg1-6/+0
2013-06-05Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand1-0/+7
2013-04-03utils: const-ify some function argumentsGiulio Camuffo1-2/+2
2013-04-02server: use void* instead of function pointer for wl_object.implementationGiulio Camuffo1-1/+1
2012-10-19Rename __wl_container_of macro to just wl_container_ofKristian Høgsberg1-12/+12
2012-10-19Move un-namespaced container_of into private headerKristian Høgsberg1-4/+0
2012-10-19Move ARRAY_LENGTH out of public headersKristian Høgsberg1-2/+0
2012-10-15wayland-util: return -1 if wl_array_copy() failsDavid Herrmann1-1/+1
2012-07-09Fixup source comment in wayland-util.h and fix typo in TODOMartin Olsson1-2/+2
2012-05-31Wayland: loggingMartin Minarik1-0/+3
2012-05-14Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg1-10/+24
2012-05-08Add support for signed 24.8 decimal numbersDaniel Stone1-0/+24
2012-04-06wayland-util.h: Include stddef.h for size_tBenjamin Franzke1-0/+1
2012-04-02wayland-utils: add wl_list_for_each_reverse_safe macro.Alex Wu1-0/+8
2012-03-30wayland-util: Fix wl_array signedness warningsKristian Høgsberg1-3/+3
2012-03-30Move DIV_ROUNDUP out of public header, remove unused ALIGNKristian Høgsberg1-2/+0
2012-03-04Add wl_array_for_eachKristian Høgsberg1-0/+5
2012-02-26util: Comments before wl_list were a bit off, fixed the example usage.Üstün Ergenoğlu1-4/+12
2012-02-09wayland-util.h: Avoid un-namespaced _container_ofKristian Høgsberg1-9/+9
2011-12-27Drop unused hash tableKristian Høgsberg1-11/+0
2011-12-22Rename all instances of typeofKristian Høgsberg1-1/+1
2011-12-22Use __typeof__ instead of typeofKristian Høgsberg1-2/+2
2011-12-14Make wl_list_for_each* work for c++Jørgen Lind1-1/+7