summaryrefslogtreecommitdiff
path: root/libweston
AgeCommit message (Expand)AuthorFilesLines
2016-09-10shell: Inhibit idle fade-out behaviorBryce Harrington1-1/+4
2016-09-10compositor: Add internal support to track idle inhibition requestsBryce Harrington2-8/+190
2016-09-02compositor-wayland: Only destroy the egl_window when using GLES.Emmanuel Gil Peyrot1-1/+1
2016-08-30Revert "compositor: Add internal support to track idle inhibition requests"Bryce Harrington2-60/+6
2016-08-30Revert "compositor: Add public interface support for client-requested idle in...Bryce Harrington2-92/+4
2016-08-30Revert "libweston: Add a signal to fire when the idle inhibitor is dropped"Bryce Harrington2-18/+6
2016-08-30Revert "shell: Inhibit idle fade-out behavior"Bryce Harrington1-4/+1
2016-08-29shell: Inhibit idle fade-out behaviorBryce Harrington1-1/+4
2016-08-29libweston: Add a signal to fire when the idle inhibitor is droppedBryce Harrington2-6/+18
2016-08-29compositor: Add public interface support for client-requested idle inhibitionBryce Harrington2-4/+92
2016-08-29compositor: Add internal support to track idle inhibition requestsBryce Harrington2-6/+60
2016-08-27libweston: Drop shell_interfaceQuentin Glidic1-7/+0
2016-08-18compositor-drm: Zero drmModeAddFB2 dataYong Bakos1-1/+1
2016-08-15gl-renderer, simple-dmabuf-v4l: fix dmabuf y-invertPekka Paalanen1-1/+7
2016-08-15compositor-x11: remove redundant state arg of x11_backend_deliver_button_eventBenoit Gschwind1-11/+10
2016-08-15compositor-x11: add assert to avoid misuse of x11_backend_deliver_button_eventBenoit Gschwind1-0/+3
2016-08-15compositor-drm: Stop sending uninit data to the kernelDerek Foreman1-1/+1
2016-08-15weston-launch: Only run a login shell for new sessionsQuentin Glidic1-13/+23
2016-08-15libweston/launcher-weston-launch: Silence unused-function warningQuentin Glidic1-15/+0
2016-08-15libweston: Silence tautological-compare warningQuentin Glidic1-1/+1
2016-08-15gl-renderer: Silence maybe-uninitialized warningQuentin Glidic1-1/+1
2016-08-15libweston/compositor-rdp: fix no-break space U+A0 (U8+C2A0)Yann E. MORIN1-1/+1
2016-08-15libweston-desktop: Implement xdg_shell_v6Quentin Glidic2-0/+8
2016-08-14desktop-shell: Port to libweston-desktopQuentin Glidic1-29/+0
2016-08-14xwayland: Introduce a private struct for XWayland interfaceQuentin Glidic1-0/+5
2016-08-14Introduce libweston-desktopQuentin Glidic2-0/+53
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic4-29/+29
2016-08-14input: Add helpers for all keyboard/pointer/touch eventsQuentin Glidic2-91/+316
2016-08-12libweston: fix animation crash when a view has no output assignedArmin Krezović1-2/+18
2016-08-11libweston: Implement wl_output version 3 (release request)Quentin Glidic1-2/+13
2016-08-11gl-renderer: Make dummy surface current after all outputs are goneArmin Krezović1-0/+22
2016-08-11compositor: Mark all views as dirty when a new output is assignedArmin Krezović1-0/+5
2016-08-08compositor-drm: Use non-cast functions to retrieve backend and output objectsArmin Krezović1-34/+40
2016-08-06Switch to use safe_strtoint instead of strtolBryce Harrington2-12/+8
2016-08-06Standardize error checking for strtol callsBryce Harrington2-2/+11
2016-08-05compositor-x11: Use non-cast functions to retrieve backend and output objectsArmin Krezović1-8/+20
2016-08-05compositor-wayland: Use non-cast functions to retrieve backend and output obj...Armin Krezović1-14/+26
2016-08-05compositor-rdp: Use non-cast functions to retrieve backend and output objectsArmin Krezović1-2/+14
2016-08-05compositor-headless: Use non-cast functions to retrieve backend and output ob...Armin Krezović1-4/+16
2016-08-05compositor-drm: Do not exit when there are no outputs leftArmin Krezović1-4/+0
2016-08-05compositor-drm: Do not return an error when no connectors are configuredArmin Krezović1-4/+1
2016-08-02libweston: fix major in libweston.pcPekka Paalanen1-2/+2
2016-08-02libweston: remove pkgincludedir variable from libweston.pcEmil Velikov1-2/+1
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen30-0/+36
2016-07-26input: Support non-rectangular pointer confine regionsJonas Ådahl1-29/+615
2016-07-26Implement pointer locking and confinementJonas Ådahl3-0/+842
2016-07-26input: Split out pointer button sending from grab handlerJonas Ådahl1-12/+23
2016-07-26input: Split out motion sending from default grabJonas Ådahl1-9/+18
2016-07-26weston-pointer: Add destroy signalJonas Ådahl2-0/+4
2016-07-26compositor: Pass both surface and seat in activation signalJonas Ådahl2-1/+12