Move un-namespaced container_of into private header
[profile/ivi/wayland.git] / src / wayland-util.h
2012-10-20 Kristian HøgsbergMove un-namespaced container_of into private header
2012-10-19 Kristian HøgsbergMove ARRAY_LENGTH out of public headers
2012-10-15 David Herrmannwayland-util: return -1 if wl_array_copy() fails
2012-07-09 Martin OlssonFixup source comment in wayland-util.h and fix typo...
2012-05-31 Martin MinarikWayland: logging
2012-05-14 Kristian HøgsbergOptimize wl_fixed_t to/from double conversion functions
2012-05-08 Daniel StoneAdd support for signed 24.8 decimal numbers
2012-04-06 Benjamin Franzkewayland-util.h: Include stddef.h for size_t
2012-04-03 Alex Wuwayland-utils: add wl_list_for_each_reverse_safe macro.
2012-03-30 Kristian Høgsbergwayland-util: Fix wl_array signedness warnings
2012-03-30 Kristian HøgsbergMove DIV_ROUNDUP out of public header, remove unused...
2012-03-04 Kristian HøgsbergAdd wl_array_for_each
2012-02-26 Üstün Ergenoğluutil: Comments before wl_list were a bit off, fixed...
2012-02-09 Kristian Høgsbergwayland-util.h: Avoid un-namespaced _container_of
2011-12-27 Kristian HøgsbergDrop unused hash table
2011-12-22 Kristian HøgsbergRename all instances of typeof
2011-12-22 Kristian HøgsbergUse __typeof__ instead of typeof
2011-12-14 Jørgen LindMake wl_list_for_each* work for c++
2011-11-18 Kristian HøgsbergMove private definitions and prototypes to new wayland...
2011-11-17 Kristian HøgsbergAdd display event to acknowledge ID deletion
2011-11-15 Kristian Høgsbergutil: Add wl_list_insert_list()
2011-08-27 Kristian HøgsbergStore objects in wl_map data structure
2011-08-27 Kristian HøgsbergAlways allocate a new wl_resource when binding an object
2011-08-27 Kristian HøgsbergAdd wl_hash_table_for_each()
2011-08-12 Kristian HøgsbergRename source subdir from wayland to src