summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-04build: bump to version 9.0.0 for the official release9.0.09.0Simon Ser1-1/+1
2020-08-27build: bump to version 8.0.93 for the RC1 release8.0.93Simon Ser1-1/+1
2020-08-27remoting, pipewire: Install pipewire and remoting plug-ins headersMarius Vlad2-0/+2
2020-08-27remoting: Add DPMS support in remoting plugingMarius Vlad1-2/+21
2020-08-26exposay: delete outer padding from struct exposay_outputLeandro Ribeiro2-13/+3
2020-08-26exposay: centralize surfaces of the last row when we don't have enough surfacesLeandro Ribeiro1-4/+14
2020-08-26exposay: centralize exposay's surfaces in their own squareLeandro Ribeiro1-0/+7
2020-08-26exposay: add margins to centralize exposayLeandro Ribeiro1-5/+22
2020-08-26exposay: make inner border dependent of exposay's surfaces sizeLeandro Ribeiro1-29/+39
2020-08-26exposay: do not account panel size to compute exposay areaLeandro Ribeiro1-10/+15
2020-08-26desktop-shell: make get_output_work_area() globalLeandro Ribeiro2-1/+6
2020-08-26exposay: move constant value calculation out of loopLeandro Ribeiro1-3/+3
2020-08-24compositor: Avoid using weston_log() in weston_view_is_opaque()Marius Vlad1-3/+1
2020-08-19pipewire: implement DPMSMichael Olbrich1-1/+20
2020-08-19drm: always check the repaint_status in update_completeMichael Olbrich1-2/+3
2020-08-18backend-drm: Correctly tear down the DRM backendMarius Vlad1-2/+2
2020-08-17libweston/launcher-direct.c: do not fail if already in graphics modeAndreas Heynig1-1/+0
2020-08-17backend-drm: allow to disable GBM modifiersStefan Agner3-8/+16
2020-08-17backend-drm: the GL renderer is a hard requirement for DRM virtual outputsMichael Olbrich1-1/+1
2020-08-17backend-drm: build DRM virtual support when the pipewire plugin is enabledMichael Olbrich2-1/+2
2020-08-17ivi-shell: Avoid unnecessary scaling of the view transformation matrixRajendraprasad K J1-3/+7
2020-08-17backend-drm: reorder plane checks to avoid unnecessary renderingMichael Olbrich1-14/+14
2020-08-17drm: Reset associated universal plane states when finalizing a crtcAlexandros Frantzis1-17/+23
2020-08-17drm: Introduce drm_plane_reset_state() helper functionAlexandros Frantzis4-8/+19
2020-08-14clients: deprecate weston-infoOlivier Fourdan2-1/+6
2020-08-14desktop-shell: check memory allocation in switcher_bindingganjing1-0/+3
2020-08-13build: bump to version 8.0.92 for the beta release8.0.92Simon Ser1-1/+1
2020-08-13gl-renderer: remove incorrect assertionMichael Olbrich1-5/+2
2020-08-12compositor: ignore views on other outputs during compositor_accumulate_damage()Michael Olbrich1-2/+6
2020-08-11compositor: use weston_view_is_opaque() to check for opacity in debug_scene_v...Michael Olbrich1-2/+1
2020-08-06drm: remove duplicate function declarationsMichael Olbrich1-10/+0
2020-07-30build: bump to version 9.0.91 for the alpha release8.0.91Simon Ser1-1/+1
2020-07-30kiosk-shell: Introduce kiosk/fullscreen shell for desktop appsAlexandros Frantzis13-0/+1796
2020-07-28drm-backend: remove log that advertises universal planes supportLeandro Ribeiro1-2/+0
2020-07-09libweston: Send wl_keyboard.modifiers after wl_keyboard.enterKirill Chibisov1-29/+5
2020-07-01xwayland/window-manager: add a NULL check to fail when frame_create failsJimmy Ohn1-0/+4
2020-07-01screen-share: don't get weston_config object before zallocJimmy Ohn1-1/+3
2020-06-25gitlab CI: add support for DRM-backend testsLeandro Ribeiro3-5/+84
2020-06-25launcher: do not touch VT/tty while using non-default seatLeandro Ribeiro1-7/+11
2020-06-24shared: fix unused variable warningFrank Binns1-2/+2
2020-06-23desktop-shell: Avoid retrieving output's width/height if none presentMarius Vlad1-2/+4
2020-06-12libweston: don't clean up surface roleJames Hilliard1-2/+0
2020-06-11gl-renderer: fix pbuffer surface creationTomek Bury1-2/+6
2020-06-04drm: Fix leak of damage blob idScott Anderson4-51/+53
2020-06-03meson: enable undefined functions errors for colordGuillaume Champagne1-1/+0
2020-06-03meson: add lcms2 dependency to cms-colordGuillaume Champagne1-1/+1
2020-06-02tests: add drm-backend smoke testLeandro Ribeiro2-0/+73
2020-06-02tests: add support to run drm-backend tests locallyLeandro Ribeiro3-2/+127
2020-06-02drm-backend: add --continue-without-input command line option to DRM-backendLeandro Ribeiro4-1/+10
2020-06-02tests: properly select renderer for DRM-backendLeandro Ribeiro1-2/+8