On Thu, 10 Apr 2014 11:57:12 -0700
Kristian Høgsberg wrote:
> On Thu, Apr 10, 2014 at 3:41 AM, Pekka Paalanen wrote:
> > On Tue, 8 Apr 2014 20:51:45 +0200
> > John Kåre Alsaker wrote:
> >
> > John, you forgot the commit message.
> >
> >> ---
> >> src/gl-renderer.h | 1 -
> >> 1 file changed,
Hi pq,
Thanks for your reply :)
I love hear the interestring story, so I will click the every thread
link to follow your guys` story :)
I might follow the existing recordmydesktop-wayland project if existed,
also welcome to tinywm (wayland backend) open source project goes here
https://gith
On Tue, Apr 08, 2014 at 09:04:57PM +, Bryce W. Harrington wrote:
Thanks, committed.
Kristian
> Signed-off-by: Bryce Harrington
> ---
> protocol/fullscreen-shell.xml |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/protocol/fullscreen-shell.xml b/protocol/fullscre
On Thu, Apr 10, 2014 at 3:41 AM, Pekka Paalanen wrote:
> On Tue, 8 Apr 2014 20:51:45 +0200
> John Kåre Alsaker wrote:
>
> John, you forgot the commit message.
>
>> ---
>> src/gl-renderer.h | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/src/gl-renderer.h b/src/gl-renderer.h
>> index
On Thu, 10 Apr 2014 21:46:41 +0800
Leslie Zhai wrote:
> That is a good news to me, and I am learning Wayland and relative
> components, so I wanna develop recordmydesktop-wayland to be familiar
> with it :)
Screenshooting particularly is very special.
Unless your program is the compositor or
The rationale here is, that this line would create an instance of
gl_renderer_interface in every compilation unit that included
gl-renderer.h. This is not necessary, and it can actually be harmful by
masking the real exported gl_renderer_interface symbol, if you added
another compilation unit to gl
On Thu, Apr 10, 2014 at 04:36:57PM +0300, Ander Conselvan de Oliveira wrote:
> When a fullscreen surface gets the maximized state, the function
> reset_surface_type() is called and that causes unset_fullscreen() to be
> called. That function would set the value of shsurf->fullscreen_output
> to NUL
On Thu, Apr 10, 2014 at 03:35:58PM +0300, Ander Conselvan de Oliveira wrote:
> From: Ander Conselvan de Oliveira
>
> When moving from a surface from visible workspace to an invisible one
> via a popup menu, the area below the menu wouldn't be repainted.
>
> https://bugs.freedesktop.org/show_bug.
On Thu, Apr 10, 2014 at 02:49:35PM +0300, Ander Conselvan de Oliveira wrote:
> The timer was left running after the screensaver was terminated. When
> it triggered, a fade out that would in turn cause the screen to be
> locked was started. Since that could happen without the compositor
> emitting t
On Wed, Apr 09, 2014 at 04:33:32PM +0100, Neil Roberts wrote:
> Before commit 2f5faff7f9142 when the compositor is locked it would
> reset the keyboard focus on all of the seats as part of pushing the
> focus_state. This was removed because it now always keeps track of the
> focus_state in the work
On Wed, Apr 09, 2014 at 04:33:31PM +0100, Neil Roberts wrote:
> The focus_state list on a workspace only contains entries for seats
> which have a keyboard focus on that workspace. For workspaces that
> have no surfaces the list will be empty. That means that when a
> workspace with no surfaces is
On Thu, Apr 10, 2014 at 6:37 AM, Pekka Paalanen wrote:
> Hi Jason,
>
> thanks for working on this, it does seem very useful, practically a
> mandatory feature to support.
>
Hi Pekka,
Yeah, I've been itching to knock this out for a while. Just finally got
around to it. Comments below.
>
>
>
Hi JJ,
Thanks for your reply :)
Of course, welcome to contribute to the tinywm (the tiniest window
manager is trying to support x11, wayland and directfb backends
currently in the world and even in the universe) open source project
https://github.com/AOSC-Dev/TinyWM
tinywm is very young, an
Hi Jonas,
Thanks for your reply :)
That is a good news to me, and I am learning Wayland and relative
components, so I wanna develop recordmydesktop-wayland to be familiar
with it :)
And I read about source code weston/clients/screenshot.c it is likely
directly using the Wayland API, isn't i
When a fullscreen surface gets the maximized state, the function
reset_surface_type() is called and that causes unset_fullscreen() to be
called. That function would set the value of shsurf->fullscreen_output
to NULL. However, since the surface still has the fullscreen state, it
will be configured a
From: Ander Conselvan de Oliveira
When moving from a surface from visible workspace to an invisible one
via a popup menu, the area below the menu wouldn't be repainted.
https://bugs.freedesktop.org/show_bug.cgi?id=76973
---
desktop-shell/shell.c | 1 +
1 file changed, 1 insertion(+)
diff --git
The timer was left running after the screensaver was terminated. When
it triggered, a fade out that would in turn cause the screen to be
locked was started. Since that could happen without the compositor
emitting the idle signal, there would be no wake signal to make the
shell show the lock screen,
Hi Jason,
thanks for working on this, it does seem very useful, practically a
mandatory feature to support.
We already had the versioning rules documented, right? Whenever bumping
an interface version, also the parent interface (factory) version must
be bumped. That makes the version inference
On Tue, 8 Apr 2014 20:51:45 +0200
John Kåre Alsaker wrote:
John, you forgot the commit message.
> ---
> src/gl-renderer.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/gl-renderer.h b/src/gl-renderer.h
> index db42f6c..6cd5f54 100644
> --- a/src/gl-renderer.h
> +++ b/src/gl-rend
On Wed, 09 Apr 2014 17:08:23 +0100
Neil Roberts wrote:
> "Jasper St. Pierre" writes:
>
> > Why is this necessary? Won't events never be delivered while locked
> > anyway?
>
> Events do seem to get delivered, you can try it if you run weston -i5
> and then open a terminal and let it lock. You c
On Thu, Apr 10, 2014 at 05:08:45PM +0800, Leslie Zhai wrote:
> Hi João and Wayland developers,
>
> I am a newbie of Wayland, so I just wanna write a HelloWorld at first :)
>
> I read the client demo source code just like
> ./weston/clients/simple-touch.c it shown a transparent frameless
> window,
Hi João and Wayland developers,
I am a newbie of Wayland, so I just wanna write a HelloWorld at first :)
I read the client demo source code just like
./weston/clients/simple-touch.c it shown a transparent frameless window,
and rendered multi-touch slots if you have a multi-touch screen.
But it
On Thu, Apr 10, 2014 at 08:53:45AM +0200, Jonas Ådahl wrote:
> On Thu, Apr 10, 2014 at 04:48:52PM +1000, Peter Hutterer wrote:
> > On Thu, Apr 10, 2014 at 08:35:00AM +0200, Jonas Ådahl wrote:
> > > On Thu, Apr 10, 2014 at 04:07:34PM +1000, Peter Hutterer wrote:
> > > > On Wed, Apr 09, 2014 at 09:02
23 matches
Mail list logo