summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scanner: fix writing i586 descriptionsOlivier Blin2012-10-151-18/+19
* scanner: remove useless desc_dump argumentsOlivier Blin2012-10-151-1/+1
* doc: Add auto-generated Wayland Library chapterTiago Vignatti2012-10-158-5/+1863
* doc: Remove superfluous 'index'Tiago Vignatti2012-10-151-1/+0
* doc: publican: Automate version generationTiago Vignatti2012-10-151-1/+6
* doc: publican: Set table of contents depth to 1Tiago Vignatti2012-10-151-1/+1
* client: Return number of events dispatched from dispatch functionsKristian Høgsberg2012-10-151-3/+3
* client: Add wl_display_dispatch_pending() for dispatching without readingKristian Høgsberg2012-10-152-6/+22
* client: Discard proxies with no implementation at dispatch timeKristian Høgsberg2012-10-111-2/+3
* client: Don't forget to init and destroy mutexKristian Høgsberg2012-10-111-0/+2
* connection: Print object id for new-id arguments in deubug outputKristian Høgsberg2012-10-111-2/+1
* client: Fix double locking bugAnder Conselvan de Oliveira2012-10-112-6/+2
* protocol: clarify multiple wl_surface.attachPekka Paalanen2012-10-111-1/+3
* data-device: Don't fake an attach event on drag icon surfaceAnder Conselvan de Oliveira2012-10-111-10/+2
* protocol: fix clarification of input region on drags and pointersPekka Paalanen2012-10-111-7/+11
* protocol: elaborate on wl_bufferPekka Paalanen2012-10-101-1/+17
* protocol: wl_surface.frame needs wl_surface.commitPekka Paalanen2012-10-101-1/+11
* protocol: clarify input region on drags and pointersPekka Paalanen2012-10-101-4/+16
* protocol: double-buffered state for wl_surfacePekka Paalanen2012-10-101-23/+98
* Fix typecheck in case of multiple instances of type meta dataKristian Høgsberg2012-10-101-1/+15
* doc: Update drag and drop section and add info about selectionsAnder Conselvan de Oliveira2012-10-101-160/+99
* connection: Move object lookup out of wl_connection_demarshal()Kristian Høgsberg2012-10-104-38/+74
* Split the global registry into its own wl_registry objectKristian Høgsberg2012-10-104-162/+72
* scanner: Generate client stubs for wl_display requestsKristian Høgsberg2012-10-103-52/+0
* scanner: Send interface name and version for types new_id argsKristian Høgsberg2012-10-102-21/+48
* client: Add wl_event_queue for multi-thread dispatchingKristian Høgsberg2012-10-102-35/+123
* client: Make wl_display thread safeKristian Høgsberg2012-10-101-4/+42
* client: Split event handling into demarshal and dispatch stepsKristian Høgsberg2012-10-102-20/+49
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-109-251/+150
* Ensure cursor_data.c is included in distribution tarballsMatt Roper2012-10-094-2/+3
* connection: Add missing free from error pathRob Bradford2012-10-091-0/+1
* xcursor: Fix allocation based on string lengthRob Bradford2012-10-091-1/+1
* wayland: Fix typosTiago Vignatti2012-10-091-3/+3
* doc: Remove Shared Object Cache sectionTiago Vignatti2012-10-091-55/+0
* doc: Auto-generate Protocol/Interfaces section insteadTiago Vignatti2012-10-093-128/+66
* doc: Improve Wire Format sectionTiago Vignatti2012-10-091-5/+17
* connection: Drop unused static closuresKristian Høgsberg2012-10-011-1/+0
* man: fix compilation without xsltprocDavid Herrmann2012-09-261-5/+9
* man: add man-page infrastructureDavid Herrmann2012-09-255-1/+137
* protocol: Fix typoTiago Vignatti2012-09-251-1/+1
* Fix typo (ratio, not ration)Diego Viola2012-09-131-1/+1
* event-loop: export wl_event_loop_dispatch_idle()David Herrmann2012-09-122-3/+4
* wayland-server: return new ID in wl_client_add_resource()David Herrmann2012-09-102-5/+9
* event-loop: remove dead codeDavid Herrmann2012-09-101-2/+2
* cursor: add cursor.pcf and extraction programPhilipp Brüschweiler2012-09-102-0/+531
* cursor: Add a default cursor themePhilipp Brüschweiler2012-09-102-1/+618
* tests: Quiet warningKristian Høgsberg2012-08-291-1/+2
* tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2012-08-292-1/+13
* tests: Allow disabling leak checking assertions by envRob Bradford2012-08-291-2/+4
* Add wl_shm_buffer_create()Kristian Høgsberg2012-08-162-1/+50