summaryrefslogtreecommitdiffstats
path: root/src/layout.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10layout: Add missing hooks for other surface rolessandbox/mvlad/add-missing-hooksMarius Vlad1-0/+15
2020-06-15layout: Clip the view to the size specified by width and heightMarius Vlad1-9/+9
2020-06-15layout: Do not attempt to activate the surface on the remote outputMarius Vlad1-0/+10
2020-06-15src: Mark surfaces with the 'remote' role if configuration file says soMarius Vlad1-3/+3
2020-06-15main, layout: Minor clean-ups and added some further loggingMarius Vlad1-30/+11
2020-06-15desktop: Remove commiting code for the panelMarius Vlad1-67/+0
2020-06-15layout: Remove black surface when trying to use migrate views to otherMarius Vlad1-0/+7
2020-06-15src/: Use agl-shell-app-id to set-up views on a different outputMarius Vlad1-9/+28
2020-06-15layout: Add a wrapper to print out the surface roleMarius Vlad1-4/+44
2020-06-14layout, desktop: Treat the remote surface role like the desktop oneMarius Vlad1-7/+54
2020-06-14layout: Remove the quirks as now we have the policy hooks in placeMarius Vlad1-6/+2
2020-06-08src/: Add all surface roles to a wrapper for retrieving the outputMarius Vlad1-2/+13
2020-06-08layout: Do not attempt to activate a split or a fs surfaceMarius Vlad1-2/+23
2020-06-08layout: Resize the active surface when doing the splitMarius Vlad1-6/+56
2020-06-08layout: Allow to commit the fullscreen and split surface rolesMarius Vlad1-0/+92
2020-06-08layout: Remove unused ivi_compositor referenceMarius Vlad1-1/+0
2020-05-12protocol: agl-shell-desktop: Send notification for application state changeMarius Vlad1-2/+3
2020-05-12policy: Add a new policy hook for deactivating appsMarius Vlad1-0/+6
2020-05-12agl-shell-desktop: Add the ability to hide client windowsMarius Vlad1-1/+101
2020-05-12layout: Save the pending outputMarius Vlad1-1/+1
2020-05-12layout, desktop: Implement the pop-up roleMarius Vlad1-0/+38
2020-04-14layout: Mark activated surface by defaultMarius Vlad1-1/+8
2020-03-11layout: Allow by default to activate the applicationMarius Vlad1-3/+6
2020-03-11policy: Init policy framework APIMarius Vlad1-0/+8
2020-03-04meson.build: Upgrade build and headers to libweston7Marius Vlad1-2/+2
2020-02-06desktop: Reset the active surfaceMarius Vlad1-0/+1
2020-02-04layout: Do not delay mapping of desktop surface until commit timeMarius Vlad1-1/+87
2020-02-02layout: Use the background's surface ivi_output when activating apps byMarius Vlad1-1/+34
2020-01-30layout: Force a repaint of the entire outputMarius Vlad1-2/+4
2020-01-30layout: Print out when adding panels/backgroundMarius Vlad1-3/+17
2020-01-30src/: Add basic support for app switchingScott Anderson1-0/+254