summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* xwm: fix resize grab related crashGreg V2019-02-161-2/+7
* xwayland: fix clipboard related crashGreg V2019-02-161-0/+1
* meson: fix compositor build with xwayland disabledPhilipp Zabel2019-02-153-1/+18
* meson: add missing libweston EGL dependency if renderer-gl is enabledPhilipp Zabel2019-02-151-3/+10
* meson: IVI plugin tests do not use configPekka Paalanen2019-02-151-1/+1
* meson: set WESTON_DATA_DIR for testsPekka Paalanen2019-02-151-0/+1
* libweston: bump major to 6Pekka Paalanen2019-02-152-3/+3
* compositor-wayland: use xdg_shell stable instead of v6ant8me2019-02-153-56/+56
* clients: use xdg_shell stable instead of v6ant8me2019-02-158-274/+271
* libweston-desktop: implement the new xdg_shell (stable) protocolant8me2019-02-156-2/+1500
* configure: require opt-in to autotoolsPekka Paalanen2019-02-113-2/+17
* README: Meson for buildPekka Paalanen2019-02-111-1/+28
* config-parser: export functions to open a config fileMichael Olbrich2019-02-071-0/+2
* window client: remove ivi-application supportMichael Teyfel2019-02-062-45/+1
* simple-shm: remove ivi-application supportMichael Teyfel2019-02-062-43/+1
* simple-egl: remove ivi-application supportMichael Teyfel2019-02-062-77/+13
* hmi-controller: register for desktop_surface_configuredMichael Teyfel2019-02-061-30/+40
* ivi-shell: create weston_desktop in wet_shell_initMichael Teyfel2019-02-061-1/+8
* ivi-shell: remove surface_destroy_listenerMichael Teyfel2019-02-061-3/+4
* ivi-shell: added libweston-desktop-api implementationMichael Teyfel2019-02-061-0/+155
* ivi-layout: use libweston-desktop api for configure eventMichael Teyfel2019-02-061-3/+9
* ivi-layout: use libweston-desktop api for viewsMichael Teyfel2019-02-061-2/+11
* ivi-shell: linked libweston-desktop and added structsMichael Teyfel2019-02-065-2/+9
* ivi-layout: introduced surface create and configureMichael Teyfel2019-02-062-23/+57
* ivi-layout: introduced configure_desktop_changedMichael Teyfel2019-02-063-0/+28
* layout-interface: added interface to change surface idMichael Teyfel2019-02-062-0/+45
* ivi-shell: introduction of IVI_INVALID_IDMichael Teyfel2019-02-061-0/+2
* ivi-shell: removed assertMichael Teyfel2019-02-061-1/+0
* ivi-shell: rework goto labels to avoid memory leaksMichael Teyfel2019-02-061-5/+6
* libweston: export weston_config APIPekka Paalanen2019-02-064-2/+10
* clients: Add a mandelbrot set shader to simple-dmabuf-eglAlexandros Frantzis2019-02-061-8/+118
* clients: Support explicit synchronization in simple-dmabuf-eglAlexandros Frantzis2019-02-063-8/+225