summaryrefslogtreecommitdiff
path: root/compositor
AgeCommit message (Expand)AuthorFilesLines
2017-12-18weston: add --drm-device option for DRM-backendPekka Paalanen1-0/+2
2017-11-30text-backend: Allow client hiding of input panelJoshua Watt1-10/+12
2017-11-28weston: add wait-for-debugger optionPekka Paalanen1-0/+13
2017-11-27weston: arm SEGV handler earlierPekka Paalanen1-4/+5
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis1-4/+7
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis3-9/+18
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis1-1/+4
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis1-1/+4
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis1-1/+5
2017-10-23weston: fix boolean wayland backend optionsPekka Paalanen1-6/+9
2017-09-04compositor-drm: remove connector optionUcan, Emre (ADITG/SW1)1-2/+0
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen1-1/+1
2017-03-24weston: Set CLOEXEC on stdinDerek Foreman1-0/+5
2017-03-07compositor-drm: pageflip timeout implementationEmmanuel Gil Peyrot1-0/+2
2017-02-21screen-share: Use wl_list_for_each_safe on destroyDaniel Stone1-2/+2
2017-02-21screen-share: Avoid NULL dereferenceDaniel Stone1-1/+2
2017-02-09compositor: Improve xwayland warning messageArmin Krezović1-3/+4
2017-01-27systemd: fix Wincompatible-pointer-typeUcan, Emre (ADITG/SW1)1-1/+1
2017-01-26compositor-drm: Restore use-current-mode functionalityArmin Krezović1-2/+7
2017-01-18Remove dbus-launch from weston.desktopBen1-1/+1
2017-01-17weston: Add a specific option to load XWaylandQuentin Glidic1-5/+17
2017-01-17weston: Make the shell entrypoint specificQuentin Glidic2-1/+19
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic6-17/+35
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic3-0/+6
2016-11-30libweston: Make module loading safe against long pathsDaniel Stone1-3/+12
2016-11-21libweston: Move text_backend_* to weston.hQuentin Glidic1-0/+8
2016-11-18text-input: Clear out context->input pointerDaniel Stone1-0/+1
2016-10-22Add configuration option for no input device.Daniel Díaz1-0/+5
2016-10-14compositor-wayland: Convert fullscreen flag to boolArmin Krezović1-1/+1
2016-10-10compositor-wayland: Convert sprawl flag to booleanArmin Krezović1-1/+1
2016-10-10compositor-wayland: Convert use-pixman flag to booleanArmin Krezović1-1/+1
2016-10-05weston: Port X11 backend to new output handling APIArmin Krezović1-92/+59
2016-10-05weston: Port Wayland backend to new output handling APIArmin Krezović1-166/+85
2016-10-03weston: Port RDP backend to new output handling APIArmin Krezović1-4/+48
2016-10-03weston: Port headless backend to new output handling APIArmin Krezović1-8/+44
2016-10-03weston: Port fbdev backend to new output handling APIArmin Krezović1-9/+21
2016-10-03weston: Port DRM backend to new output handling APIArmin Krezović1-43/+61
2016-10-03compositor: Implement output configuration using windowed_output_apiArmin Krezović1-0/+153
2016-08-06Switch to use safe_strtoint instead of strtolBryce Harrington2-10/+6
2016-08-06Standardize error checking for strtol callsBryce Harrington2-2/+3
2016-08-02libweston: use new versioning schemeEmil Velikov1-1/+1
2016-08-02compositor: Extend compositor user dataArmin Krezović1-3/+17
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen6-0/+6
2016-07-12systemd: Also force base-10 for the strtol() callBryce Harrington1-1/+1
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-12Include space in 'if ('Bryce Harrington1-1/+1
2016-07-07xwayland: Cleanup error message on spawn failure Signed-off-by: Bryce Harring...Bryce Harrington1-1/+1
2016-07-07xwayland: Include missing config.hBryce Harrington1-0/+2
2016-07-01xwayland: make the plugin usable by libweston compositorsGiulio Camuffo3-5/+221
2016-06-27compositor-headless: Support starting with zero outputsArmin Krezović1-1/+4