summaryrefslogtreecommitdiff
path: root/desktop-shell
Commit message (Expand)AuthorAgeFilesLines
* desktop-shell: Handle tiled orientation in various circumstancesMarius Vlad2022-08-091-0/+19
* desktops-shell: Add tiled orientation support using key-bindingsMarius Vlad2022-08-091-0/+86
* desktops-shell: Re-use helper for modifier retrievalMarius Vlad2022-08-081-24/+4
* desktop-shell: Always update the shsurf's output to that of the viewMarius Vlad2022-08-011-0/+2
* shells: Add libweston-desktop API to query position and add to shellsDerek Foreman2022-06-291-0/+12
* Move libweston-desktop into libwestonDaniel Stone2022-06-281-1/+0
* desktop-shell: Remove multiple workspace supportDaniel Stone2022-06-242-577/+8
* desktop-shell: Map surfaces in map()Daniel Stone2022-06-161-1/+2
* libweston: Add weston_surface_map() wrapperDaniel Stone2022-06-162-4/+4
* desktop-shell: Use weston_surface_has_content()Daniel Stone2022-06-161-1/+1
* desktop-shell: Handle weston_curtain destructionMarius Vlad2022-05-181-10/+25
* desktop-shell: Add missing weston_view_destroy()Marius Vlad2022-05-161-0/+1
* desktop-shell: Check height instead of checking width a second timeDerek Foreman2022-05-131-2/+2
* desktop-shell: Clarify weston_view destruction at tear downMarius Vlad2022-05-121-3/+11
* desktop-shell: Check for a valid desktop_surfaceMarius Vlad2022-05-121-2/+2
* desktop-shell: Migrate surface_unlink_viewMarius Vlad2022-05-121-1/+1
* desktop-shell: Rename destroy_layer functionsMarius Vlad2022-05-121-9/+9
* desktop-shell: Create a distinct view for the fade-out close animMarius Vlad2022-05-121-4/+53
* libweston, desktop-shell: Add a wrapper for weston_surface referenceMarius Vlad2022-05-121-4/+6
* libweston: Rename weston_surface_destroy() to weston_surface_unref()Marius Vlad2022-05-121-2/+2
* desktop-shell: Refuse to set a surface to maximizedMarius Vlad2022-05-101-0/+3
* desktop-shell: Delete ExposayDaniel Stone2022-04-284-804/+0
* desktop-shell: Avoid spurious configure events for xdg-shell activationMarius Vlad2022-04-261-3/+5
* desktop-shell: Fix incorrect use of black_surface_get_labelDerek Foreman2022-04-141-1/+11
* Move shell-utils to its own directoryDaniel Stone2022-03-312-2/+2
* desktop-shell: Reuse curtains for fadesDaniel Stone2022-03-312-43/+45
* shell: Encapsulate weston_curtain in its own structDaniel Stone2022-03-312-35/+35
* desktop-shell: Reuse curtains for focus animationsDaniel Stone2022-03-311-35/+12
* shell: Make input capture optional for curtainsDaniel Stone2022-03-311-0/+1
* desktop-shell: Clean up fullscreen black view codeDaniel Stone2022-03-311-41/+27
* desktop-shell: Remove redundant geometry dirty callDaniel Stone2022-03-311-1/+0
* desktop-shell: Fix opaque region co-ordinate confusionDaniel Stone2022-03-311-1/+1
* shell: Add alpha to weston_curtain_createDaniel Stone2022-03-311-1/+1
* shell: Move weston_curtain_create params into the structDaniel Stone2022-03-311-2/+3
* shell: Rename weston_solid_color_surface to weston_curtain_paramsDaniel Stone2022-03-311-11/+7
* shell: Rename solid_color_surface to weston_curtainDaniel Stone2022-03-311-2/+2
* desktop-shell: Explicitly destroy black views on shutdownDaniel Stone2022-03-311-2/+2
* desktop-shell: Remove wl_shell_surface::resize enumMarius Vlad2022-03-081-13/+13
* compositor: Remove desktop zoomDerek Foreman2022-02-031-73/+0
* desktop-shell: Do not leave views in layers upon shell destructionMarius Vlad2021-12-171-34/+58
* desktop-shell: Guard against invalid seats in get_shell_seat()Marius Vlad2021-11-241-4/+9
* desktop-shell: Don't crash on when attemping to switchMarius Vlad2021-11-031-1/+1
* desktop-shell, kiosk-shell: Migrate helpers to create a view to shell-utilsMarius Vlad2021-11-021-40/+10
* shared/shell-utils: Create common helpers functions for shellsMarius Vlad2021-11-022-98/+2
* libweston: Rename weston_view_activate() to weston_view_activate_input()Marius Vlad2021-11-021-1/+1
* desktop-shell: Remove keyboard_focus_listenerMarius Vlad2021-11-021-18/+1
* desktop-shell: Embed keyboard focus handle code when activatingMarius Vlad2021-11-021-16/+25
* desktop-shell: Rename gain/lose keyboard focus to activate/de-activateMarius Vlad2021-11-021-4/+4
* desktop-shell: Remove no-op de-activation of the xdg top-level surfaceMarius Vlad2021-11-021-2/+0
* desktop-shell: Fix wrong initial position of input panelTakuro Ashie2021-10-141-14/+21