summaryrefslogtreecommitdiff
path: root/fullscreen-shell
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-07Use [x]zalloc instead of [x]malloc + memsetRyo Munakata1-6/+3
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-5/+13
2015-07-31fullscreen-shell: Test for device presence properlyDerek Foreman1-2/+2
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15*-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+19
2014-11-05compositor: Refactor weston_output_mode_switch()Derek Foreman1-9/+4
2014-09-22shell: fix weston_output_mode_switch() usageDerek Foreman1-3/+3
2014-08-08fullscreen-shell: Fix compiler warningsGiulio Camuffo1-2/+2
2014-04-02Add a wl_fullscreen_shell implementationJason Ekstrand1-0/+830