summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: bump to version 6.0.1 for the point release6.0.16.0Simon Ser2019-06-242-3/+3
* compositor: Don't ignore --use-pixman for Wayland backendDaniel Stone2019-06-191-1/+1
* weston: Properly test for output-creation failureDaniel Stone2019-06-191-1/+1
* compositor: Fix incorrect use of bool optionsScott Anderson2019-06-191-3/+9
* log: remove "%m" from format strings by using strerror(errno)Antonio Borneo2019-06-1949-149/+265
* Fix build with kernel < 4.4Fabrice Fontaine2019-06-191-1/+1
* compositor: fix segfaults if wl_display_create failsSilva Alejandro Ismael2019-06-191-0/+5
* zunitc: Fix undeclared identifier 'NULL'-2019-06-191-0/+1
* clients: close unused keymap fdAntonio Borneo2019-06-193-0/+7
* weston-terminal: Fix weston-terminal crash on mutterSebastian Wick2019-06-191-1/+20
* Fix: clients/window: Premature finish request when copy-pastingHarish Krupo2019-06-191-2/+3
* data-device: send INVALID_FINISH when operation != dndHarish Krupo2019-06-192-0/+10
* window.c: Don't assume registry advertisement orderHarish Krupo2019-06-191-5/+24
* Fix incorrect includeLuca Weiss2019-06-191-1/+1
* FIX: weston: clients: typo in simple-dmabuf-egl.cKamal Pandey2019-06-191-1/+1
* cairo-util: Don't set title string to Pango layout if the title is NULLTomohito Esaki2019-06-191-4/+6
* compositor: Fix missing new line when displaying buffer type for EGL bufferMarius Vlad2019-06-191-1/+1
* compositor: Fix invalid view numbering in scene-graphMarius Vlad2019-06-191-4/+8
* clients/simple-dmabuf-egl: Properly check for error in gbm_bo_get_handle_for_...Alexandros Frantzis2019-06-191-3/+11
* libweston: fix protocol install pathPekka Paalanen2019-06-181-1/+1
* meson.build/libweston: Fix clang warning for export-dynamicMarius Vlad2019-06-181-1/+1
* meson.build: Fix warning for configure_fileHarish Krupo2019-06-183-7/+2
* build: add missing dep to x11 backendPekka Paalanen2019-06-181-0/+1
* meson: dep fix for compositor.h needing xkbcommon.hPekka Paalanen2019-06-181-1/+5
* meson: DRM-backend demands GBMPekka Paalanen2019-06-181-2/+3
* meson: link remoting with glib and gobjectPekka Paalanen2019-06-181-1/+2
* meson: link cms-colord with glib and gobjectPekka Paalanen2019-06-181-1/+11
* meson: link editor with gobject-2.0Pekka Paalanen2019-06-181-1/+1
* configure.ac/meson.build: bump version to 6.0.0 for the official release6.0.0Derek Foreman2019-03-272-3/+3
* autotools: Fix tags/cscope targets with autoolsMarius Vlad2019-03-271-1/+1
* configure.ac/meson.build: bump to version 5.0.94 for the RC2 release5.0.94Derek Foreman2019-03-202-2/+2
* meson: fix building screen-share moduleStefan Agner2019-03-201-0/+1
* configure.ac: bump version to 5.0.93 for the RC1 release5.0.93Derek Foreman2019-03-131-1/+1
* compositor-drm: clear gbm_surface pointer after destroying the GBM surfacePhilipp Zabel2019-03-061-0/+4
* meson: allow to build weston-simple-dmabuf-eglPhilipp Zabel2019-03-061-1/+1
* configure.ac: bump to version 5.0.92 for the beta release5.0.92Derek Foreman2019-03-051-1/+1
* clients/simple-dmabuf-egl: Create the EGL display using the GBM platformAlexandros Frantzis2019-03-051-5/+7
* compositor-drm: fix gbm_bo_get_handle_for_plane error handlingPhilipp Zabel2019-02-251-2/+5
* compositor-drm: Add missing newline to debug printDaniel Stone2019-02-221-1/+1
* Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot2019-02-2019-26/+26
* configure.ac: bump to version 5.0.91 for the alpha release5.0.91Derek Foreman2019-02-191-1/+1
* compositor: Fix scene-graph debug scope missing views based on sub-surfacesMarius Vlad2019-02-181-1/+28
* compositor-drm: Print pixel format in human-friendly form when failing to ass...Marius Vlad2019-02-181-2/+3
* meson: Remove freerdp1 as it no longer buildsMarius Vlad2019-02-181-4/+1
* Fix .editorconfig: use tabs for Meson filesemersion2019-02-181-1/+1
* compositor-drm: Fall back if GBM surface fails with modifiersDaniel Stone2019-02-161-1/+6
* Add .editorconfigemersion2019-02-161-0/+15
* desktop-shell: don't crash if a surface disappears while grabbedSergey Bugaev2019-02-161-2/+3
* desktop-shell: remove surface destroy listener when focus state is destroyedGreg V2019-02-161-0/+4
* desktop-shell: fix resize grab related crashGreg V2019-02-161-6/+13