aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* build: Add wayland-scanner.pc.Daiki Ueno2013-07-033-0/+18
* wayland-server: Free non-legacy wl_resource structs during wl_client_destroyKristian Høgsberg2013-07-021-3/+6
* wayland-server: Remove left-over double free in unbind_resource() helperKristian Høgsberg2013-07-021-1/+0
* wayland-server: Remove error event posting from wl_resource_createKristian Høgsberg2013-07-023-9/+60
* wayland-server: Mark wl_client_add/new_object as deprecatedKristian Høgsberg2013-07-022-54/+70
* wayland-server: Dont free resource in user data destroy callbackKristian Høgsberg2013-07-021-1/+0
* wayland-server: Verify request versions before invoking handlerJason Ekstrand2013-07-021-0/+15
* Add wl_resource_create() and a version field to wl_resourceJason Ekstrand2013-07-023-32/+80
* Add version information to wl_message signatures.Jason Ekstrand2013-07-023-12/+50
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-028-39/+53
* Change wl_shm_buffer to use a resource pointerJason Ekstrand2013-06-212-37/+19
* Change SHM wl_buffer functions to use the wl_shm_buffer structureJason Ekstrand2013-06-212-26/+25
* Add a wl_resource_instance_of functionJason Ekstrand2013-06-214-4/+21
* Free non-legacy resources inside wl_resource_destroyJason Ekstrand2013-06-201-1/+4
* client: Add wl_display_prepare_read() API to relax thread model assumptionsKristian Høgsberg2013-06-173-52/+265
* server: Add aditional wl_resource accessorsJason Ekstrand2013-06-142-0/+36
* server: Add wl_resource_get_id()Kristian Høgsberg2013-06-072-0/+8
* Remove incorrect sanity-check from wl_map_insert_atJason Ekstrand2013-06-051-6/+0
* Change WL_ZOMBIE_OBJECT from 0x2 to an actual pointerJason Ekstrand2013-06-052-2/+5
* Add accessor functions for wl_resource and deprecate wl_client_add_resourceJason Ekstrand2013-06-054-20/+95
* Add support for flags in the wl_map API and add a WL_MAP_ENTRY_LEGACY flagJason Ekstrand2013-06-054-20/+58
* Add a "side" field and some sanity checks to wl_map.Jason Ekstrand2013-06-054-15/+32
* server: Drop struct wl_surfaceKristian Høgsberg2013-05-081-4/+0
* Remove input structsKristian Høgsberg2013-05-074-1289/+1
* 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