summaryrefslogtreecommitdiff
path: root/fullscreen-shell
AgeCommit message (Expand)AuthorFilesLines
2024-02-21fullscreen-shell: do not crash when presenting a null surfaceArnaud Vrac1-3/+6
2024-02-21fullscreen-shell: restore focus when output is createdArnaud Vrac1-0/+9
2024-02-21fullscreen-shell: handle output resize and move signalsArnaud Vrac1-0/+22
2024-02-21fullscreen-shell: unregister output created listener on shell destroyArnaud Vrac1-0/+2
2023-12-18Rename compositor/ to frontend/Pekka Paalanen1-1/+1
2023-12-06fullscreen-shell: Don't leak outputsDaniel Stone1-0/+1
2023-12-06fullscreen-shell: Properly map surfacesDaniel Stone1-5/+15
2023-09-18shell-utils: Use weston_coord in curtain paramsDerek Foreman1-3/+3
2023-09-14Check weston_head_from_resource for NULL returnJoshua Watt1-6/+12
2023-07-04view: Add weston_view_add_transform and weston_view_remove_transformDaniel Stone1-3/+4
2023-06-26fullscreen-shell: Use weston_view_move_to_layer()Daniel Stone1-5/+2
2023-06-12libweston: Use weston_coord in struct weston_outputDerek Foreman1-10/+4
2023-06-12libweston: use weston_coord for weston_view_set_positionDerek Foreman1-13/+22
2023-02-24libweston: Use weston_coord in surface committed handlerDerek Foreman1-3/+4
2023-01-25fullscreen-shell: Plug in a curtain leak on output destructionMarius Vlad1-0/+1
2023-01-25fullscreen-shell: Add missing compositor destroy listenerMarius Vlad1-3/+32
2023-01-09shell-utils: Integrate shell-utils into libwestonMarius Vlad2-13/+12
2023-01-09fullscreen-shell: Trigger output repaintsMarius Vlad1-0/+2
2022-11-22fullscreen-shell: Use center_on_output helperDerek Foreman1-18/+2
2022-11-03fullscreen-shell: refactor configure_presented_surfaceDerek Foreman1-3/+8
2022-08-02fullscreen-shell: fix black outputPekka Paalanen1-0/+1
2022-06-16weston-curtain: Always mark surface as mappedDaniel Stone1-1/+0
2022-06-16libweston: Add weston_surface_map() wrapperDaniel Stone1-1/+1
2022-03-31fullscreen-shell: Use weston_curtain for black viewDaniel Stone1-34/+24
2022-03-31fullscreen-shell: Link with shell-utils helpersDaniel Stone2-36/+3
2021-08-17fullscreen-shell : fullscreen-shell doesn't support the screenshooteryj1231.heo2-1/+6
2020-02-26fullscreen-shell/fullscreen-shell.c: prevent seat_created() from being called...ahe1-1/+1
2019-11-21Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen1-0/+3
2019-10-24build: separate deps for int and ext libweston usersPekka Paalanen1-1/+1
2019-10-04build: simplify include_directoriesPekka Paalanen1-1/+1
2019-10-04build: shells do not need matrix.cPekka Paalanen1-1/+0
2019-04-18Rename compositor.h to libweston/libweston.hPekka Paalanen1-1/+1
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-1/+1
2018-12-09Add Meson build systemDaniel Stone1-0/+17
2018-04-10libweston: make wl_output point to weston_headPekka Paalanen1-2/+2
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen1-2/+2
2017-01-17weston: Make the shell entrypoint specificQuentin Glidic1-2/+2
2017-01-17weston: Properly namespace modules entrypointQuentin Glidic1-2/+2
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic1-0/+1
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-1/+3
2016-08-15fullscreen-shell: avoid access to freed dataArnaud Vrac1-0/+2
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-12/+12
2016-08-12fullscreen-shell: Ensure that fs surface is presented on all outputsArmin Krezović1-0/+75
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-01fullscreen-shell: update for manual surface/view mappingArmin Krezović1-0/+3
2016-06-30input: Rename weston_surface_activate to weston_seat_set_keyboard_focusBryce Harrington1-4/+4
2016-06-27fullscreen-shell: Avoid NULL pointer dereferenceArmin Krezović1-1/+1
2016-04-29fullscreen-shell: Use 'surface-local' to correct grammarYong Bakos1-1/+1
2015-11-19Use fullscreen-shell.xml from wayland-protocolsJonas Ådahl1-27/+28
2015-08-07fullscreen-shell: Fix modeset on transformed outputsJason Ekstrand1-2/+21