summaryrefslogtreecommitdiff
path: root/desktop-shell
AgeCommit message (Expand)AuthorFilesLines
2018-08-08libweston: Remove signals from the list during de-initHarsha M M1-0/+1
2018-07-09helpers: Move static_assert definition to sharedDaniel Stone1-4/+0
2018-06-20tests: Don't rely on build directory layoutDaniel Stone1-7/+2
2018-05-24desktop-shell: survive NULL output in shell_configure_fullscreen()Pekka Paalanen1-0/+7
2018-05-24desktop-shell: do not lower_fullscreen_layer(s, NULL)Pekka Paalanen1-1/+2
2018-05-24desktop-shell: handle NULL output in center_on_output()Pekka Paalanen1-0/+5
2018-05-24desktop-shell: handle NULL output in get_output_work_area()Pekka Paalanen1-0/+9
2018-05-22desktop-shell: fix output destroy signal list corruptionPekka Paalanen1-0/+12
2018-05-21desktop-shell: detect stale shell surface outputsSemi Malinen1-2/+27
2018-05-18libweston: add weston_view_set_output()Semi Malinen1-4/+7
2018-04-10libweston: make wl_output point to weston_headPekka Paalanen2-3/+5
2018-02-14desktop-shell: fix shell_output_destroy_move_layer unused variablePekka Paalanen1-3/+1
2018-02-12desktop-shell: handle redundant panelsPekka Paalanen1-7/+16
2018-02-12desktop-shell: handle redundant backgroundsPekka Paalanen1-7/+18
2018-02-09desktop-shell: Correctly migrate views to other outputs when output is disabl...Marius Vlad1-5/+1
2018-01-31desktop-shell: remove surface listener when surface is destroyedTomohito Esaki1-3/+6
2017-12-04desktop-shell: Handle the fullscreen to maximized case safelyDerek Foreman1-0/+2
2017-12-04desktop-shell: refactor maximized size calculation into its own functionDerek Foreman1-7/+14
2017-11-27libweston: Use struct timespec for compositor timeAlexandros Frantzis2-5/+5
2017-11-27libweston: Use struct timespec for touch motion eventsAlexandros Frantzis1-2/+3
2017-11-27libweston: Use struct timespec for touch up eventsAlexandros Frantzis1-1/+2
2017-11-27libweston: Use struct timespec for touch down eventsAlexandros Frantzis1-3/+5
2017-11-27libweston: Use struct timespec for key eventsAlexandros Frantzis2-25/+23
2017-11-27libweston: Use struct timespec for axis eventsAlexandros Frantzis2-7/+14
2017-11-27libweston: Use struct timespec for button eventsAlexandros Frantzis2-11/+15
2017-11-27libweston: Use struct timespec for motion eventsAlexandros Frantzis2-5/+10
2017-11-27build,libweston: Use struct timespec for animationsAlexandros Frantzis2-13/+15
2017-09-18desktop-shell: disable opacity binding when modifier is noneIan Ray1-3/+6
2017-09-18desktop-shell: use binding_modifier for zoomIan Ray1-3/+4
2017-07-28desktop-shell: Set surface resizing state during interactive resizePhilipp Kerling1-0/+7
2017-07-26desktop-shell: Track focused shell surface by main surfacePhilipp Kerling1-1/+1
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen2-3/+3
2017-04-21desktop-shell: Enable per-output fade animationsBryce Harrington2-67/+84
2017-04-06desktop-shell: Position maximized surfaces on the correct output.Emmanuel Gil Peyrot1-3/+3
2017-03-13Fix 'implicit fallthrough' warning with new GCCDaniel Stone1-0/+2
2017-01-18shell: implement set_xwayland_positionPekka Paalanen1-0/+43
2017-01-17weston: Make the shell entrypoint specificQuentin Glidic1-2/+2
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic1-2/+2
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic2-40/+45
2017-01-16desktop-shell: Initialise panel surface listenerDaniel Stone1-0/+1
2017-01-03desktop-shell: fix a typoAbdur Rehman1-1/+1
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-09-07desktop-shell: Add back the saved position and rotation for fullscreen/maximizedQuentin Glidic1-4/+16
2016-09-07desktop-shell: Unset fullscreen/maximized state on commitQuentin Glidic1-12/+26
2016-08-30Revert "desktop-shell: Enable per-output fade animations"Bryce Harrington2-84/+68
2016-08-30Revert "shell: Inhibit idle fade-out behavior"Bryce Harrington1-34/+0
2016-08-29shell: Inhibit idle fade-out behaviorBryce Harrington1-0/+34
2016-08-29desktop-shell: Enable per-output fade animationsBryce Harrington2-68/+84
2016-08-27libweston: Drop shell_interfaceQuentin Glidic1-11/+8