summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-11client: Discard proxies with no implementation at dispatch timenextKristian Høgsberg1-2/+3
2012-10-11client: Don't forget to init and destroy mutexKristian Høgsberg1-0/+2
2012-10-11connection: Print object id for new-id arguments in deubug outputKristian Høgsberg1-2/+1
2012-10-11client: Fix double locking bugAnder Conselvan de Oliveira2-6/+2
2012-10-11protocol: clarify multiple wl_surface.attachPekka Paalanen1-1/+3
2012-10-11data-device: Don't fake an attach event on drag icon surfaceAnder Conselvan de Oliveira1-10/+2
2012-10-11protocol: fix clarification of input region on drags and pointersPekka Paalanen1-7/+11
2012-10-10protocol: elaborate on wl_bufferPekka Paalanen1-1/+17
2012-10-10protocol: wl_surface.frame needs wl_surface.commitPekka Paalanen1-1/+11
2012-10-10protocol: clarify input region on drags and pointersPekka Paalanen1-4/+16
2012-10-10protocol: double-buffered state for wl_surfacePekka Paalanen1-23/+98
2012-10-10Fix typecheck in case of multiple instances of type meta dataKristian Høgsberg1-1/+15
2012-10-10doc: Update drag and drop section and add info about selectionsAnder Conselvan de Oliveira1-160/+99
2012-10-10connection: Move object lookup out of wl_connection_demarshal()Kristian Høgsberg4-38/+74
2012-10-10Split the global registry into its own wl_registry objectKristian Høgsberg4-162/+72
2012-10-10scanner: Generate client stubs for wl_display requestsKristian Høgsberg3-52/+0
2012-10-10scanner: Send interface name and version for types new_id argsKristian Høgsberg2-21/+48
2012-10-10client: Add wl_event_queue for multi-thread dispatchingKristian Høgsberg2-35/+123
2012-10-10client: Make wl_display thread safeKristian Høgsberg1-4/+42
2012-10-10client: Split event handling into demarshal and dispatch stepsKristian Høgsberg2-20/+49
2012-10-10Change filedescriptor API to be thread safeKristian Høgsberg9-253/+152
2012-10-09Ensure cursor_data.c is included in distribution tarballsthreadsMatt Roper4-2/+3
2012-10-09connection: Add missing free from error pathRob Bradford1-0/+1
2012-10-09xcursor: Fix allocation based on string lengthRob Bradford1-1/+1
2012-10-09wayland: Fix typosTiago Vignatti1-3/+3
2012-10-09doc: Remove Shared Object Cache sectionTiago Vignatti1-55/+0
2012-10-09doc: Auto-generate Protocol/Interfaces section insteadTiago Vignatti3-128/+66
2012-10-09doc: Improve Wire Format sectionTiago Vignatti1-5/+17
2012-10-01connection: Drop unused static closuresKristian Høgsberg1-1/+0
2012-09-26man: fix compilation without xsltprocDavid Herrmann1-5/+9
2012-09-25man: add man-page infrastructureDavid Herrmann5-1/+137
2012-09-25protocol: Fix typoTiago Vignatti1-1/+1
2012-09-13Fix typo (ratio, not ration)Diego Viola1-1/+1
2012-09-12event-loop: export wl_event_loop_dispatch_idle()David Herrmann2-3/+4
2012-09-10wayland-server: return new ID in wl_client_add_resource()David Herrmann2-5/+9
2012-09-10event-loop: remove dead codeDavid Herrmann1-2/+2
2012-09-10cursor: add cursor.pcf and extraction programPhilipp Brüschweiler2-0/+531
2012-09-10cursor: Add a default cursor themePhilipp Brüschweiler2-1/+618
2012-08-29tests: Quiet warningKristian Høgsberg1-1/+2
2012-08-29tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2-1/+13
2012-08-29tests: Allow disabling leak checking assertions by envRob Bradford1-2/+4
2012-08-16Add wl_shm_buffer_create()Kristian Høgsberg2-1/+50
2012-08-16client: Add wl_display_connect_to_fd() functionKristian Høgsberg2-27/+45
2012-08-16protocol: Fix typo.Scott Moreau1-1/+1
2012-08-14socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is setPhilipp Brüschweiler1-11/+10
2012-08-13Add support for X cursor themes.Christopher Michael1-1/+1
2012-08-13Fix grammar in the rendering section.Christopher Michael1-1/+1
2012-08-03connection: zero out string paddingKristian Høgsberg1-3/+5
2012-07-31protocol: Remove "repeat" from "key_state"Andre Heider1-2/+0
2012-07-26Don't skip the first directory entry when reading cursors.Dima Ryazanov1-1/+0