summaryrefslogtreecommitdiff
path: root/fullscreen-shell
Commit message (Expand)AuthorAgeFilesLines
* libweston: Use weston_coord in surface committed handlerDerek Foreman2023-02-241-3/+4
* fullscreen-shell: Plug in a curtain leak on output destructionMarius Vlad2023-01-251-0/+1
* fullscreen-shell: Add missing compositor destroy listenerMarius Vlad2023-01-251-3/+32
* shell-utils: Integrate shell-utils into libwestonMarius Vlad2023-01-092-13/+12
* fullscreen-shell: Trigger output repaintsMarius Vlad2023-01-091-0/+2
* fullscreen-shell: Use center_on_output helperDerek Foreman2022-11-221-18/+2
* fullscreen-shell: refactor configure_presented_surfaceDerek Foreman2022-11-031-3/+8
* fullscreen-shell: fix black outputPekka Paalanen2022-08-021-0/+1
* weston-curtain: Always mark surface as mappedDaniel Stone2022-06-161-1/+0
* libweston: Add weston_surface_map() wrapperDaniel Stone2022-06-161-1/+1
* fullscreen-shell: Use weston_curtain for black viewDaniel Stone2022-03-311-34/+24
* fullscreen-shell: Link with shell-utils helpersDaniel Stone2022-03-312-36/+3
* fullscreen-shell : fullscreen-shell doesn't support the screenshooteryj1231.heo2021-08-172-1/+6
* fullscreen-shell/fullscreen-shell.c: prevent seat_created() from being called...ahe2020-02-261-1/+1
* Use weston_compositor_add_destroy_listener_once() in pluginsPekka Paalanen2019-11-211-0/+3
* build: separate deps for int and ext libweston usersPekka Paalanen2019-10-241-1/+1
* build: simplify include_directoriesPekka Paalanen2019-10-041-1/+1
* build: shells do not need matrix.cPekka Paalanen2019-10-041-1/+0
* Rename compositor.h to libweston/libweston.hPekka Paalanen2019-04-181-1/+1
* Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot2019-02-201-1/+1
* Add Meson build systemDaniel Stone2018-12-091-0/+17
* libweston: make wl_output point to weston_headPekka Paalanen2018-04-101-2/+2
* libweston: introduce weston_output_from_resource()Pekka Paalanen2017-07-251-2/+2
* weston: Make the shell entrypoint specificQuentin Glidic2017-01-171-2/+2
* weston: Properly namespace modules entrypointQuentin Glidic2017-01-171-2/+2
* libweston: Properly namespace modules entrypointQuentin Glidic2017-01-171-0/+1
* libweston: Position layers in an absolute wayQuentin Glidic2017-01-171-1/+3
* fullscreen-shell: avoid access to freed dataArnaud Vrac2016-08-151-0/+2
* libweston: Rename weston_surface::configure to ::committedQuentin Glidic2016-08-141-12/+12
* fullscreen-shell: Ensure that fs surface is presented on all outputsArmin Krezović2016-08-121-0/+75
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* fullscreen-shell: update for manual surface/view mappingArmin Krezović2016-07-011-0/+3
* input: Rename weston_surface_activate to weston_seat_set_keyboard_focusBryce Harrington2016-06-301-4/+4
* fullscreen-shell: Avoid NULL pointer dereferenceArmin Krezović2016-06-271-1/+1
* fullscreen-shell: Use 'surface-local' to correct grammarYong Bakos2016-04-291-1/+1
* Use fullscreen-shell.xml from wayland-protocolsJonas Ådahl2015-11-191-27/+28
* fullscreen-shell: Fix modeset on transformed outputsJason Ekstrand2015-08-071-2/+21
* Use [x]zalloc instead of [x]malloc + memsetRyo Munakata2015-08-071-6/+3
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-5/+13
* fullscreen-shell: Test for device presence properlyDerek Foreman2015-07-311-2/+2
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* *-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+19
* compositor: Refactor weston_output_mode_switch()Derek Foreman2014-11-051-9/+4
* shell: fix weston_output_mode_switch() usageDerek Foreman2014-09-221-3/+3
* fullscreen-shell: Fix compiler warningsGiulio Camuffo2014-08-081-2/+2
* Add a wl_fullscreen_shell implementationJason Ekstrand2014-04-021-0/+830