summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-18libweston: Add a generic weston_compositor_load_modulewip/libweston-modulesQuentin Glidic6-4/+66
2016-12-18weston: Add a specific option to load XWaylandQuentin Glidic5-13/+33
2016-12-18weston: Make the shell entrypoint specificQuentin Glidic5-7/+25
2016-12-18weston: Properly namespace modules entrypointQuentin Glidic15-31/+54
2016-12-18libweston: Properly namespace modules entrypointQuentin Glidic11-9/+16
2016-12-18libweston: Properly namespace backends entrypointQuentin Glidic8-15/+15
2016-12-16compositor: Assign new views to the primary planeDaniel Stone1-0/+1
2016-12-12compositor-drm: Reshuffle and comment plane conditionsDaniel Stone1-31/+48
2016-12-12Remove DPMS-on when going offscreenDaniel Stone1-8/+1
2016-12-12compositor-drm: Remove open-coded weston_compositor_wakeDaniel Stone1-6/+1
2016-12-12compositor-drm: Delete drm_backend_set_modesDaniel Stone1-33/+0
2016-12-12compositor-drm: Store width and height inside drm_fbDaniel Stone1-11/+13
2016-12-12compositor-drm: Use signed int for width/heightDaniel Stone1-5/+6
2016-12-12compositor-drm: Use fb->fd consistentlyDaniel Stone1-2/+1
2016-12-12compositor-drm: Extract EGL destroy to helperDaniel Stone1-11/+15
2016-12-12compositor-drm: Simplify drm_sprite_crtc_supportedDaniel Stone1-27/+4
2016-12-12compositor-drm: Comment struct membersDaniel Stone1-2/+2
2016-12-08libweston-desktop: don't crash when getting the pid for X clientsGiulio Camuffo2-1/+9
2016-11-30tests: Skip Xwayland test if binary isn't availableDaniel Stone2-1/+5
2016-11-30libweston: Make module loading safe against long pathsDaniel Stone2-6/+24
2016-11-29compositor-wayland: Destroy cursor images earlierDaniel Stone1-4/+4
2016-11-29Don't prepend protocol/ to include pathsDaniel Stone4-5/+5
2016-11-28editor: Load a file if specified on command lineBryce Harrington1-5/+63
2016-11-28editor: Use parse_options() from shared for command line optionsBryce Harrington1-22/+57
2016-11-28compositor-wayland: Set frame callback for PixmanDaniel Stone1-3/+2
2016-11-28gl-renderer: Fix an invalid write when closing a Weston windowDima Ryazanov1-0/+4
2016-11-28compositor-wayland: Fix a use after freeDima Ryazanov1-9/+14
2016-11-25libweston-desktop/xwayland: add is_mapped handling for XWAYLANDPekka Paalanen1-0/+6
2016-11-25libweston-desktop/xwayland: XWAYLAND surfaces are never 'added'Pekka Paalanen1-0/+4
2016-11-25libweston-desktop/xwayland: clarify 'added' logicPekka Paalanen1-1/+2
2016-11-25libweston-desktop/xwayland: window type XWAYLAND cannot have a parentPekka Paalanen1-0/+1
2016-11-24XWM: debug position and size on map requestPekka Paalanen1-2/+3
2016-11-24XWM: debug position on create_notifyPekka Paalanen1-1/+2
2016-11-24compositor-x11: fix segfault when use_pixman is trueRyo Munakata1-1/+2
2016-11-24Don't include version.h from compositor.hDaniel Stone1-1/+0
2016-11-23tests: Extend subsurface place_{above,below} hierarchyDaniel Stone1-0/+142
2016-11-23build: fix wayland-backend distcheckPekka Paalanen1-5/+5
2016-11-22weston-terminal: Fix crash on first keystrokeDerek Foreman1-0/+2
2016-11-22compositor: allow using nested parent as a subsurface siblingArnaud Vrac2-18/+54
2016-11-22xwayland: Create the drag-and-drop window in weston_wm_dnd_initCarlos Garnacho1-46/+24
2016-11-21libweston: Add move (without scale) animationQuentin Glidic2-7/+35
2016-11-21desktop-shell/client: Add left/right panel position (basic) supportQuentin Glidic1-4/+38
2016-11-21desktop-shell/client: Introduce helper variablesQuentin Glidic1-7/+15
2016-11-21desktop-shell/client: Parse the clock format onceQuentin Glidic1-12/+20
2016-11-21desktop-shell/client: Use a proper enum for clock formatQuentin Glidic1-7/+10
2016-11-21desktop-shell: Properly position the panel surfaceQuentin Glidic1-4/+20
2016-11-21desktop-shell: Compute panel size without using outputQuentin Glidic1-29/+19
2016-11-21desktop-shell/client: Add bottom panel supportQuentin Glidic1-20/+34
2016-11-21gl: Don't declare variables in for loopBryce Harrington1-1/+2
2016-11-21compositor-wayland: Port to xdg-shell-v6Armin Krezović2-15/+130