Hi Armin,
first of all I wish you existing and successful project experience!
About the missing output for clients, have just an idea: how about creating
some fake output object, maybe defined in weston.ini and send this to the
clients.
Client needs also the information that current output is a f
On Sat, Apr 30, 2016 at 05:20:09PM +0200, Armin Krezović wrote:
> Hi all,
>
> Now that I've analyzed the weston codebase a bit, I'm ready to
> bombard you people with some questions :).
>
> For those that aren't yet aware, I'll be working on making weston
> able to run with no outputs and survive
On Sat, Apr 30, 2016 at 11:54:15AM +0300, Giulio Camuffo wrote:
> 2016-04-30 0:38 GMT+03:00 Bryce Harrington :
> > On Sun, Apr 17, 2016 at 05:31:32PM +0300, Giulio Camuffo wrote:
> >> Sorry, i keep seeing things after i hit send...
> >>
> >> 2016-04-17 17:10 GMT+03:00 Giulio Camuffo :
> >> > 2016-0
Hi all,
Now that I've analyzed the weston codebase a bit, I'm ready to
bombard you people with some questions :).
For those that aren't yet aware, I'll be working on making weston
able to run with no outputs and survive with all outputs plugged
out at runtime.
For starters, I've simply commented
On 29.04.2016 09:16, Pekka Paalanen wrote:
> On Thu, 28 Apr 2016 04:19:32 +0200
> Armin Krezovic wrote:
>
>> Hello everyone,
>>
>> As you may have seen, I was chosen to participate in GSOC
>> and work on your project.
>>
>> I do need to apologize for not contacting you sooner, but
>> it was a bus
On Sat, Apr 30, 2016 at 07:35:50AM -0500, Yong Bakos wrote:
> From: Yong Bakos
>
> All event arg elements now have an appropriate summary attribute.
> This was conducted mostly in response to the undocumented parameter
> warnings generated during 'make check'.
>
> Signed-off-by: Yong Bakos
Rev
From: Yong Bakos
All event arg elements now have an appropriate summary attribute.
This was conducted mostly in response to the undocumented parameter
warnings generated during 'make check'.
Signed-off-by: Yong Bakos
---
protocol/wayland.xml | 128 ++
From: Yong Bakos
This v4 patch[1] is merely a rebase that incorporates the use of "surface-local"
in the event parameter summaries.
v1-v3 Reviewed-by: Bryce Harrington
[1] I incorrectly labeled the previous version as v2, should have been v3.
Yong Bakos (1):
protocol: Add summaries to event
On Wed, Feb 03, 2016 at 03:28:12PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> When it comes to a window frame, a tablet tool and cursor act almost
> identical; they click things, drag things, etc. The tool type and extra
> axes don't serve any use in the context of a window fr
On Wed, Feb 03, 2016 at 03:28:11PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Again, a lot of this is code that has been reused from the cursor code
> for pointers.
>
> Co-authored-by: Peter Hutterer
> Signed-off-by: Stephen Chandler Paul
> Signed-off-by: Peter Hutterer
R
On Wed, Feb 03, 2016 at 03:28:10PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Co-authored-by: Peter Hutterer
> Signed-off-by: Stephen Chandler Paul
> Signed-off-by: Peter Hutterer
Reviewed-by: Jonas Ådahl with one comment inlined
below.
> ---
> clients/window.c | 498
>
On Wed, Feb 03, 2016 at 03:28:09PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> The tablet is given a separate cursor. Most tablet interaction is an absolute
> interaction and shouldn't need a cursor at all, but usually the cursor is used
> to indicate the type of virtual tool c
On Wed, Feb 03, 2016 at 03:28:08PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Co-authored-by: Peter Hutterer
> Signed-off-by: Stephen Chandler Paul
> Signed-off-by: Peter Hutterer
Reviewed-by: Jonas Ådahl with one nit below.
> ---
> src/libinput-device.c | 120
> ++
On Wed, Feb 03, 2016 at 03:28:07PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Co-authored-by: Peter Hutterer
> Signed-off-by: Stephen Chandler Paul
> Signed-off-by: Peter Hutterer
> ---
> src/compositor.h | 53
> src/input.c | 253
>
On Wed, Feb 03, 2016 at 03:28:05PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Introduces two new structs, weston_tablet and weston_tablet_tool with the
> respective information as it's used on the protocol.
>
> Note that tools are independent of tablets, many tools can be use
On Wed, Feb 03, 2016 at 03:28:06PM +1000, Peter Hutterer wrote:
> From: Stephen Chandler Paul
>
> Closely modelled after the pointer focus handling
>
> Co-authored-by: Peter Hutterer
> Signed-off-by: Stephen Chandler Paul
> Signed-off-by: Peter Hutterer
> ---
> src/compositor.h | 10 ++
>
Hello Bryce,
I think my comments on previous patch apply here, while you did some
useful update here.
Best regards.
Le 30/04/2016 00:40, Bryce Harrington a écrit :
> The drm backend was copying most everything out of the config object
> already, but now also copy the use_current_mode parameter a
Hello Bryce,
I have some comments after a trivial rebase.
Le 30/04/2016 00:40, Bryce Harrington a écrit :
> From: Giulio Camuffo
>
> Signed-off-by: Bryce Harrington
> Reviewed-by: Quentin Glidic
> Acked-by: Pekka Paalanen
> Tested-by: Benoit Gschwind
>
> Signed-off-by: Bryce Harrington
>
2016-04-30 0:44 GMT+03:00 Bryce Harrington :
> On Sun, Apr 17, 2016 at 05:10:24PM +0300, Giulio Camuffo wrote:
>> 2016-04-16 6:28 GMT+03:00 Bryce Harrington :
>> > From: Benoit Gschwind
>> >
>> > Use a "well" defined structure to configure x11-backend and move
>> > configuration
>> > file parsing
2016-04-30 0:38 GMT+03:00 Bryce Harrington :
> On Sun, Apr 17, 2016 at 05:31:32PM +0300, Giulio Camuffo wrote:
>> Sorry, i keep seeing things after i hit send...
>>
>> 2016-04-17 17:10 GMT+03:00 Giulio Camuffo :
>> > 2016-04-16 6:28 GMT+03:00 Bryce Harrington :
>> >> +static int
>> >> +load_x11_bac
Hello Bryce,
It's look the you use space within Makefile.am instead of tabulation.
Le 30/04/2016 10:30, Benoit Gschwind a écrit :
> Hello Bryce,
>
> It look good after trivial rebase to master.
>
> Reviewed-by: Benoit Gschwind
> Tested-by: Benoit Gschwind
>
> Le 30/04/2016 00:40, Bryce Harri
Hello Bryce,
It look good after trivial rebase to master.
Reviewed-by: Benoit Gschwind
Tested-by: Benoit Gschwind
Le 30/04/2016 00:40, Bryce Harrington a écrit :
> From: Benoit Gschwind
>
> Use a "well" defined structure to configure x11-backend and move configuration
> file parsing inside t
On 30/04/2016 02:29, Bryce Harrington wrote:
On Tue, Apr 26, 2016 at 11:34:03PM +0200, David Fort wrote:
FreeRDP 2.0 is about to be released, this allows to compile against this
version.
The detection is adjusted to prefer FreeRDP 2 against version 1.x.
Signed-off-by: David Fort
Is this jus
23 matches
Mail list logo