summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Pass struct wl_resource as the first argument to server side stubsnextKristian Høgsberg4-57/+58
2011-08-20server: wl_display and wl_input_device are no longer resourcesKristian Høgsberg2-2/+0
2011-08-19Update TODOKristian Høgsberg1-52/+0
2011-08-19Store objects in wl_map data structureKristian Høgsberg8-66/+160
2011-08-19Remove range protocolKristian Høgsberg3-44/+3
2011-08-19Destroy client resource by walking client hash tableKristian Høgsberg1-20/+18
2011-08-19Always allocate a new wl_resource when binding an objectKristian Høgsberg5-113/+151
2011-08-19Add wl_hash_table_for_each()Kristian Høgsberg2-0/+18
2011-08-19Bind globals to client provided object IDsKristian Høgsberg6-43/+30
2011-08-19server: Hand code all wl_display client stubsKristian Høgsberg3-16/+44
2011-08-19server: Assign global id as part of wl_display_add_global()Kristian Høgsberg2-13/+1
2011-08-19server: Make object hash table per-clientKristian Høgsberg1-18/+23
2011-08-19Rename global 'func' to 'bind'Kristian Høgsberg2-6/+6
2011-08-18server: Make everything in the object hash a wl_resourceKristian Høgsberg4-132/+170
2011-08-16Use a callback object instead of ad-hoc lists for sync and frame eventsKristian Høgsberg4-176/+43
2011-08-16connection: Object ID 0 is not a valid new object IDKristian Høgsberg1-1/+1
2011-08-12event-loop: Quiet a few warningsKristian Høgsberg1-2/+10
2011-08-12Make expat a dependency to the scannerJørgen Lind1-5/+7
2011-08-12Rename source subdir from wayland to srcKristian Høgsberg20-6/+6
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-26protocol: Delete screenshooter.xmlTiago Vignatti1-7/+0
2011-07-25scanner: Take copyright notice from xml fileKristian Høgsberg2-31/+92
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-15protocol: fix key event and related commentsTiago Vignatti1-3/+3
2011-07-15debug: add timestamps when loggingTiago Vignatti4-13/+23
2011-07-15protocol: Fix type of visual arg in token_visual eventKristian Høgsberg1-1/+1
2011-07-15scanner: Output type info for new_id argumentsKristian Høgsberg2-2/+99
2011-07-11protocol: Make id arg of display.global event be just a uintKristian Høgsberg1-1/+1
2011-07-07scanner: map 'int' to int32_t.Kristian Høgsberg1-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_bufferBenjamin 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