summaryrefslogtreecommitdiffstats
path: root/src/shell.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-02grpc-proxy: Re-work bound_ok/bound_fail events handlingMarius Vlad1-36/+50
2023-12-20shell: Provide a better explanation for terminating the connectionMarius Vlad1-5/+7
2023-12-15shell: Don't assume an output previously set-upMarius Vlad1-3/+5
2023-08-29grpc-proxy: Add dynamic scale of floating windowsMarius Vlad1-1/+17
2023-08-29grpc-proxy: Add dynamic floating window movementMarius Vlad1-1/+16
2023-06-13shell: Don't reset the activation area alwaysMarius Vlad1-2/+4
2023-05-31compositor: Remove Waltham supportMarius Vlad1-89/+0
2023-05-03shell: Add the ability to dynamically move application windowMarius Vlad1-1/+32
2023-05-03src: Send out the output name for the remote roleMarius Vlad1-1/+2
2023-04-27layout: Split remote from desktop roleMarius Vlad1-1/+1
2023-04-27grpc-proxy: Added set_app_output requestMarius Vlad1-1/+38
2023-03-15meson.build: Add an explicit weston dependencyMarius Vlad1-1/+1
2023-03-03grpc-proxy: Add set_app_fullscreen functionalityMarius Vlad1-2/+74
2023-03-03shell: Reset normal state when getting back to maximizedMarius Vlad1-0/+1
2023-03-01protocol: Add set_app_normal requestMarius Vlad1-0/+52
2023-03-01protocol, grpc-proxy: Add support for set_app_floatMarius Vlad1-1/+59
2023-03-01protocol/grpc-proxy: Add deactivate_app requestMarius Vlad1-2/+12
2023-02-15shell: Check for a valid ivi_surfaceMarius Vlad1-1/+2
2023-02-15shell: Check for invalid outputs passed on when activatingMarius Vlad1-4/+14
2023-01-17shell: Reset the area activationMarius Vlad1-0/+3
2023-01-05shell: Verify agl-shell version for bound_ok/bound_failMarius Vlad1-7/+18
2023-01-05shell: Add fallback agl-shell version 1Marius Vlad1-0/+5
2022-12-14src: Further hotplug connector fixesMarius Vlad1-4/+7
2022-12-05shell: Not not override the agl_shell interface resourcesMarius Vlad1-22/+30
2022-12-05shell: Add a wrappers for sending events with agl-shellMarius Vlad1-8/+20
2022-12-05compositor: Allow to start other clientsMarius Vlad1-8/+6
2022-12-05agl-shell.xml: Introduce a new interfaceMarius Vlad1-7/+86
2022-11-14layout: Allow background surface roles (to) be activatedMarius Vlad1-1/+17
2022-11-01agl-shell: Add support for defining an activation areaMarius Vlad1-2/+23
2022-09-23compositor: Add missing SIGCHLD handlerMarius Vlad1-0/+32
2022-09-23shell: Rewrite client_exec as client_launchMarius Vlad1-57/+143
2022-09-14protocol/agl-shell.xml: Add an app_state event -- app state notificationMarius Vlad1-1/+10
2022-09-14shell: Remove the black curtain installed on outputsMarius Vlad1-11/+23
2022-08-31agl-shell: Add bound_ok and bound_fail events and a default destructorMarius Vlad1-6/+69
2022-06-20shell: Fix a typo when adding surface to pending listMarius Vlad1-1/+1
2022-06-10shell: Make sure that app_id is valid before checking itMarius Vlad1-4/+4
2022-06-10shell: Extract some common functionsMarius Vlad1-12/+0
2022-06-03compositor: Properly dispose of fullscreen views at shutdownMarius Vlad1-0/+10
2022-05-04shell: Do not set none role for applications w/o appidMarius Vlad1-5/+0
2022-05-04shell: Let the output destroy handler handle layer finiMarius Vlad1-12/+0
2022-05-03shell: Added missing layer fini callsMarius Vlad1-0/+71
2022-05-03desktop: Remove dead codeMarius Vlad1-8/+0
2022-05-03layout: Send dimensions when setting up property as fullscreenMarius Vlad1-10/+16
2021-12-22agl-compositor: Add NULL check after creating surface/viewAndyZhou1-2/+6
2021-12-22agl-compositor:Add NULL check after zalloc in src directorymarlin_12.91.0marlin/12.91.012.91.0AndyZhou1-0/+40
2021-12-10shell: Refactor pending surfaces for existing pending onesMarius Vlad1-18/+128
2021-12-10src/desktop: Add a compositor destroy listenerMarius Vlad1-1/+1
2021-12-08src/shell: Add set_app_property_mode requestMarius Vlad1-5/+55
2021-11-05shell: Fix passing maximized state from the startMarius Vlad1-0/+47
2021-04-19layout: Remove weston_output_damage dependecyMarius Vlad1-2/+2