summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wayland-client: Avoid null dereference when handling deletionRob Bradford2013-04-041-1/+5
* utils: const-ify some function argumentsGiulio Camuffo2013-04-032-4/+4
* wayland-server: Listen for pointer current surface destructionRob Bradford2013-04-032-0/+28
* docs: Document non-blocking behaviour of wl_display_flush()Kristian Høgsberg2013-04-021-1/+6
* server: use void* instead of function pointer for wl_object.implementationGiulio Camuffo2013-04-021-1/+1
* server: use the right function pointer type in wl_signal_getGiulio Camuffo2013-04-021-1/+1
* wayland-server: Avoid deferencing a NULL pointer in error caseRob Bradford2013-04-011-5/+5
* Add wl_resource_init and use it in libwayland implementations of data sharing...Jason Ekstrand2013-03-184-35/+27
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-184-6/+8
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-174-8/+19
* client: Check reference count only for destroyed proxiesJonas Ådahl2013-03-171-3/+3
* Stylistic nitpickingKristian Høgsberg2013-02-261-5/+5
* Clean up and refactor wl_closure and associated functionsJason Ekstrand2013-02-264-352/+399
* client: add wl_proxy_get_class()Pekka Paalanen2013-02-262-0/+13
* scanner: Fix 'destroy)' typo in check for destroy request presenceKristian Høgsberg2013-02-251-1/+1
* scanner: remove list_length in favor of wl_list_lengthRan Benita2013-02-251-14/+2
* connection.c: Align pointer extra storage correctlyKristian Høgsberg2013-02-041-4/+18
* Match libtool version info in 1.0 branchKristian Høgsberg2013-01-281-0/+1
* event-loop: fix returning the destroy-signal listenerDavid Herrmann2013-01-241-1/+1
* Add a destroy signal to the wl_event_loop objectJason Ekstrand2013-01-152-0/+27
* Added a destroy signal to the wl_display object.Jason Ekstrand2013-01-112-0/+25
* client: remove two unused function pointer typedefsPekka Paalanen2012-12-121-3/+0
* client: Add \since tag for wl_display_dispatch_queue_pending() documentationKristian Høgsberg2012-11-301-0/+1
* pkgconfig: Use configure provided directoriesQuentin Glidic2012-11-272-8/+8
* scanner: Fix wrong restriction on since fieldAnder Conselvan de Oliveira2012-11-271-1/+1
* client: Don't cancel a roundtrip when any event is receivedJonas Ådahl2012-11-271-1/+4
* doc: Fix typosTiago Vignatti2012-11-231-2/+2
* client: Add an entry point for dispatching a queue without blockingAnder Conselvan de Oliveira2012-11-232-0/+21
* debug: Allow WAYLAND_DEBUG=server/client for server/client side only debugKristian Høgsberg2012-11-212-2/+2
* client: Fix source comment typosMartin Olsson2012-11-141-3/+3
* client: Keep track of proxy validity and number of reference holdersJonas Ådahl2012-11-052-20/+110
* scanner: Preserve paragraph breaks in input XMLKristian Høgsberg2012-10-211-3/+9
* scanner: Fix valgrind errorsKristian Høgsberg2012-10-201-8/+7
* 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-194-4/+6
* Move ARRAY_LENGTH out of public headersKristian Høgsberg2012-10-194-6/+19
* doc: Clarify documentation about dispatching event queuesAnder Conselvan de Oliveira2012-10-192-11/+93
* doc: Update wl_display_get_error() documentationAnder Conselvan de Oliveira2012-10-171-2/+8
* wayland-server: Fix up error handling with client creation.John Kåre Alsaker2012-10-171-15/+26
* wayland-egl: Drop ill-defined pixmap supportKristian Høgsberg2012-10-161-9/+0
* connection: Dereference id completely for comparasion.John Kåre Alsaker2012-10-161-2/+2
* connection: Removed crashing code.John Kåre Alsaker2012-10-161-2/+0
* scanner: Make sure arguments have names.John Kåre Alsaker2012-10-161-0/+3
* connection: Don't call memcpy with null pointer.John Kåre Alsaker2012-10-161-3/+3
* doc: Add doxygen documentation to wl_display_get_error()Ander Conselvan de Oliveira2012-10-161-0/+7
* doc: Document change of return value of dispatch functionsAnder Conselvan de Oliveira2012-10-161-2/+3
* doc: Document the restriction of destroying queues before the displayAnder Conselvan de Oliveira2012-10-161-0/+4
* doc: Put wl_display_flush() documentation in the right placeAnder Conselvan de Oliveira2012-10-161-12/+12
* wayland-server: Add touch grab supportMatt Roper2012-10-152-0/+101
* wayland-client: forward fatal errors to callerDavid Herrmann2012-10-152-20/+81