profile/ivi/wayland.git
2011-11-18 Kristian HøgsbergMove private definitions and prototypes to new wayland...
2011-11-18 Kristian HøgsbergFix unused variable warning
2011-11-17 Kristian HøgsbergIntroduce wl_resource_queue_event() for sending events...
2011-11-17 Kristian HøgsbergAdd display event to acknowledge ID deletion
2011-11-15 Kristian Høgsbergutil: Add wl_list_insert_list()
2011-11-15 Andrea Cancianihash: Improve double hashing
2011-10-31 Kristian Høgsbergscanner: Check name == NULL for enum entries
2011-10-31 Benjamin Franzkeconnection: Check object types in message parameters
2011-10-29 Kristian Høgsbergevent-loop: Fix idle handler dispatch corner case
2011-10-24 Kristian Høgsbergscanner: Fix typo in error message
2011-10-24 Kristian Høgsbergprotocol: Change global_remove arg to be 'name' instead...
2011-10-24 Kristian Høgsbergscanner: Catch more invalid attribute combinations...
2011-10-20 Kristian Høgsbergdebug: Print debug message when client wakes up
2011-10-12 Kristian HøgsbergSilence a valgrind warning
2011-10-12 Kristian Høgsbergwayland-server: Track input_device resource for focused...
2011-10-11 Kristian Høgsbergwayland-server: Always use the display_resource for...
2011-10-11 Mathias Fiedlerwayland-server: fix resource destroy
2011-10-11 Mathias Fiedlerwayland-server: fix crash on invalid resource
2011-10-11 Benjamin Franzkescanner: Fix indent for *_add_listener
2011-09-06 Kristian HøgsbergRename motion_grab to implicit_grab
2011-09-04 Kristian HøgsbergAdd back get/set user data wrappers for wl_display
2011-09-01 Kristian Høgsbergserver: Make error posting functions take a resource...
2011-08-31 Kristian HøgsbergRemove the wl_visual interface
2011-08-29 Kristian HøgsbergUpdate TODO
2011-08-29 Kristian Høgsbergserver: Disconnect client on error
2011-08-29 Kristian Høgsbergshm: Compare resource interface when validating visual
2011-08-27 Kristian Høgsbergserver: Pass struct wl_resource for object references
2011-08-27 Kristian HøgsbergDon't special case object ID 1 lookup
2011-08-27 Kristian Høgsbergserver: wl_display and wl_input_device are no longer...
2011-08-27 Kristian HøgsbergUpdate TODO
2011-08-27 Kristian HøgsbergStore objects in wl_map data structure
2011-08-27 Kristian HøgsbergRemove range protocol
2011-08-27 Kristian HøgsbergDestroy client resource by walking client hash table
2011-08-27 Kristian HøgsbergAlways allocate a new wl_resource when binding an object
2011-08-27 Kristian HøgsbergAdd wl_hash_table_for_each()
2011-08-27 Kristian HøgsbergBind globals to client provided object IDs
2011-08-27 Kristian Høgsbergserver: Hand code all wl_display client stubs
2011-08-27 Kristian Høgsbergserver: Assign global id as part of wl_display_add_global()
2011-08-27 Kristian Høgsbergserver: Make object hash table per-client
2011-08-27 Kristian HøgsbergRename global 'func' to 'bind'
2011-08-27 Kristian Høgsbergserver: Make everything in the object hash a wl_resource
2011-08-27 Kristian HøgsbergUse a callback object instead of ad-hoc lists for sync...
2011-08-27 Paulo Zanoniconnection: fix libffi usage, our functions return...
2011-08-17 Kristian Høgsbergconnection: Object ID 0 is not a valid new object ID
2011-08-12 Kristian Høgsbergevent-loop: Quiet a few warnings
2011-08-12 Jørgen LindMake expat a dependency to the scanner
2011-08-12 Kristian HøgsbergRename source subdir from wayland to src
2011-08-11 Kristian HøgsbergChange scanner.c license to MIT
2011-07-28 Kristian Høgsbergscanner: Silence warning
2011-07-27 Kristian Høgsbergscanner: Initialize protocol.copyright to NULL
2011-07-26 Tiago Vignattiprotocol: Delete screenshooter.xml
2011-07-26 Kristian Høgsbergscanner: Take copyright notice from xml file
2011-07-19 Kristian Høgsbergconnection: Use static strings instead of sprintf and...
2011-07-18 Kristian HøgsbergLink to -lrt for clock_gettime()
2011-07-18 Casey DahlinPass object ID not pointer when sending a global announ...
2011-07-18 Kristian Høgsbergconection: Handle demarshal errors a little less dramat...
2011-07-18 Casey DahlinFix segfault in client when demarshalling fails
2011-07-15 Tiago Vignattiprotocol: fix key event and related comments
2011-07-15 Tiago Vignattidebug: add timestamps when logging
2011-07-15 Kristian Høgsbergprotocol: Fix type of visual arg in token_visual event
2011-07-15 Kristian Høgsbergscanner: Output type info for new_id arguments
2011-07-11 Kristian Høgsbergprotocol: Make id arg of display.global event be just...
2011-07-07 Kristian Høgsbergscanner: map 'int' to int32_t.
2011-06-29 Laszlo AgocsAdd touch events to protocol.
2011-06-29 Kristian Høgsbergserver: Add wl_client_flush()
2011-06-23 Kristian Høgsbergevent-loop: Make idle handlers work again
2011-06-21 Kristian HøgsbergUpdate TODO
2011-06-21 Kristian HøgsbergMerge remote-tracking branch 'bnf/buffer.release'
2011-06-21 Benjamin FranzkeDrop wl_compoositor parameter in wl_buffer
2011-06-21 Benjamin FranzkeAdd busy_count and client parameter to wl_buffer
2011-06-21 Benjamin FranzkeAdd buffer.release event
2011-06-21 Kristian HøgsbergAdd more protocol for communicating screen geometry
2011-06-20 Laszlo AgocsAdd wl_display_remove_global.
2011-06-20 Laszlo AgocsDo not leak globals and listeners.
2011-06-18 Kristian HøgsbergMove map functionality into shell
2011-06-11 Corentin CharyCall a new global listener for each existing global
2011-06-11 Corentin CharyFlush the protocol output buffer when it fills up
2011-06-07 Kristian HøgsbergRemove left-over visual prototypes
2011-06-07 Kristian Høgsbergconnection: Fix pointer arithmetic error
2011-05-31 Samuel RødalFall back to accept() on systems where accept4() is...
2011-05-31 Benjamin Franzkewayland-shm: Check visual for being NULL
2011-05-19 Kristian HøgsbergTODO: Update
2011-05-13 Kristian HøgsbergAdd event to associate visuals with a pixel format...
2011-05-13 Kristian Høgsbergserver: Send error if client tries to bind to non-exist...
2011-05-11 Kristian HøgsbergDefine shm specific errors
2011-05-11 Kristian HøgsbergUnify error events
2011-05-11 Kristian HøgsbergTODO: Consolidate and update
2011-05-11 Kristian Høgsbergconnection.c: Use sizeof int for allocating fd extra...
2011-05-10 Robert Braggdisplay: Adds wl_display_flush to send buffered commands
2011-05-10 Benjamin Franzkewayland-util: Drop unused struct wl_argument
2011-05-06 jani.uusi-rantala... Add configure option to disable scanner compilation
2011-05-06 Benjamin FranzkeAdd a destroy_listener to wl_resource
2011-05-04 Benjamin Franzkeconnection: Define _GNU_SOURCE for F_DUPFD_CLOEXEC
2011-05-04 Kristian Høgsbergscanner: Fail if there's a 'destroy' request not marked...
2011-05-04 Kristian Høgsbergscanner: Initialize wl_message structs completely
2011-05-04 Kristian Høgsbergconnection: Handle fd passing in an CLOEXEC safe way
2011-05-02 Kristian Høgsbergmmap shm buffers read/write
2011-04-29 Casey DahlinAdd some things related to wayland-scanner to .gitignore
2011-04-29 Kristian Høgsbergevent-loop: Drop unused idle_list
2011-04-22 Kristian HøgsbergDon't define wl_shell in wayland-server.h
next