summaryrefslogtreecommitdiff
path: root/fullscreen-shell
Commit message (Expand)AuthorAgeFilesLines
* 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