summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2.11.2.11.2Kristian Høgsberg2013-08-221-1/+1
* doc: Add a section on interface and protocol object versioningJason Ekstrand2013-08-201-0/+61
* doc: Update the ID alocation sectionJason Ekstrand2013-08-201-4/+10
* publican: only split chapters and top-level sections onto separate pagesPeter Hutterer2013-08-201-0/+1
* protocol: Improve a bit of grammar for wl_surface::attach descriptionBryce W. Harrington2013-08-201-2/+2
* protocol: Fix pluralization of user in popup_done descriptionBryce W. Harrington2013-08-201-1/+1
* protocol: Improve grammar for set class descriptionBryce W. Harrington2013-08-201-3/+3
* protocol: Add missing d to 'x an y'Bryce W. Harrington2013-08-201-2/+2
* protocol: Fix typo by removing a redundant 'a'Bryce W. Harrington2013-08-201-1/+1
* client: Improve spelling and grammar in commentsBryce W. Harrington2013-08-201-6/+6
* publican: Fix grammar several places in Protocol docsBryce W. Harrington2013-08-201-5/+5
* publican: Drop unneeded 'of'Bryce W. Harrington2013-08-201-1/+1
* publican: Cleanup Preface's grammar.Bryce W. Harrington2013-08-201-7/+6
* scanner: check for wayland-scanner.pc before using variablesPeter Hutterer2013-08-201-0/+2
* scanner: expand help stringPeter Hutterer2013-08-201-0/+4
* scanner: support help and --helpPeter Hutterer2013-08-201-6/+23
* server: Set client->error when we fail to send a closureKristian Høgsberg2013-08-201-14/+4
* server: Handle OOM properly when we fail to allocate a send closureKristian Høgsberg2013-08-201-2/+6
* client: Simply wl_display_dispatch_queue_pending() and fix return valueJiergir Ogoerg2013-08-201-7/+4
* Bump version to 1.2.01.2.0Kristian Høgsberg2013-07-131-2/+2
* wayland-client: Handle potential NULL-derefKristian Høgsberg2013-07-131-0/+2
* scanner: Fail more gracefully on out-of-memoryKristian Høgsberg2013-07-131-18/+41
* connection: Handle empty signature and signature with just a version.Mariusz Ceier2013-07-121-0/+1
* Bump version to 1.1.911.1.91Kristian Høgsberg2013-07-091-1/+1
* Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg2013-07-092-3/+4
* wayland-server: Don't close display fd in fatal error handlerKristian Høgsberg2013-07-091-4/+1
* wayland-server: Return 0 from read_events() in case of EAGAINKristian Høgsberg2013-07-091-2/+4
* wayland-client: Treat EOF when reading the wayland socket as an errorNeil Roberts2013-07-091-0/+8
* wayland-server: Add wl_global_create/destroy()Kristian Høgsberg2013-07-092-17/+60
* build: Add wayland-scanner.pc.Daiki Ueno2013-07-037-18/+32
* build: Install wayland-scanner.mk under $(pkgdatadir).Daiki Ueno2013-07-031-2/+2
* 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-0211-42/+57
* protocol: add no_keymap format to keymap formatsRob Bradford2013-06-281-0/+2
* 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
* doc: Add a small contributing guideAnder Conselvan de Oliveira2013-06-182-0/+85
* 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
* protocol: Add missing since attribute for name event on wl_seatRob Bradford2013-06-141-1/+1
* build: Fix warning message on syscall failuresRob Bradford2013-06-141-3/+3