summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-16xwm: fix resize grab related crashGreg V1-2/+7
2019-02-16xwayland: fix clipboard related crashGreg V1-0/+1
2019-02-15meson: fix compositor build with xwayland disabledPhilipp Zabel3-1/+18
2019-02-15meson: add missing libweston EGL dependency if renderer-gl is enabledPhilipp Zabel1-3/+10
2019-02-15meson: IVI plugin tests do not use configPekka Paalanen1-1/+1
2019-02-15meson: set WESTON_DATA_DIR for testsPekka Paalanen1-0/+1
2019-02-15libweston: bump major to 6Pekka Paalanen2-3/+3
2019-02-15compositor-wayland: use xdg_shell stable instead of v6ant8me3-56/+56
2019-02-15clients: use xdg_shell stable instead of v6ant8me8-274/+271
2019-02-15libweston-desktop: implement the new xdg_shell (stable) protocolant8me6-2/+1500
2019-02-11configure: require opt-in to autotoolsPekka Paalanen3-2/+17
2019-02-11README: Meson for buildPekka Paalanen1-1/+28
2019-02-07config-parser: export functions to open a config fileMichael Olbrich1-0/+2
2019-02-06window client: remove ivi-application supportMichael Teyfel2-45/+1
2019-02-06simple-shm: remove ivi-application supportMichael Teyfel2-43/+1
2019-02-06simple-egl: remove ivi-application supportMichael Teyfel2-77/+13
2019-02-06hmi-controller: register for desktop_surface_configuredMichael Teyfel1-30/+40
2019-02-06ivi-shell: create weston_desktop in wet_shell_initMichael Teyfel1-1/+8
2019-02-06ivi-shell: remove surface_destroy_listenerMichael Teyfel1-3/+4
2019-02-06ivi-shell: added libweston-desktop-api implementationMichael Teyfel1-0/+155
2019-02-06ivi-layout: use libweston-desktop api for configure eventMichael Teyfel1-3/+9
2019-02-06ivi-layout: use libweston-desktop api for viewsMichael Teyfel1-2/+11
2019-02-06ivi-shell: linked libweston-desktop and added structsMichael Teyfel5-2/+9
2019-02-06ivi-layout: introduced surface create and configureMichael Teyfel2-23/+57
2019-02-06ivi-layout: introduced configure_desktop_changedMichael Teyfel3-0/+28
2019-02-06layout-interface: added interface to change surface idMichael Teyfel2-0/+45
2019-02-06ivi-shell: introduction of IVI_INVALID_IDMichael Teyfel1-0/+2
2019-02-06ivi-shell: removed assertMichael Teyfel1-1/+0
2019-02-06ivi-shell: rework goto labels to avoid memory leaksMichael Teyfel1-5/+6
2019-02-06libweston: export weston_config APIPekka Paalanen4-2/+10
2019-02-06clients: Add a mandelbrot set shader to simple-dmabuf-eglAlexandros Frantzis1-8/+118
2019-02-06clients: Support explicit synchronization in simple-dmabuf-eglAlexandros Frantzis3-8/+225
2019-02-06tests: Add tests for per commit zwp_buffer_release_v1 behaviorAlexandros Frantzis2-6/+165
2019-02-06libweston: Support zwp_surface_synchronization_v1.get_releaseAlexandros Frantzis7-3/+462
2019-02-06libweston: Support zwp_surface_synchronization_v1.set_acquire_fenceAlexandros Frantzis11-8/+400
2019-02-06libweston: Introduce an internal linux sync file APIAlexandros Frantzis6-35/+130
2019-02-06libweston: Introduce zwp_linux_explicit_synchronization_v1Alexandros Frantzis11-5/+345
2019-02-06tests: use weston_compositor_exitPekka Paalanen4-4/+4
2019-02-06ivi-shell: use weston_compositor_exitPekka Paalanen1-1/+1
2019-02-06desktop-shell: use weston_compositor_exitPekka Paalanen1-2/+3