summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-09scanner: Fix indent for *_add_listenerfixBenjamin Franzke1-1/+1
2011-06-29Add touch events to protocol.Laszlo Agocs1-0/+27
2011-06-29server: Add wl_client_flush()Kristian Høgsberg2-0/+10
2011-06-23event-loop: Make idle handlers work againKristian Høgsberg1-19/+18
2011-06-21Update TODOKristian Høgsberg1-34/+1
2011-06-21Merge remote-tracking branch 'bnf/buffer.release'Kristian Høgsberg3-4/+9
2011-06-21Drop wl_compoositor parameter in wl_bufferbuffer.releaseBenjamin Franzke1-1/+0
2011-06-21Add busy_count and client parameter to wl_bufferBenjamin Franzke2-3/+6
2011-06-21Add buffer.release eventBenjamin Franzke1-0/+3
2011-06-21Add more protocol for communicating screen geometryKristian Høgsberg1-1/+26
2011-06-20Add wl_display_remove_global.Laszlo Agocs4-0/+54
2011-06-20Do not leak globals and listeners.Laszlo Agocs2-3/+16
2011-06-18Move map functionality into shellKristian Høgsberg1-28/+33
2011-06-11Call a new global listener for each existing globalCorentin Chary1-0/+5
2011-06-11Flush the protocol output buffer when it fills upCorentin Chary1-0/+4
2011-06-07Remove left-over visual prototypesKristian Høgsberg1-8/+0
2011-06-07connection: Fix pointer arithmetic errorKristian Høgsberg1-1/+1
2011-05-31Fall back to accept() on systems where accept4() is not implemented.Samuel Rødal1-1/+7
2011-05-31wayland-shm: Check visual for being NULLBenjamin Franzke1-1/+1
2011-05-19TODO: UpdateKristian Høgsberg1-10/+0
2011-05-12Add event to associate visuals with a pixel format tokenKristian Høgsberg3-50/+46
2011-05-12server: Send error if client tries to bind to non-existant objectKristian Høgsberg1-2/+9
2011-05-11Define shm specific errorsKristian Høgsberg2-15/+16
2011-05-11Unify error eventsKristian Høgsberg5-57/+57
2011-05-10TODO: Consolidate and updateKristian Høgsberg1-83/+155
2011-05-10connection.c: Use sizeof int for allocating fd extra storageKristian Høgsberg1-1/+1
2011-05-10display: Adds wl_display_flush to send buffered commandsRobert Bragg2-0/+8
2011-05-10wayland-util: Drop unused struct wl_argumentBenjamin Franzke1-5/+0
2011-05-06Add configure option to disable scanner compilationjani.uusi-rantala@nokia.com2-0/+16
2011-05-06Add a destroy_listener to wl_resourceBenjamin Franzke3-13/+23
2011-05-04connection: Define _GNU_SOURCE for F_DUPFD_CLOEXECBenjamin Franzke1-0/+2
2011-05-04scanner: Fail if there's a 'destroy' request not marked as a destructorKristian Høgsberg1-0/+3
2011-05-04scanner: Initialize wl_message structs completelyKristian Høgsberg1-1/+1
2011-05-04connection: Handle fd passing in an CLOEXEC safe wayKristian Høgsberg1-2/+2
2011-05-02mmap shm buffers read/writeKristian Høgsberg1-1/+2
2011-04-29Add some things related to wayland-scanner to .gitignoreCasey Dahlin2-1/+2
2011-04-29event-loop: Drop unused idle_listKristian Høgsberg1-3/+0
2011-04-22Don't define wl_shell in wayland-server.hKristian Høgsberg1-4/+0
2011-04-22event-loop: Idle callback are a special case of a checked sourceKristian Høgsberg1-11/+8
2011-04-22event-loop: Dont use a check callback just dispatch againKristian Høgsberg3-50/+49
2011-04-22Add common shm-server codeBenjamin Franzke3-0/+262
2011-04-22Remove buffer.attach vfuncBenjamin Franzke1-1/+0
2011-04-22Add buffer.damage request to the protocolBenjamin Franzke2-11/+18
2011-04-21event-loop: Add an optional post-dispatch source calloutKristian Høgsberg2-17/+54
2011-04-20Pass version number to global bind functionKristian Høgsberg2-7/+12
2011-04-20scanner: Don't hardcode the wl_ prefix in the code generatorKristian Høgsberg3-67/+67
2011-04-18Use wl_client_post_global() for connect eventsKristian Høgsberg1-5/+1
2011-04-18Introduce display.bind to request events from a globalKristian Høgsberg6-24/+65
2011-04-13Print line numbers in scanner errorsKristian Høgsberg1-38/+33
2011-04-13Move proxy prototype to wayland-client.hKristian Høgsberg3-32/+18