Some application may wish to restrict their window in size, but
xdg-shell has no mechanism for the client to advertise such a maximum
or minimum size the compositor can use.
As a result, the compositor may try to maximize or fullscreen a window
while the client would not allow for the requested si
2016-04-06 11:37 GMT+03:00 Pekka Paalanen :
> On Wed, 9 Mar 2016 16:49:29 -0800
> Bryce Harrington wrote:
>
>> From: Giulio Camuffo
>>
>> Signed-off-by: Bryce Harrington
>> Reviewed-by: Quentin Glidic
>> Acked-by: Pekka Paalanen
>> ---
>> v4: Update to current trunk
>> - Add missing param
2016-04-07 1:46 GMT+03:00 Bryce Harrington :
> On Mon, Mar 28, 2016 at 10:17:20AM +0300, Giulio Camuffo wrote:
>> 2016-03-24 20:27 GMT+02:00 Bryce Harrington :
>> > Instead of having a single global idle tracker, track idling separately
>> > for each seat. Still treat inhibition on any one seat as
Hi,
If we want this in an initial minimalistic xdg_shell version, this needs
to be targetted at xdg_shell unstable v6, which currently lives on a
branch and as set of proposed patches. We cannot add this to version 5
anyhow.
If we indeed want this in the core protocol now, and not in some
extensi
On Mon, Mar 28, 2016 at 10:17:20AM +0300, Giulio Camuffo wrote:
> 2016-03-24 20:27 GMT+02:00 Bryce Harrington :
> > Instead of having a single global idle tracker, track idling separately
> > for each seat. Still treat inhibition on any one seat as inhibiting
> > the screensaver globally, for now.
On Wed, Apr 06, 2016 at 10:17:35AM -0700, Dennis Kempin wrote:
> On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer
> wrote:
> > On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote:
> >> This CL updates the wl_touch interface with a shape event.
> >> The shape of a touch point is not releva
Note: This won't be properly threaded in the mail-list archive or patchwork.
> Date: Sun, 3 Apr 2016 22:05:40 +0200
> From: Jan Arne Petersen
> To: wayland-devel@lists.freedesktop.org
> Cc: Jan Arne Petersen
> Subject: [PATCH wayland-protocols v6] text: Create second version of
> text inp
On Wed, Apr 06, 2016 at 01:12:01PM +0100, Daniel Stone wrote:
> Hi,
>
> On 6 April 2016 at 07:56, Jonas Ådahl wrote:
> > On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote:
> >> > So, a new repository seems to be needed. Let the bikeshedding for the
> >> > name begin! ;-)
> >> >
> >>
On Wed, Apr 06, 2016 at 02:09:41PM +0200, Quentin Glidic wrote:
> On 06/04/2016 08:39, Bryce Harrington wrote:
> >[snip]
> >One thing I wonder is if any of these might need to become a Require
> >when we are providing a libweston library API?
>
> From [1] which references [2], a lot of pkg-config
On Tue, Apr 5, 2016 at 5:26 PM, Peter Hutterer wrote:
> On Tue, Apr 05, 2016 at 01:09:31PM -0700, Dennis Kempin wrote:
>> This CL updates the wl_touch interface with a shape event.
>> The shape of a touch point is not relevant for most UI
>> applications, but allows a better experience in some cas
Hi Jasper,
> > [...]
> > +
> > +If never set, the size of the surface is not limited by the
> > client.
> > +
> > +A value of zero for either width, height or both means that the
> > +client has no preference regarding the maximum size in the given
> > +dimension.
>
On Tue, Apr 5, 2016 at 2:36 AM, Olivier Fourdan wrote:
> Some application may wish to restrict their window in size, but
> xdg-shell has no mechanism for the client to advertise such a maximum
> or minimum size the compositor can use.
>
> As a result, the compositor may try to maximize or fullscre
On Wed, Apr 06, 2016 at 02:57:29PM +0200, Olivier Fourdan wrote:
> On 6 April 2016 at 14:12, Daniel Stone wrote:
>
> > > Just a fly by shed color thought. If we in the future want to add more
> > > generic debug tools (for example something like xev that is a bit more
> > > nice than "WAYLAND_DEB
On Wed, 6 Apr 2016 13:14:26 +0100
Daniel Stone wrote:
> Hi,
>
> On 6 April 2016 at 09:41, Jonas Ådahl wrote:
> > On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote:
> >> Again this comes down to the synchronisation. In this case,
> >> assuming a mailbox stream:
> >> - wl_egl_sur
On 6 April 2016 at 14:12, Daniel Stone wrote:
> > Just a fly by shed color thought. If we in the future want to add more
> > generic debug tools (for example something like xev that is a bit more
> > nice than "WAYLAND_DEBUG=1 weston-terminal |& grep -e '[insert complex
> > expression here]'") th
Hi,
On 6 April 2016 at 09:41, Jonas Ådahl wrote:
> On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote:
>> Again this comes down to the synchronisation. In this case, assuming a
>> mailbox stream:
>> - wl_egl_surface_resize(w1, h1)
>> - gl*()
>> - eglSwapBuffers() <- commit 1
>>
Hi,
On 6 April 2016 at 07:56, Jonas Ådahl wrote:
> On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote:
>> > So, a new repository seems to be needed. Let the bikeshedding for the
>> > name begin! ;-)
>> >
>> > (Is it expected to host other universal Wayland tools?)
>>
>> Very good que
On 06/04/2016 08:39, Bryce Harrington wrote:
[snip]
One thing I wonder is if any of these might need to become a Require
when we are providing a libweston library API?
From [1] which references [2], a lot of pkg-config files are doing it
wrong. Requires should only be used in rare cases (thoug
On Tue, 5 Apr 2016 20:43:29 +
"Friedrich, Eugen (ADITG/SW1)" wrote:
> Systemd provides a feature of socket-based activation, details in [1]
> This commit adds an implementation to check if sockets were provided by
> systemd and adds this as an additional socket to wayland display.
> before ad
> On Apr 6, 2016, at 1:56 AM, Jonas Ådahl wrote:
>
> On Tue, Apr 05, 2016 at 11:55:42AM +0200, Olivier Fourdan wrote:
>> Hi Pekka,
>>
>> On 5 April 2016 at 10:30, Pekka Paalanen wrote:
>>
>>> [...]
>>>
>>>
>>> this is a good idea indeed.
>>>
>>> Originally weston-info was needed in Weston
On Wed, 6 Apr 2016 04:03:31 -0400 (EDT)
Olivier Fourdan wrote:
> Hi Bill,
>
> > I think it would be ok to set both the minimum and maximum with a single
> > request.
>
> Yes, agreed.
Why, what good does it do?
We have regretted before of putting two different things in the same
request when
On Wed, 9 Mar 2016 16:49:32 -0800
Bryce Harrington wrote:
> Signed-off-by: Bryce Harrington
> ---
> src/main.c | 13 +
> 1 file changed, 13 insertions(+)
>
> diff --git a/src/main.c b/src/main.c
> index 7370292..310382a 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -748,6 +748
On Mon, 21 Mar 2016 23:11:29 +0100
Benoit Gschwind wrote:
> Hello,
>
> I think that struct_version and struct_size should not be belong
> compositor.h. I think those versioning should be back-end detail, and
> each back-end should provide a major version number through #define in
> the backend h
On Mon, Apr 04, 2016 at 04:27:56PM +0100, Daniel Stone wrote:
> Hi,
>
> On 2 April 2016 at 01:28, Andy Ritger wrote:
> > On Tue, Mar 29, 2016 at 05:44:41PM +0100, Daniel Stone wrote:
> >> On 23 March 2016 at 00:12, Andy Ritger wrote:
> >> > Also, mailbox mode versus FIFO mode should essentially
On Wed, 9 Mar 2016 16:49:29 -0800
Bryce Harrington wrote:
> From: Giulio Camuffo
>
> Signed-off-by: Bryce Harrington
> Reviewed-by: Quentin Glidic
> Acked-by: Pekka Paalanen
> ---
> v4: Update to current trunk
> - Add missing param doc for mode in drm_output_choose_initial_mode
> -
On Wed, 9 Mar 2016 16:49:30 -0800
Bryce Harrington wrote:
> Use double-brackets for config initializer for
> create_output_for_connector to avoid gcc warning, since first
> element is another struct. (See GCC bug 53119.)
>
> Quells warning:
> src/compositor-drm.c: In function ‘create_output_
Hi Bill,
> I think it would be ok to set both the minimum and maximum with a single
> request.
Yes, agreed.
Cheers,
Olivier
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel
27 matches
Mail list logo