Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-4839
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I57769b64c2d4d14933f1da4930027adf9ec9f519
|
|
Add template files for gitlab
Bug-AGL: SPEC-4474
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Id5311675a0d07958973a03fd555d19d8abbd022d
|
|
This adds support for dynamic positioning and scalling of windows, using
the gRPC interface. This can used to manipulate other's windows, wheareas
the window management client gRPC will do so with its own window.
Bug-AGL: SPEC-4862, SPEC-4863
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I8f5cc40a929ae55dbf4b287833c473c8db64a1c3
|
|
This adds support for testing out window movement and placement to
other outputs.
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I5b750f6b5498f4297163480b0f49668115bc335a
|
|
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I946524243e3205ae96098cc31123baac4f50c1b4
|
|
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I89b73ba1e2167271d4075f9f5176aed7cfe2dc64
|
|
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7beaead3c5c87e1e60f66ad1b20f2bf625414c8e
|
|
Minor bug-fix for avoiding printing items over what the array
can handle.
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I770d8d0abba3537bfd32eef36ab13ca705706a0e
|
|
Bug-AGL: SPEC-4503
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I484f2170d62f93c3f01b4131436daf5c144c45e8
|
|
This re-works a bit the way we handle events, and allows to pass a
callback to the client directly.
This patch further cleans-up the older agl-shell-desktop implementation
and adds a a new action, 'deactivate' request as another example.
Further more, clients can now choose to just listen for events,
or listen for events and perform an action (activate).
Bug-AGL: SPEC-4503
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ic9f8bb1f6ff1c7f6b69f2059caac066ee106beba
|
|
This patch removes support for agl-shell-desktop.
Bug-AGL: SPEC-4503
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1ad69a4fc4c8ccdc9c659ec1a50526fc9f3a8d81
|
|
Brings in initial support for gRPC. It re-uses the same protobuf as
supplied by the compositor. With it, this changes from C to CPP as that
allows far better and easier integration with gRPC.
Bug-AGL: SPEC-4503
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Idf09db80063dfa0c4cd7f3f345686fe9d2d27622
|
|
This allows the ability to specify which output to activate the
surface/application.
Note that this requires a libweston update to include support for this
new interface update, but it still fallbacks to to version 3 and uses
the first available output if uses that older interface.
Bug-AGL: SPEC-4530
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I151368720093422565746a01048fc2802c55c553
|
|
Bug-AGL: SPEC-4369
Change-Id: I9d575952a01178e6ff175f96a6946e40d980eaef
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
|
|
'Ctrl+C' was intercepted by 'handler'. Function 'handler' set 'running' to zero
but it had no effect since wl_display_dispatch was waiting for wayland events.
Bug-AGL: SPEC-4347
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Change-Id: I71fcb8bc48a54d483737c83187c18414770580eb
|
|
wl_display_dispatch will do flush.
Bug-AGL: SPEC-4347
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Change-Id: I495e8024dc9a8b10c7aea42281e007018ad83a19
|
|
Script is no longer needed. Running it as the regular user (agl-driver)
will no longer need this script.
Bug-AGL: SPEC-4324
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: If7bcb035039b1e45d842b5fa75144ee82edf91f1
|
|
We get back an event when the application has been activated, so
use it.
Bug-AGL: SPEC-4324
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1d47cf0612e3c98b2fd54925c3274b28ff743be7
|
|
We've updated the protocols a while ago, but forgot to update this one
as well.
Bug-AGL: SPEC-4324
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I3b0401455b5644e4a55c8ca6e4a02c26db74a1a6
|
|
Bug-AGL: SPEC-3817
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ie7e2168737f668a5c558b0fad3e58fe42f81e62e
|
|
|