summaryrefslogtreecommitdiff
path: root/desktop-shell
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Add Meson build systemDaniel Stone1-0/+31
2017-02-07tests: Don't rely on build directory layoutDaniel Stone1-7/+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
2016-08-20desktop-shell: Fix output destroyingQuentin Glidic1-0/+2
2016-08-16libweston-desktop: Rename _destroy_view to _unlink_viewQuentin Glidic1-1/+1
2016-08-16desktop-shell: Properly destroy the weston_desktop_viewQuentin Glidic1-1/+1
2016-08-14desktop-shell: Port to libweston-desktopQuentin Glidic2-2410/+536
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic2-44/+44
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen4-0/+4
2016-07-26compositor: Keep track of what views were activated by clickingJonas Ådahl1-1/+2
2016-07-26desktop-shell: Pass a flag bitmask instead of bool to activate()Jonas Ådahl3-16/+29
2016-07-26desktop-shell: Make activate() take a view instead of surfaceJonas Ådahl3-13/+15
2016-07-26desktop-shell: Change switcher to track viewsJonas Ådahl1-11/+11
2016-07-26desktop-shell: Track the black surface by its viewJonas Ådahl1-15/+19
2016-07-26input: Activate view no matter the keyboard focusJonas Ådahl1-8/+0
2016-07-01desktop-shell: update for manual surface/view mappingArmin Krezović2-0/+15
2016-06-30input: Rename weston_surface_activate to weston_seat_set_keyboard_focusBryce Harrington1-1/+1
2016-06-27desktop-shell: Avoid NULL pointer dereferenceArmin Krezović1-1/+1
2016-06-27desktop-shell: Return NULL when no outputs are presentArmin Krezović1-0/+3
2016-06-23Move weston source to compositor/Pekka Paalanen1-1/+1
2016-06-10desktop-shell: resize background and panel surfaces on output resize v4David Fort2-0/+87
2016-06-03compositor: remove the weston_config field in weston_compositorGiulio Camuffo1-1/+1
2016-06-03Move part of screenshooter.c to weston-screenshooter.cGiulio Camuffo1-0/+1
2016-05-19desktop-shell: Don’t reconfigure an already fullscreen surfaceEmmanuel Gil Peyrot1-0/+7
2016-05-03compositor.h: Add shell_interface.get_output_work_areaQuentin Glidic1-1/+3
2016-04-29desktop-shell: Use 'surface-local' to correct grammarYong Bakos1-1/+1
2016-04-22desktop-shell: Get rid of some unused fieldsJonas Ådahl1-6/+0
2016-04-22desktop-shell: Unset the shell surface owner when it goes awayJonas Ådahl1-1/+10
2016-03-23input: use doubles in the interfaces to notify of input eventsGiulio Camuffo1-3/+3
2016-02-16shell: Don't send extra configure events on clickDerek Foreman1-0/+8
2016-02-03shell: Check more thoroughly for undefined surface resourceBryce Harrington1-7/+24
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2-0/+45
2016-01-19Add a weston_pointer_axis_eventPeter Hutterer2-8/+11
2016-01-12desktop-shell: Allow binding-modifier weston.ini option to be noneBob Ham1-12/+14
2016-01-12desktop-shell: Make zapping configurableBob Ham2-3/+12
2015-12-18xwm: let the shells decide the position of X windowsGiulio Camuffo2-10/+31