platform/upstream/wayland.git
2016-01-16 Jonas Ådahlclient: Use read preparation API in wl_display_dispatch...
2016-01-16 Jonas Ådahlclient: Don't make EPIPE fatal if triggered when flushing
2016-01-16 Jonas Ådahlclient: Remove misplaced documentation about main loop...
2016-01-16 Jonas Ådahlclient: Correct documentation regarding thread safeness
2016-01-16 Carlos Garnachoprotocol: Add DnD actions
2016-01-16 Carlos Garnachoprotocol: Improve data source notification around DnD...
2016-01-14 Derek Foremanserver: Test for illegally low interface versions in...
2016-01-14 Derek Foremanserver: improve failure log message for wl_global_create()
2016-01-14 Peter Huttererprotocol: add wl_pointer.frame, axis_source, axis_stop...
2016-01-13 Bryce Harringtonsocket-test: Refactor if check into the assert
2016-01-13 Bryce Harringtonsocket-test: Fix some comment typos
2016-01-13 Marek Chalupaserver: don't send an error to NULL display_resource
2016-01-13 Victor Bergerclient: Add missing arg in a wl_log invocation
2016-01-12 Jaeyoon Jungserver: Calculate remaining data size after a closure...
2016-01-12 Jonas Ådahldoc: Fix incorrect parameter name
2016-01-12 Jonas Ådahldoc: Fix function membership
2016-01-12 Jonas ÅdahlUse zalloc instead of malloc + memset
2016-01-12 Jonas Ådahlscanner: Fail if 'since' is higher than the interface...
2016-01-12 Jonas Ådahlscanner: Add missing brackets
2015-12-18 Bryce Harringtonserver: Add a socket with an existing fd
2015-12-07 Peter Huttererprotocol: specify behavior of get_pointer when capabili...
2015-12-03 Derek Foremanprotocol: Add wl_surface.damage_buffer
2015-11-27 Marek Chalupaserver: remove redundant include
2015-11-24 Peter Huttererprotocol: fix a couple of whitespace issues
2015-11-20 Derek Foremanprotocol: Remove incorrect statement that attach must...
2015-11-19 Pekka Paalanenscanner: drop altmacro from dtddata.S
2015-11-19 Pekka PaalanenMakefile: use automake rule for compiling .S
2015-11-17 Peter HuttererValidate the protocol xml during scanning
2015-11-17 Peter Huttererprotocol: add the new bitfields to the dtd
2015-11-17 Peter Huttererprotocol: allow for a <description> element below ...
2015-11-17 Peter HuttererRevert "Remove protocol/wayland.dtd"
2015-11-16 Marek Chalupaadd wl_abort private function
2015-11-16 Peter Huttererdoc: make the doxygen output dependent on scanner.c
2015-11-16 Marek Chalupaevent-loop: remove extra header
2015-11-06 Derek Foremanshm: wl_shm_buffer_get_data() requires a valid pool.
2015-11-06 Derek Foremanshm: Move deprecated function to the bottom of the...
2015-11-06 Derek Foremanshm: Deprecate wl_shm_buffer_create()
2015-11-04 Auke Booijdoc: output enum and bitfield attributes in the documen...
2015-11-04 Auke Booijscanner: enforce correct argument type for enums
2015-11-04 Auke Booijprotocol: specify enum and bitfield attributes
2015-11-04 Auke Booijdoc: document the enum and bitfield attributes
2015-10-29 Jon Cruzcosmetic: fix incorrect whitespace.
2015-10-26 Jon Cruzscanner: stop adding trailing whitespace to copyright
2015-10-26 Jon Cruzcosmetic: fix inconsistent code style with header proto...
2015-10-21 Derek Foremanshm: Add shm_buffer ref and shm_pool unref functions
2015-10-09 Auke BooijRemove protocol/wayland.dtd
2015-10-09 Jonas Ådahlscanner: Generate 'since' macros for requests as well
2015-10-08 Jonas Ådahlclient: Move prepare read documentation to .._prepare_r...
2015-10-08 FORT Davidwayland: add a release request on wl_seat
2015-10-06 Jonas Ådahlclient: Improve wl_display_roundtrip(_queue)() document...
2015-10-06 Jonas Ådahlclient: Be more clear about when one must call wl_displ...
2015-10-06 Jonas Ådahlclient: Reword and add documentation about the marshal...
2015-10-06 Jonas Ådahlclient: Fix minor grammar issue
2015-10-05 Bryce Harringtonscanner: Close input resource when done to prevent...
2015-09-22 Pekka PaalanenContributing: explain Patchwork
2015-09-22 Bryce Harringtonconfigure.ac: bump to version 1.9.90 for open development
2015-09-21 Bryce Harringtonconfigure.ac: bump to version 1.9.0 for the official... 1.9.0
2015-09-16 Bryce Harringtonconfigure.ac: bump to version 1.8.93 for the RC1 release 1.8.93
2015-09-01 Bryce Harringtonconfigure.ac: bump to version 1.8.92 for the beta release 1.8.92
2015-08-24 Pekka PaalanenRevert "client: require WAYLAND_DISPLAY to be set"
2015-08-16 Bryce Harringtonconfigure.ac: bump to version 1.8.91 for the alpha... 1.8.91
2015-08-14 Dima Ryazanovclient: require WAYLAND_DISPLAY to be set
2015-08-06 Elvis Leewayland-client : Fix queue_release not to call proxy_de...
2015-07-31 Marek Chalupascanner: check sanity of version
2015-07-31 Marek Chalupascanner: use zxalloc
2015-07-31 Marek Chalupascanner: get rid of leaks
2015-07-31 Marek Chalupascanner: refactor creating objects
2015-07-31 Bryce Harringtongitignore: Ignore some dist generated files
2015-07-23 Derek Foremanbuild: Build libwayland-private
2015-07-17 Ross Burtonbuild: always build wayland-scanner
2015-07-11 Marek Chalupafixed-benchmark: remove unused arguments in main
2015-07-10 Bryce Harringtontests: Don't increment variables inside an assert()
2015-06-23 Derek Foremancosmetic: gratuitous whitespace changes in event-loop.c
2015-06-23 Derek Foremanbuild: Use AM_CFLAGS instead of GCC_CFLAGS everywhere
2015-06-22 Bryce Harringtoncursor: Update printed license from MIT "X11" to MIT...
2015-06-22 Bryce Harringtonpublican: Update docs license from MIT "X11" to MIT...
2015-06-18 Peter Huttererdoc: drop the default doxygen tags
2015-06-18 Peter Huttererdoc: move project-specific doxygen settings to the...
2015-06-18 Derek Foremanbuild: Don't depend on libffi unless we're building...
2015-06-18 Derek Foremanbuild: Build a subset of libwayland_util when not build...
2015-06-18 Derek Foremanbuild: Allow disabling building of wayland libraries
2015-06-18 Derek Foremanbuild: Stop putting FFI_CFLAGS in AM_CFLAGS
2015-06-18 Derek Foremanbuild: Move AM_CFLAGS and AM_CPPFLAGS to the top of...
2015-06-12 Bryce Harringtonxcursor: Change keithp licensed code from X11 to Expat...
2015-06-12 Bryce Harringtoncursor-data.h: Change SuSE licensed code from X11 to...
2015-06-12 Bryce Harringtoncursor: Update boilerplate from MIT X11 license to...
2015-06-12 Bryce Harringtonprotocol: Update boilerplate from MIT X11 license to...
2015-06-12 Bryce Harringtonwayland-server: Fix style on multi-line comment
2015-06-12 Bryce Harringtonsrc: Update boilerplate from MIT X11 license to MIT...
2015-06-12 Bryce Harringtontest-runner: Add copyright boilerplate for .h, same...
2015-06-12 Bryce Harringtonsocket-test: Fix style on multi-line comment
2015-06-12 Bryce Harringtontests: Update boilerplate from MIT X11 license to MIT...
2015-06-12 Bryce HarringtonContributing: Specify use of MIT Expat for new code...
2015-06-12 Bryce HarringtonCOPYING: Update to MIT Expat License rather than MIT...
2015-06-05 Derek Foremandocs: remove and ignore doc/doxygen_sqlite3.db
2015-06-03 Bryce Harringtonconfigure.ac: bump version to 1.8.90
2015-06-02 Bryce Harringtonconfigure.ac: bump to version 1.8.0 for the official... 1.8.0
2015-06-01 Giulio Camuffoscanner: don't emit the extern declarations for externa...
2015-05-27 Bryce Harringtonpublish-doc: Add script for publishing docs to the...
2015-05-27 Bryce Harringtonconfigure.ac: bump to version 1.7.93 for the RC2 release 1.7.93
next