summaryrefslogtreecommitdiff
path: root/kiosk-shell
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Rename compositor/ to frontend/Pekka Paalanen1-1/+1
2023-12-06kiosk-shell: Remove unnecessary is_mapped assignmentDaniel Stone1-1/+0
2023-10-04kiosk-shell: Delete nonsensical is_mapped checkDaniel Stone1-1/+1
2023-10-03libweston: Make better use of global coord helpersDerek Foreman1-6/+6
2023-09-18shell-utils: Use weston_coord in curtain paramsDerek Foreman1-2/+1
2023-09-18shells: Use weston_coord for shell APIDerek Foreman1-20/+8
2023-09-18kiosk-shell: Use weston_coord for xwayland window positionDerek Foreman2-9/+8
2023-09-18libweston: Use weston_coord for touch interfacesDerek Foreman1-2/+2
2023-08-25kiosk-shell: Make sure we have seat focused_surfaceMarius Vlad1-1/+1
2023-08-25kiosk-shell: Don't attempt to activate a windowMarius Vlad1-0/+3
2023-07-27kiosk-shell: Implement new view layer handling logic in surface activationSergio Gómez1-24/+43
2023-07-27kiosk-shell: Set the new active surface tree for inactive focus successorSergio Gómez1-1/+15
2023-07-27kiosk-shell: Redesign the function 'find_focus_successor()'Sergio Gómez1-47/+57
2023-07-27kiosk-shell: Distinguish between 'destroy_signal' and 'parent_destroy_signal'Sergio Gómez2-1/+9
2023-07-27kiosk-shell: Handle relinking of surface trees when setting a parentSergio Gómez1-0/+72
2023-07-27kiosk-shell: Introduce an "active surface tree" for each kiosk shell outputSergio Gómez2-0/+42
2023-07-27kiosk-shell: Introduce surface tree lists to the kiosk shellSergio Gómez2-0/+9
2023-06-26kiosk-shell: Use weston_view_move_to_layer() for view activationDaniel Stone1-7/+2
2023-06-26kiosk-shell: Use weston_view_move_to_layer() for backgroundDaniel Stone1-4/+3
2023-06-26kiosk-shell: Use weston_view_move_to_layer() for activationDaniel Stone1-11/+4
2023-06-19kiosk-shell: Use weston_coord for grabsDerek Foreman1-21/+9
2023-06-19libweston: Add more weston_coord arithmetic helpersDerek Foreman1-4/+4
2023-06-19libweston: Add getters for view position/offsetDerek Foreman2-10/+15
2023-06-19libweston: Add weston_coord_truncate()Derek Foreman1-2/+3
2023-06-12libweston: Use weston_coord in struct weston_touchDerek Foreman1-6/+7
2023-06-12libweston: Use weston_coord in struct weston_outputDerek Foreman1-9/+12
2023-06-12libweston: use weston_coord for weston_view_set_positionDerek Foreman2-13/+21
2023-02-24libweston: Use weston_coord in struct weston_viewDerek Foreman2-21/+21
2023-02-17libweston: Use weston_coord in struct weston_pointerDerek Foreman1-6/+6
2023-02-01libweston: Use weston_coord space conversion functionsDerek Foreman1-6/+11
2023-01-09libweston, shared: Move out weston_shell_get_binding_modifierMarius Vlad1-1/+1
2023-01-09shell-utils: Integrate shell-utils into libwestonMarius Vlad2-10/+10
2022-10-21kiosk-shell: Don't use a modifier for surface activation bindingsAlexandros Frantzis1-3/+3
2022-10-11kiosk-shell: Update view transform after activation.Alexandros Frantzis1-0/+1
2022-09-23libweston/desktop: Migrate libweston-desktop/libweston-desktop.hMarius Vlad1-1/+1
2022-08-08kiosk-shell: Enable debug keybindingsMarius Vlad1-3/+9
2022-06-29shells: Add libweston-desktop API to query position and add to shellsDerek Foreman1-0/+12
2022-06-28Move libweston-desktop into libwestonDaniel Stone1-1/+0
2022-06-28kiosk-shell: Don't link desktop-shell protocolsDaniel Stone1-2/+0
2022-06-16weston-curtain: Always mark surface as mappedDaniel Stone1-1/+0
2022-06-16libweston: Add weston_surface_map() wrapperDaniel Stone1-2/+2
2022-03-31Move shell-utils to its own directoryDaniel Stone2-2/+2
2022-03-31shell: Encapsulate weston_curtain in its own structDaniel Stone2-12/+12
2022-03-31shell: Make input capture optional for curtainsDaniel Stone1-0/+2
2022-03-31shell: Add alpha to weston_curtain_createDaniel Stone1-0/+1
2022-03-31shell: Move weston_curtain_create params into the structDaniel Stone1-4/+6
2022-03-31shell: Rename weston_solid_color_surface to weston_curtain_paramsDaniel Stone1-8/+8
2022-03-31shell: Rename solid_color_surface to weston_curtainDaniel Stone1-6/+5
2022-02-03kiosk-shell: Favor out views on same outputMarius Vlad1-2/+12
2022-02-03kiosk-shell: Don't occlude shsurf on other outputsMarius Vlad1-2/+4