summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-01compositor: Do not allow vt-switching by defaultkoi_11.0.5koi_11.0.4koi/11.0.5koi/11.0.411.0.511.0.4koiMarius Vlad1-1/+1
2021-02-05Allow unregistered applications in rbakoi_11.0.3koi_11.0.2koi_11.0.1koi_11.0.0koi_10.93.1koi/11.0.3koi/11.0.2koi/11.0.1koi/11.0.0koi/10.93.111.0.311.0.211.0.111.0.010.93.1Anusha Gugale3-4/+17
2021-01-29Add gitreview file for Kooky Koi branchJan-Simon Möller1-1/+1
2021-01-26Use parameterized constructor of RBAArbitratorkoi_10.93.0koi/10.93.010.93.0Anusha Gugale1-2/+1
2021-01-13doc/arch_diagram: Update architecture diagram with a small legendMarius Vlad2-83/+186
2021-01-12Added rba policy implementationkoi_10.92.0koi/10.92.010.92.0Anusha Gugale5-2/+230
2021-01-07meson.build: Fix building with cross SDKMarius Vlad1-2/+7
2021-01-06main: Add activate_by_default ini optionMarius Vlad3-0/+8
2020-11-19layout: Do not attempt to activate surfaces that doesn't have a valid app_idkoi_10.91.0koi/10.91.010.91.0Marius Vlad1-0/+6
2020-11-19shell: Throttle the log messageMarius Vlad1-1/+5
2020-11-19build/: Allow to build the compositor w/o walthamMarius Vlad2-2/+15
2020-11-18shell: Perform wl_list_init() after wl_list_remove()Walter Lozano1-0/+1
2020-11-17desktop: Allow to remove surface from pending listWalter Lozano1-3/+2
2020-11-17desktop: Do not attempt to advertise the clients if there are noneMarius Vlad1-1/+2
2020-11-17desktop: Delay surface creation until committedWalter Lozano3-14/+27
2020-11-05shell: Destroy weston_transmitter_surface as wellMarius Vlad3-0/+20
2020-11-05shell: Keep a reference to weston_transmitter_surfaceMarius Vlad2-1/+11
2020-11-05desktop: Insert a black surface only when the output is a remote typeMarius Vlad1-2/+2
2020-11-05desktop: Group tests for checking against last remote surfaceMarius Vlad1-5/+3
2020-11-05shell: Push the surface to the remote sideMarius Vlad1-0/+62
2020-11-05main: Create a remoting output if the waltham plug-in has been loadedMarius Vlad1-0/+55
2020-11-05ivi-compositor: Add the ability to distinguish between differentMarius Vlad2-0/+10
2020-11-05main: Add support loading waltham transmitter plug-inMarius Vlad3-1/+62
2020-11-05layout: Check app_id for remote type of surfacesMarius Vlad1-0/+3
2020-11-05shell: Avoid creating and inserting black surfaceMarius Vlad1-2/+5
2020-10-29main: Use the output handler to destroy to black viewMarius Vlad2-6/+6
2020-10-15shell: Advertise app when app_id is availableWalter Lozano4-2/+35
2020-10-15shell: Avoid advertising applications without app_id setWalter Lozano1-0/+11
2020-10-08main: Create black surface after listening socketWalter Lozano1-2/+2
2020-09-30main: Use a configuration option for hidding out the cursorMarius Vlad1-3/+2
2020-09-30main: Enable screenshoter interface when debug option is passedMarius Vlad1-1/+2
2020-09-30input: Add basic seat handlingMarius Vlad5-1/+267
2020-09-30client/screenshooter: Client for taking screenshotsMarius Vlad7-0/+971
2020-09-30screenshooter: Add agl-screenshooter protocolMarius Vlad5-0/+229
2020-09-28layout: Set active output NULL when displaying backgroundWalter Lozano1-0/+1
2020-09-10layout: Activate by default xdg surface that do not have an app_id setjellyfish_9.99.4jellyfish/9.99.49.99.4Marius Vlad2-5/+34
2020-09-10layout: If no valid output found, abort early with a protocol violationMarius Vlad1-0/+9
2020-07-29layout: Add missing hooks for other surface rolesjellyfish_9.99.3jellyfish/9.99.39.99.3Marius Vlad1-0/+28
2020-07-29layout: Advertise state change for other types of surface rolesMarius Vlad3-2/+26
2020-07-29shell: Assume consistency with the desktop rolesMarius Vlad1-0/+4
2020-07-14policy-*: Remove any private binding restrictions for allow-all policyjellyfish_9.99.2jellyfish/9.99.29.99.2Marius Vlad2-51/+49
2020-07-03desktop: Fix destruction of applications that fallback to the desktop roleMarius Vlad1-2/+7
2020-06-29shell: Avoid checking against surfaces that do not have an app_idMarius Vlad1-4/+4
2020-06-26README: Add a few words about the deny-all policy enginejellyfish_9.99.1jellyfish/9.99.19.99.1Marius Vlad2-6/+14
2020-06-26desktop: Allow desktop_api to handle surface removalMarius Vlad1-3/+7
2020-06-26policy: Add a deny-all policy as an exampleMarius Vlad3-1/+220
2020-06-26policy-default: Use libsmack to check client labelMarius Vlad2-0/+54
2020-06-26policy: Add a new policy hook to restrict access to private extensionsMarius Vlad3-1/+33
2020-06-24desktop: Avoid referencing the output's surface for pending surfacesMarius Vlad1-0/+7
2020-06-16doc: Added arch diagramMarius Vlad3-0/+1762