Linux Foundation Collaborative Projects
index
:
agl-compositor
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
next-wip
octopus
pike
quillback
ricefish
sandbox/mvlad/add-missing-hooks
sandbox/mvlad/add-waltham-support
sandbox/mvlad/add-waltham-support-wip
sandbox/mvlad/agl-shell-desktop
sandbox/mvlad/agl-shell-v2-bind-events-destructor
sandbox/mvlad/agl-shell-v3-move-out-agl-shell-desktop
sandbox/mvlad/appids-per-output
sandbox/mvlad/fix-next
sandbox/mvlad/fix-shell-v1
sandbox/mvlad/grpc-async-cb
sandbox/mvlad/libweston10
sandbox/mvlad/libweston9
sandbox/mvlad/next-fix-rdp-backend
sandbox/mvlad/next-phase-fix-next
sandbox/mvlad/policy-manager-split
sandbox/mvlad/pre-ci
sandbox/mvlad/remote-surfaces
sandbox/mvlad/screenshooter-init
sandbox/mvlad/split-v3
sandbox/mvlad/split-v3-update
sandbox/mvlad/switch-to-grpc
sandbox/mvlad/t1
sandbox/mvlad/test1
sandbox/mvlad/weston-ci
sandbox/mvlad/weston-ci-libweston8
sandbox/mvlad/xwayland-support
AGL compositor (using wayland)
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
desktop: Allow desktop_api to handle surface removal
Marius Vlad
1
-3
/
+7
2020-06-26
policy: Add a deny-all policy as an example
Marius Vlad
3
-1
/
+220
2020-06-26
policy-default: Use libsmack to check client label
Marius Vlad
2
-0
/
+54
2020-06-26
policy: Add a new policy hook to restrict access to private extensions
Marius Vlad
3
-1
/
+33
2020-06-24
desktop: Avoid referencing the output's surface for pending surfaces
Marius Vlad
1
-0
/
+7
2020-06-16
doc: Added arch diagram
Marius Vlad
3
-0
/
+1762
2020-06-16
README: move README.md to doc/
Marius Vlad
1
-0
/
+0
2020-06-15
layout: Clip the view to the size specified by width and height
Marius Vlad
1
-9
/
+9
2020-06-15
shell: Pass the bounding box values to the pop-up surface
Marius Vlad
2
-5
/
+26
2020-06-15
agl-shell-desktop: Add the ability to pass width and height as
Marius Vlad
1
-3
/
+29
2020-06-15
shell: Advertise application_id event for other surface roles
Marius Vlad
1
-7
/
+21
2020-06-15
layout: Do not attempt to activate the surface on the remote output
Marius Vlad
1
-0
/
+10
2020-06-15
src: Mark surfaces with the 'remote' role if configuration file says so
Marius Vlad
5
-4
/
+18
2020-06-15
main: Do the installment of black surfaces for remote outputs as well
Marius Vlad
1
-2
/
+2
2020-06-15
shell: Add some extra checks to make sure we don't trip ourselves
Marius Vlad
1
-2
/
+18
2020-06-15
main: Enable remote outputs later than local (DRM) outputs
Marius Vlad
1
-20
/
+29
2020-06-15
main, layout: Minor clean-ups and added some further logging
Marius Vlad
2
-30
/
+14
2020-06-15
main: Retrieve the agl-shell-app-id from the config file
Marius Vlad
1
-0
/
+1
2020-06-15
main: Retrieve the transform and scale from config file
Marius Vlad
1
-3
/
+12
2020-06-15
src: Create an ivi_output for the remote output
Marius Vlad
1
-14
/
+51
2020-06-15
src: Hold a reference for remoting_api in the ivi_compositor
Marius Vlad
2
-6
/
+9
2020-06-15
main: Add the ability to load the remote plugin
Marius Vlad
3
-0
/
+250
2020-06-15
desktop: Remove commiting code for the panel
Marius Vlad
3
-73
/
+1
2020-06-15
shell: Do not remove the black surface if we don't have a background
Marius Vlad
1
-1
/
+2
2020-06-15
desktop: Display a black surface for apps being moved using config file
Marius Vlad
1
-3
/
+9
2020-06-15
layout: Remove black surface when trying to use migrate views to other
Marius Vlad
1
-0
/
+7
2020-06-15
src/: Use agl-shell-app-id to set-up views on a different output
Marius Vlad
3
-9
/
+46
2020-06-15
layout: Add a wrapper to print out the surface role
Marius Vlad
3
-4
/
+57
2020-06-14
src: Insert a black surface/remove it when the last remote
Marius Vlad
3
-5
/
+40
2020-06-14
layout, desktop: Treat the remote surface role like the desktop one
Marius Vlad
2
-7
/
+55
2020-06-14
layout: Remove the quirks as now we have the policy hooks in place
Marius Vlad
3
-25
/
+2
2020-06-14
src/: Add the remote surface role
Marius Vlad
4
-0
/
+87
2020-06-08
src/: Add all surface roles to a wrapper for retrieving the output
Marius Vlad
3
-15
/
+18
2020-06-08
layout: Do not attempt to activate a split or a fs surface
Marius Vlad
1
-2
/
+23
2020-06-08
layout: Resize the active surface when doing the split
Marius Vlad
3
-6
/
+71
2020-06-08
layout: Allow to commit the fullscreen and split surface roles
Marius Vlad
4
-1
/
+119
2020-06-08
layout: Remove unused ivi_compositor reference
Marius Vlad
1
-1
/
+0
2020-06-08
shell: Determine the role type
Marius Vlad
1
-8
/
+4
2020-06-08
shell: Introduce fullscreen and split role type of a surface
Marius Vlad
5
-13
/
+206
2020-06-08
desktop: Missing assert include
Marius Vlad
1
-0
/
+1
2020-06-08
desktop: Handle correctly panel and bg removal of agl-shell unbind
Marius Vlad
2
-15
/
+23
2020-06-03
README.md: Add documentation details about agl-shell and agl-shell-desktop
Marius Vlad
1
-9
/
+169
2020-05-12
main: Convert to using the logging/debuggging fraemwork
Marius Vlad
1
-25
/
+51
2020-05-12
main: Add a (valid) return code when exiting
Marius Vlad
1
-1
/
+6
2020-05-12
main: We don't have weston-debug extension available
Marius Vlad
1
-2
/
+0
2020-05-12
meson.build: Add a meson variable to track libweston version
Marius Vlad
1
-3
/
+4
2020-05-12
main: Subscribe to the logger scope
Marius Vlad
1
-0
/
+1
2020-05-12
meson.build: Update build version
Marius Vlad
0
-0
/
+0
2020-05-12
policy-default: Install default for the state event notify
Marius Vlad
1
-0
/
+8
2020-05-12
policy: Add another hook for controlling the application state change
Marius Vlad
2
-0
/
+8
[next]