summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass struct wl_resource as the first argument to server side stubsnextKristian Høgsberg2011-08-234-57/+58
* server: wl_display and wl_input_device are no longer resourcesKristian Høgsberg2011-08-202-2/+0
* Update TODOKristian Høgsberg2011-08-191-52/+0
* Store objects in wl_map data structureKristian Høgsberg2011-08-198-66/+160
* Remove range protocolKristian Høgsberg2011-08-193-44/+3
* Destroy client resource by walking client hash tableKristian Høgsberg2011-08-191-20/+18
* Always allocate a new wl_resource when binding an objectKristian Høgsberg2011-08-195-113/+151
* Add wl_hash_table_for_each()Kristian Høgsberg2011-08-192-0/+18
* Bind globals to client provided object IDsKristian Høgsberg2011-08-196-43/+30
* server: Hand code all wl_display client stubsKristian Høgsberg2011-08-193-16/+44
* server: Assign global id as part of wl_display_add_global()Kristian Høgsberg2011-08-192-13/+1
* server: Make object hash table per-clientKristian Høgsberg2011-08-191-18/+23
* Rename global 'func' to 'bind'Kristian Høgsberg2011-08-192-6/+6
* server: Make everything in the object hash a wl_resourceKristian Høgsberg2011-08-184-132/+170
* Use a callback object instead of ad-hoc lists for sync and frame eventsKristian Høgsberg2011-08-164-175/+42
* connection: Object ID 0 is not a valid new object IDKristian Høgsberg2011-08-161-1/+1
* event-loop: Quiet a few warningsKristian Høgsberg2011-08-121-2/+10
* Make expat a dependency to the scannerJørgen Lind2011-08-121-5/+7
* Rename source subdir from wayland to srcKristian Høgsberg2011-08-1220-6/+6
* Change scanner.c license to MITKristian Høgsberg2011-08-111-13/+18
* scanner: Silence warningKristian Høgsberg2011-07-281-1/+1
* scanner: Initialize protocol.copyright to NULLKristian Høgsberg2011-07-271-0/+1
* protocol: Delete screenshooter.xmlTiago Vignatti2011-07-261-7/+0
* scanner: Take copyright notice from xml fileKristian Høgsberg2011-07-252-31/+92
* connection: Use static strings instead of sprintf and buffer overflowKristian Høgsberg2011-07-191-5/+1
* Link to -lrt for clock_gettime()Kristian Høgsberg2011-07-181-2/+2
* Pass object ID not pointer when sending a global announce eventCasey Dahlin2011-07-181-1/+1
* conection: Handle demarshal errors a little less dramaticallyKristian Høgsberg2011-07-181-2/+6
* Fix segfault in client when demarshalling failsCasey Dahlin2011-07-181-0/+5
* protocol: fix key event and related commentsTiago Vignatti2011-07-151-3/+3
* debug: add timestamps when loggingTiago Vignatti2011-07-154-13/+23
* protocol: Fix type of visual arg in token_visual eventKristian Høgsberg2011-07-151-1/+1
* scanner: Output type info for new_id argumentsKristian Høgsberg2011-07-152-2/+99
* protocol: Make id arg of display.global event be just a uintKristian Høgsberg2011-07-111-1/+1
* scanner: map 'int' to int32_t.Kristian Høgsberg2011-07-071-1/+1
* Add touch events to protocol.Laszlo Agocs2011-06-291-0/+27
* server: Add wl_client_flush()Kristian Høgsberg2011-06-292-0/+10
* event-loop: Make idle handlers work againKristian Høgsberg2011-06-231-19/+18
* Update TODOKristian Høgsberg2011-06-211-34/+1
* Merge remote-tracking branch 'bnf/buffer.release'Kristian Høgsberg2011-06-213-4/+9
|\
| * Drop wl_compoositor parameter in wl_bufferBenjamin Franzke2011-06-211-1/+0
| * Add busy_count and client parameter to wl_bufferBenjamin Franzke2011-06-212-3/+6
| * Add buffer.release eventBenjamin Franzke2011-06-211-0/+3
* | Add more protocol for communicating screen geometryKristian Høgsberg2011-06-211-1/+26
* | Add wl_display_remove_global.Laszlo Agocs2011-06-204-0/+54
* | Do not leak globals and listeners.Laszlo Agocs2011-06-202-3/+16
|/
* Move map functionality into shellKristian Høgsberg2011-06-181-28/+33
* Call a new global listener for each existing globalCorentin Chary2011-06-111-0/+5
* Flush the protocol output buffer when it fills upCorentin Chary2011-06-111-0/+4
* Remove left-over visual prototypesKristian Høgsberg2011-06-071-8/+0