profile/ivi/wayland.git
2012-03-02 Pekka Paalanenserver: use the event sending wrappers
2012-03-02 Pekka Paalanenscanner: emit event wrapper functions for server
2012-03-02 Kristian Høgsbergwayland-server: Destroy resource before sending out...
2012-03-01 Ander Conselvan... Fix server crash when a client dies during a drag with...
2012-03-01 Ander Conselvan... Fix wl_data_offer source destroy listener
2012-02-29 Kristian Høgsbergconfigure.ac: Fix test-for-empty bug
2012-02-29 Rob Bradfordprotocol: Clarify the documentation for the fullscreen...
2012-02-29 Kristian HøgsbergMerge remote-tracking branch 'whot/publican'
2012-02-29 Kristian HøgsbergDon't block when flushing a full protocol buffer
2012-02-29 Peter HuttererHack up distcheck for publican
2012-02-29 Peter HuttererGenerate the docbook description for the protocol from...
2012-02-29 Peter HuttererHook up autotools for publican
2012-02-29 Peter Huttererdoc: Comment out some of the default chapters
2012-02-29 Peter Huttererdoc: Add architecture from the website
2012-02-29 Peter Huttererdoc: Fix up title page with logo and author information
2012-02-29 Peter Huttererdoc: add publican-created doctree
2012-02-29 Peter Huttererprotocol: fix make distcheck
2012-02-28 Kristian HøgsbergUpdate TODO
2012-02-28 Samuel RødalAllow update function to not be set in wl_display_get_fd
2012-02-28 Samuel RødalRename client side wl_display_destroy() to wl_display_d...
2012-02-26 Üstün Ergenoğluutil: Comments before wl_list were a bit off, fixed...
2012-02-23 Kristian Høgsbergprotocol.xsl: Rename stylesheet to wayland-protocol.css
2012-02-23 Peter Huttererprotocol: add xslt stylesheet to prettify the protocol
2012-02-23 Peter Huttererprotocol: fix missing hyphenation for "client-created"
2012-02-23 Peter Huttererscanner: Remove unused variable 'len'
2012-02-23 Peter Huttererspec: padding bytes are undefined, state so
2012-02-23 Peter Huttererspec: typo and wording fixes
2012-02-23 Thiago MacieiraFix compilation: uid_t, gid_t and pid_t are defined...
2012-02-23 Kristian HøgsbergAdd wl_region and surface requests to set opaque and...
2012-02-23 Kristian HøgsbergSplit pointer_focus and keyboard_focus into enter and...
2012-02-18 Scott Moreauserver: Implement wl_keyboard_grab_interface.
2012-02-18 Scott Moreauserver: Rename wl_grab_interface.
2012-02-18 Kristian HøgsbergAdd wl_client_get_credentials() to get unix credentials...
2012-02-16 Pekka Paalanenprotocol: remove absolute coordinates from pointer
2012-02-16 Ander Conselvan... data_device: get rid of attach request
2012-02-16 Juan ZhaoAdd fullscreen protocol
2012-02-16 Juan ZhaoAdd maximized protocol
2012-02-09 Kristian HøgsbergUse dist-xz for tarballs
2012-02-09 Kristian HøgsbergSet version to 'master' on git master branch
2012-02-09 Tiago Vignattiscanner: don't print new line when no descriptions...
2012-02-09 Tiago Vignattiprotocol: fix typo
2012-02-09 Tiago Vignattispec: fix typo
2012-02-09 Kristian HøgsbergDrop warning when we receive an event for zombie objects
2012-02-09 Kristian Høgsbergwayland-util.h: Avoid un-namespaced _container_of
2012-01-19 Jesse Barnesspec: list core interfaces with short descriptions
2012-01-19 Jesse Barnesspec: update high level description, add diagrams
2012-01-19 Jesse Barnesscanner: allow summary attributes in args and <descript...
2012-01-19 Kristian Høgsbergprotocol: Convert comments to new documentation tags
2012-01-18 Jesse Barnesscanner: Support documentation elements
2012-01-13 Richard HughesFix 'make dist' as connection.h no longer exists
2012-01-12 Neil Robertsserver: In default grab, update focus resource after...
2012-01-11 Kristian Høgsbergshm: Drop non-premul format, use less ambiguous ARGB888...
2012-01-06 Kristian HøgsbergAdd new wl_shell popup surface type
2012-01-06 Kristian HøgsbergMove data device implementation into wayland-server
2012-01-06 Kristian HøgsbergMove default grab implementation to wayland-server
2012-01-06 Kristian HøgsbergNew grab API
2012-01-04 Kristian Høgsbergserver: Allocate server ID for when resource->object...
2012-01-03 Pekka Paalanenserver: remove wl_display::callback_list as unused
2012-01-03 Pekka Paalanenserver: add wl_input_device_release()
2011-12-29 Kristian HøgsbergFix WL_EVENT_WRITEABLE typo
2011-12-27 Kristian HøgsbergDrop unused hash table
2011-12-22 Kristian HøgsbergRename all instances of typeof
2011-12-22 Kristian HøgsbergUse __typeof__ instead of typeof
2011-12-22 Pekka Paalanenserver: destroy the socket event source on display...
2011-12-21 Tiago Vignattiprotocol: update touch_down with focus surface
2011-12-19 Kristian Høgsbergprotocol: Add a bit of documentation
2011-12-17 Kristian Høgsbergconnection: Fix printf format warnings
2011-12-17 Laszlo AgocsIncrease closure buffer size and fail gracefully for...
2011-12-14 Andy NicholsRemoved superfluous call to wl_copy_connection
2011-12-14 Jørgen LindMake wl_list_for_each* work for c++
2011-12-13 Pekka Paalanenclient: fix a strdup memory leak
2011-12-05 Pekka Paalanenclient: unset WAYLAND_SOCKET env variable
2011-11-29 Pekka Paalanenserver: do not send delete_id to a dead client
2011-11-29 Pekka Paalanenprotocol: introduce wl_shell_surface
2011-11-29 Pekka Paalanenserver: document wl_resource_post_event() arguments
2011-11-29 Pekka Paalanenutil: clear pointers on wl_list_remove()
2011-11-29 Pekka Paalanenserver: no errors to a dead client
2011-11-23 Kristian HøgsbergNew drag and drop / selection protocol
2011-11-23 Kristian Høgsbergserver: Stop special casing the compositor
2011-11-22 Kristian HøgsbergAdd support for server allocated object IDs
2011-11-22 Kristian Høgsbergdebug: Use unsigned for object IDs
2011-11-19 Kristian Høgsbergscanner: Only strdup interface_name after making sure...
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
next