summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-24build: bump to version 6.0.1 for the point release6.0.16.0Simon Ser2-3/+3
2019-06-19compositor: Don't ignore --use-pixman for Wayland backendDaniel Stone1-1/+1
2019-06-19weston: Properly test for output-creation failureDaniel Stone1-1/+1
2019-06-19compositor: Fix incorrect use of bool optionsScott Anderson1-3/+9
2019-06-19log: remove "%m" from format strings by using strerror(errno)Antonio Borneo49-149/+265
2019-06-19Fix build with kernel < 4.4Fabrice Fontaine1-1/+1
2019-06-19compositor: fix segfaults if wl_display_create failsSilva Alejandro Ismael1-0/+5
2019-06-19zunitc: Fix undeclared identifier 'NULL'-1-0/+1
2019-06-19clients: close unused keymap fdAntonio Borneo3-0/+7
2019-06-19weston-terminal: Fix weston-terminal crash on mutterSebastian Wick1-1/+20
2019-06-19Fix: clients/window: Premature finish request when copy-pastingHarish Krupo1-2/+3
2019-06-19data-device: send INVALID_FINISH when operation != dndHarish Krupo2-0/+10
2019-06-19window.c: Don't assume registry advertisement orderHarish Krupo1-5/+24
2019-06-19Fix incorrect includeLuca Weiss1-1/+1
2019-06-19FIX: weston: clients: typo in simple-dmabuf-egl.cKamal Pandey1-1/+1
2019-06-19cairo-util: Don't set title string to Pango layout if the title is NULLTomohito Esaki1-4/+6
2019-06-19compositor: Fix missing new line when displaying buffer type for EGL bufferMarius Vlad1-1/+1
2019-06-19compositor: Fix invalid view numbering in scene-graphMarius Vlad1-4/+8
2019-06-19clients/simple-dmabuf-egl: Properly check for error in gbm_bo_get_handle_for_...Alexandros Frantzis1-3/+11
2019-06-18libweston: fix protocol install pathPekka Paalanen1-1/+1
2019-06-18meson.build/libweston: Fix clang warning for export-dynamicMarius Vlad1-1/+1
2019-06-18meson.build: Fix warning for configure_fileHarish Krupo3-7/+2
2019-06-18build: add missing dep to x11 backendPekka Paalanen1-0/+1
2019-06-18meson: dep fix for compositor.h needing xkbcommon.hPekka Paalanen1-1/+5
2019-06-18meson: DRM-backend demands GBMPekka Paalanen1-2/+3
2019-06-18meson: link remoting with glib and gobjectPekka Paalanen1-1/+2
2019-06-18meson: link cms-colord with glib and gobjectPekka Paalanen1-1/+11
2019-06-18meson: link editor with gobject-2.0Pekka Paalanen1-1/+1
2019-03-27configure.ac/meson.build: bump version to 6.0.0 for the official release6.0.0Derek Foreman2-3/+3
2019-03-27autotools: Fix tags/cscope targets with autoolsMarius Vlad1-1/+1
2019-03-20configure.ac/meson.build: bump to version 5.0.94 for the RC2 release5.0.94Derek Foreman2-2/+2
2019-03-20meson: fix building screen-share moduleStefan Agner1-0/+1
2019-03-13configure.ac: bump version to 5.0.93 for the RC1 release5.0.93Derek Foreman1-1/+1
2019-03-06compositor-drm: clear gbm_surface pointer after destroying the GBM surfacePhilipp Zabel1-0/+4
2019-03-06meson: allow to build weston-simple-dmabuf-eglPhilipp Zabel1-1/+1
2019-03-05configure.ac: bump to version 5.0.92 for the beta release5.0.92Derek Foreman1-1/+1
2019-03-05clients/simple-dmabuf-egl: Create the EGL display using the GBM platformAlexandros Frantzis1-5/+7
2019-02-25compositor-drm: fix gbm_bo_get_handle_for_plane error handlingPhilipp Zabel1-2/+5
2019-02-22compositor-drm: Add missing newline to debug printDaniel Stone1-1/+1
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot19-26/+26
2019-02-19configure.ac: bump to version 5.0.91 for the alpha release5.0.91Derek Foreman1-1/+1
2019-02-18compositor: Fix scene-graph debug scope missing views based on sub-surfacesMarius Vlad1-1/+28
2019-02-18compositor-drm: Print pixel format in human-friendly form when failing to ass...Marius Vlad1-2/+3
2019-02-18meson: Remove freerdp1 as it no longer buildsMarius Vlad1-4/+1
2019-02-18Fix .editorconfig: use tabs for Meson filesemersion1-1/+1
2019-02-16compositor-drm: Fall back if GBM surface fails with modifiersDaniel Stone1-1/+6
2019-02-16Add .editorconfigemersion1-0/+15
2019-02-16desktop-shell: don't crash if a surface disappears while grabbedSergey Bugaev1-2/+3
2019-02-16desktop-shell: remove surface destroy listener when focus state is destroyedGreg V1-0/+4
2019-02-16desktop-shell: fix resize grab related crashGreg V1-6/+13