summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: bump to version 9.0.0 for the official release9.0.09.0Simon Ser2020-09-041-1/+1
* build: bump to version 8.0.93 for the RC1 release8.0.93Simon Ser2020-08-271-1/+1
* remoting, pipewire: Install pipewire and remoting plug-ins headersMarius Vlad2020-08-272-0/+2
* remoting: Add DPMS support in remoting plugingMarius Vlad2020-08-271-2/+21
* exposay: delete outer padding from struct exposay_outputLeandro Ribeiro2020-08-262-13/+3
* exposay: centralize surfaces of the last row when we don't have enough surfacesLeandro Ribeiro2020-08-261-4/+14
* exposay: centralize exposay's surfaces in their own squareLeandro Ribeiro2020-08-261-0/+7
* exposay: add margins to centralize exposayLeandro Ribeiro2020-08-261-5/+22
* exposay: make inner border dependent of exposay's surfaces sizeLeandro Ribeiro2020-08-261-29/+39
* exposay: do not account panel size to compute exposay areaLeandro Ribeiro2020-08-261-10/+15
* desktop-shell: make get_output_work_area() globalLeandro Ribeiro2020-08-262-1/+6
* exposay: move constant value calculation out of loopLeandro Ribeiro2020-08-261-3/+3
* compositor: Avoid using weston_log() in weston_view_is_opaque()Marius Vlad2020-08-241-3/+1
* pipewire: implement DPMSMichael Olbrich2020-08-191-1/+20
* drm: always check the repaint_status in update_completeMichael Olbrich2020-08-191-2/+3
* backend-drm: Correctly tear down the DRM backendMarius Vlad2020-08-181-2/+2
* libweston/launcher-direct.c: do not fail if already in graphics modeAndreas Heynig2020-08-171-1/+0
* backend-drm: allow to disable GBM modifiersStefan Agner2020-08-173-8/+16
* backend-drm: the GL renderer is a hard requirement for DRM virtual outputsMichael Olbrich2020-08-171-1/+1
* backend-drm: build DRM virtual support when the pipewire plugin is enabledMichael Olbrich2020-08-172-1/+2
* ivi-shell: Avoid unnecessary scaling of the view transformation matrixRajendraprasad K J2020-08-171-3/+7
* backend-drm: reorder plane checks to avoid unnecessary renderingMichael Olbrich2020-08-171-14/+14
* drm: Reset associated universal plane states when finalizing a crtcAlexandros Frantzis2020-08-171-17/+23
* drm: Introduce drm_plane_reset_state() helper functionAlexandros Frantzis2020-08-174-8/+19
* clients: deprecate weston-infoOlivier Fourdan2020-08-142-1/+6
* desktop-shell: check memory allocation in switcher_bindingganjing2020-08-141-0/+3
* build: bump to version 8.0.92 for the beta release8.0.92Simon Ser2020-08-131-1/+1
* gl-renderer: remove incorrect assertionMichael Olbrich2020-08-131-5/+2
* compositor: ignore views on other outputs during compositor_accumulate_damage()Michael Olbrich2020-08-121-2/+6
* compositor: use weston_view_is_opaque() to check for opacity in debug_scene_v...Michael Olbrich2020-08-111-2/+1
* drm: remove duplicate function declarationsMichael Olbrich2020-08-061-10/+0
* build: bump to version 9.0.91 for the alpha release8.0.91Simon Ser2020-07-301-1/+1
* kiosk-shell: Introduce kiosk/fullscreen shell for desktop appsAlexandros Frantzis2020-07-3013-0/+1796
* drm-backend: remove log that advertises universal planes supportLeandro Ribeiro2020-07-281-2/+0
* libweston: Send wl_keyboard.modifiers after wl_keyboard.enterKirill Chibisov2020-07-091-29/+5
* xwayland/window-manager: add a NULL check to fail when frame_create failsJimmy Ohn2020-07-011-0/+4
* screen-share: don't get weston_config object before zallocJimmy Ohn2020-07-011-1/+3
* gitlab CI: add support for DRM-backend testsLeandro Ribeiro2020-06-253-5/+84
* launcher: do not touch VT/tty while using non-default seatLeandro Ribeiro2020-06-251-7/+11
* shared: fix unused variable warningFrank Binns2020-06-241-2/+2
* desktop-shell: Avoid retrieving output's width/height if none presentMarius Vlad2020-06-231-2/+4
* libweston: don't clean up surface roleJames Hilliard2020-06-121-2/+0
* gl-renderer: fix pbuffer surface creationTomek Bury2020-06-111-2/+6
* drm: Fix leak of damage blob idScott Anderson2020-06-044-51/+53
* meson: enable undefined functions errors for colordGuillaume Champagne2020-06-031-1/+0
* meson: add lcms2 dependency to cms-colordGuillaume Champagne2020-06-031-1/+1
* tests: add drm-backend smoke testLeandro Ribeiro2020-06-022-0/+73
* tests: add support to run drm-backend tests locallyLeandro Ribeiro2020-06-023-2/+127
* drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro2020-06-024-1/+10
* tests: properly select renderer for DRM-backendLeandro Ribeiro2020-06-021-2/+8