profile/ivi/wayland.git
2012-03-20 Üstün Ergenoğluconfigure: Add option to disable building documentation.
2012-03-20 Ander Conselvan... test: add a unit test for the event loop post dispatch...
2012-03-20 Ander Conselvan... event-loop: always do the post-dispatch check
2012-03-20 Kristian HøgsbergTODO: Pull in updated TODO list from 1.0 roadmap email
2012-03-16 Kristian Høgsbergdoc: Don't list directories in list of files to install
2012-03-10 Ander Conselvan... Flush the connection if we have to many marshaled fds
2012-03-06 Kristian Høgsbergtest-runner.c: Consolidate test running code
2012-03-06 Kristian Høgsbergtests: Add demarshal tests
2012-03-06 Kristian Høgsbergtests: Add more marshal tests
2012-03-06 Kristian Høgsbergtests: Simplify connection tests a bit
2012-03-06 Kristian Høgsbergtests: Add wl_list tests
2012-03-06 Kristian Høgsbergtests: More wl_map tests
2012-03-06 Kristian HøgsbergTOOD: Frame based input done
2012-03-05 Gaetan Nadontests: makefile error: missing test-runner.h
2012-03-05 Kristian Høgsbergscanner: Add since attribute
2012-03-04 Gaetan Nadoncheck: connection-test fails to link to ffi
2012-03-04 Gaetan Nadonpublican: support out-of-source tree build
2012-03-04 Gaetan NadonFix distcheck where protocol.xsl was missing in the...
2012-03-04 Kristian HøgsbergAdd wl_array_for_each
2012-03-03 Kristian HøgsbergAdd tests subdir to toplevel SUBDIRS variable
2012-03-03 Kristian Høgsbergtests: Add connection marshalling tests
2012-03-03 Kristian Høgsbergtests: Add connection tests
2012-03-03 Kristian Høgsbergtest-runner: Fix warnings
2012-03-03 Kristian Høgsbergconnection: Export wl_connection_queue() so we can...
2012-03-03 Kristian Høgsbergtests: Print test status after running test
2012-03-02 Kristian Høgsbergtests: Add Unit tests for wl_map and wl_array data...
2012-03-02 Ander Conselvan... Terminate drag if data source is destroyed
2012-03-02 Pekka Paalanenserver: fix event sending type mismatches
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
next