summaryrefslogtreecommitdiff
path: root/wayland
AgeCommit message (Expand)AuthorFilesLines
2011-08-12Rename source subdir from wayland to srcKristian Høgsberg18-5041/+0
2011-08-11Change scanner.c license to MITKristian Høgsberg1-13/+18
2011-07-28scanner: Silence warningKristian Høgsberg1-1/+1
2011-07-27scanner: Initialize protocol.copyright to NULLKristian Høgsberg1-0/+1
2011-07-26scanner: Take copyright notice from xml fileKristian Høgsberg1-31/+66
2011-07-19connection: Use static strings instead of sprintf and buffer overflowKristian Høgsberg1-5/+1
2011-07-18Link to -lrt for clock_gettime()Kristian Høgsberg1-2/+2
2011-07-18Pass object ID not pointer when sending a global announce eventCasey Dahlin1-1/+1
2011-07-18conection: Handle demarshal errors a little less dramaticallyKristian Høgsberg1-2/+6
2011-07-18Fix segfault in client when demarshalling failsCasey Dahlin1-0/+5
2011-07-15debug: add timestamps when loggingTiago Vignatti4-13/+23
2011-07-15scanner: Output type info for new_id argumentsKristian Høgsberg2-2/+99
2011-07-07scanner: map 'int' to int32_t.Kristian Høgsberg1-1/+1
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-21Merge remote-tracking branch 'bnf/buffer.release'Kristian Høgsberg2-4/+6
2011-06-21Drop wl_compoositor parameter in wl_bufferBenjamin Franzke1-1/+0
2011-06-21Add busy_count and client parameter to wl_bufferBenjamin Franzke2-3/+6
2011-06-20Add wl_display_remove_global.Laszlo Agocs3-0/+49
2011-06-20Do not leak globals and listeners.Laszlo Agocs2-3/+16
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-13Add event to associate visuals with a pixel format tokenKristian Høgsberg2-50/+35
2011-05-13server: Send error if client tries to bind to non-existant objectKristian Høgsberg1-2/+9
2011-05-11Define shm specific errorsKristian Høgsberg1-15/+10
2011-05-11Unify error eventsKristian Høgsberg4-43/+47
2011-05-11connection.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.com1-0/+8
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 Dahlin1-1/+1
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 Franzke1-3/+0
2011-04-21event-loop: Add an optional post-dispatch source calloutKristian Høgsberg2-17/+54
2011-04-20Pass version number to global bind functionsubscribeKristian Høgsberg2-7/+12