2012/9/28 David Herrmann :
> Hi Bill
>
> On Thu, Sep 27, 2012 at 10:58 PM, Bill Spitzak wrote:
>> This sounds like a really good idea!
>>
>> What are you doing about UTF-8? Any modern terminal better handle it and at
>> least display glyphs for every valid UTF-8 encoded character. Also important
>
On Fri, Sep 28, 2012 at 2:30 PM, Bill Spitzak wrote:
> Also need to handle maximized-vertically and maximized-horizontally.
>
> I know it isn't liked but I want to push my recommendation again:
>
> The shell knows how thick the "edges" are of a window. This is the shadows
> and *also* the part th
On Fri, Sep 28, 2012 at 05:44:27PM +0200, Luc Verhaegen wrote:
>
> Final reminder: the deadline is tonight.
>
> So far there are three speakers who lined up, and my feeling is that
> Matthieu and Marc lined up just so that the deadline and requirement
> will be met. So only a single person is i
Actual rendering of window contents is not done by Wayland so it should
not effect this. However wayland and the shells do some compositing, and
gamma changes how any partially-transparent pixels work. In current
shells these are:
1. "shadows", which are typically drawn by the client as
parti
Also need to handle maximized-vertically and maximized-horizontally.
I know it isn't liked but I want to push my recommendation again:
The shell knows how thick the "edges" are of a window. This is the
shadows and *also* the part that you are removing for your "maximized
decorations" (please l
On Fri, Sep 28, 2012 at 7:09 AM, Jonas Ådahl wrote:
> On Fri, Sep 28, 2012 at 2:47 PM, Pekka Paalanen
> wrote:
> > On Fri, 28 Sep 2012 14:30:18 +0200
> > Jonas Ådahl wrote:
> >
> >> On Fri, Sep 28, 2012 at 2:13 PM, Pekka Paalanen
> wrote:
> >> > I have an old discrete-stepped mouse wheel, it r
On Fri, 28 Sep 2012 17:44:27 +0200
Luc Verhaegen wrote:
> On Fri, Sep 21, 2012 at 11:35:12AM +0200, Luc Verhaegen wrote:
> > On Sun, Aug 12, 2012 at 03:50:16PM +0200, Luc Verhaegen wrote:
> > > Hi,
> > >
> > > The FOSDEM organizers have sent out a call for devrooms. FOSDEM this
> > > year is on
Currently most applications are blissfully unaware of the concept of
gamma which affects pretty much all rendering operations. Resizing,
alpha-blending, blurring, anti-aliasing, etc. are all operations that
should be done on physical or linear luminance values. However if we
stored linear values in
On Fri, Sep 21, 2012 at 11:35:12AM +0200, Luc Verhaegen wrote:
> On Sun, Aug 12, 2012 at 03:50:16PM +0200, Luc Verhaegen wrote:
> > Hi,
> >
> > The FOSDEM organizers have sent out a call for devrooms. FOSDEM this
> > year is on the weekend of the 2nd and 3rd of February 2013.
> >
> > After the s
Hi. Some status update here.
On 09/13/2012 06:19 PM, Tiago Vignatti wrote:
Guys, here's the smoke signal for the new xwayland private protocol I've
been working on. There are about 30 commits on all the repositories; let
me know if there's a better way to organize this eventually:
http://c
https://bugs.launchpad.net/ubuntu/+source/pam-xdg-support/+bug/894391
Steve Langasek (vorlon) wrote the package.
There was a FeatureFreeze Exception (FFe) and now it is in the repository.
$ sudo apt-get install libpam-xdg-support
Weston under X runs fine.
From: "U. Artie Eoff"
Signed-off-by: U. Artie Eoff
---
tests/Makefile.am | 4 +-
tests/button-test.c | 138
tests/test-client.c | 15 ++
3 files changed, 156 insertions(+), 1 deletion(-)
create mode 100644 tests/button-test.c
diff
From: "U. Artie Eoff"
Signed-off-by: U. Artie Eoff
---
tests/Makefile.am | 5 +++-
tests/surface-global-test.c | 65 +
2 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 tests/surface-global-test.c
diff --git a/tests/Make
From: "U. Artie Eoff"
Test surface pointer enter/leave/motion and surface leave/enter
events more aggressively.
Signed-off-by: U. Artie Eoff
---
tests/event-test.c | 302
tests/test-client.c | 71 ++--
tests/test-runner.c | 8 +-
From: "U. Artie Eoff"
Add more tests to cover pointer move/enter/leave/button and surface
enter/leave events. Add tests to exercise surface to/from global functions.
This patch series is a resubmit of the following patches to address coding
convention feedback received from Kristian, David, and
It will use the stock 'x' cursor instead when the system cursors are not
provided.
Signed-off-by: Tiago Vignatti
---
On my tree I've implemented a fallback on pre-made cursor for the "left_ptr",
which is the only one being used there:
http://cgit.freedesktop.org/~vignatti/weston/commit/?h=xwm-cl
This and the previous patch should fix:
https://bugs.freedesktop.org/show_bug.cgi?id=54598
Signed-off-by: Tiago Vignatti
---
man/weston.man | 17 +
1 file changed, 17 insertions(+)
diff --git a/man/weston.man b/man/weston.man
index 7667076..7ccfac8 100644
--- a/man/weston
>-Original Message-
>From: Pekka Paalanen [mailto:ppaala...@gmail.com]
>Sent: Thursday, September 27, 2012 11:31 PM
>To: Eoff, Ullysses A
>Cc: wayland-devel@lists.freedesktop.org
>Subject: Re: [PATCH v2] event-test: more aggressive event testing
>
>On Tue, 25 Sep 2012 14:13:45 -0700
>"U. Ar
On Fri, Sep 28, 2012 at 2:47 PM, Pekka Paalanen wrote:
> On Fri, 28 Sep 2012 14:30:18 +0200
> Jonas Ådahl wrote:
>
>> On Fri, Sep 28, 2012 at 2:13 PM, Pekka Paalanen wrote:
>> > I have an old discrete-stepped mouse wheel, it reports:
>> >
>> > Event: time 1348834027.330811, type 2 (EV_REL), code
>-Original Message-
>From: David Herrmann [mailto:dh.herrm...@googlemail.com]
>Sent: Thursday, September 27, 2012 11:31 PM
>To: Eoff, Ullysses A
>Cc: wayland-devel@lists.freedesktop.org
>Subject: Re: [PATCH v2] event-test: more aggressive event testing
>
>Hi
>
>On Thu, Sep 27, 2012 at 11:34
Ignore this patch... resubmitting as a series to address coding conventions.
U. Artie
>-Original Message-
>From: Eoff, Ullysses A
>Sent: Wednesday, September 26, 2012 3:09 PM
>To: wayland-devel@lists.freedesktop.org
>Cc: Eoff, Ullysses A
>Subject: [PATCH] tests: add button test
>
>From:
Ignore this patch... resubmitting as a series to address coding conventions.
U. Artie
>-Original Message-
>From: Eoff, Ullysses A
>Sent: Tuesday, September 25, 2012 3:27 PM
>To: wayland-devel@lists.freedesktop.org
>Cc: Eoff, Ullysses A
>Subject: [PATCH] tests: test surface to/from global
On Fri, 28 Sep 2012 14:30:18 +0200
Jonas Ådahl wrote:
> On Fri, Sep 28, 2012 at 2:13 PM, Pekka Paalanen wrote:
> > I have an old discrete-stepped mouse wheel, it reports:
> >
> > Event: time 1348834027.330811, type 2 (EV_REL), code 8 (REL_WHEEL), value 1
> > Event: time 1348834027.330812, --
On Fri, Sep 28, 2012 at 2:13 PM, Pekka Paalanen wrote:
> On Fri, 28 Sep 2012 13:46:05 +0200
> Jonas Ådahl wrote:
>
>> Regarding regular mouse wheels, reading the documentation[0] I'm not
>> sure about the expected behavior and cannot test it my self yet due to
>> lack of hardware. Considering tha
On Fri, 28 Sep 2012 13:46:05 +0200
Jonas Ådahl wrote:
> Regarding regular mouse wheels, reading the documentation[0] I'm not
> sure about the expected behavior and cannot test it my self yet due to
> lack of hardware. Considering that REL_WHEEL/REL_HWEEL events are
> grouped together with other R
On Fri, Sep 28, 2012 at 12:46 PM, Pekka Paalanen wrote:
> On Fri, 28 Sep 2012 04:38:52 -0600
> Scott Moreau wrote:
>
>> On Thu, Sep 27, 2012 at 11:04 AM, Jonas Ådahl wrote:
>>
>> > Signed-off-by: Jonas Ådahl
>> > ---
>> > src/shell.c |7 ---
>> > 1 file changed, 4 insertions(+), 3 dele
On Fri, 28 Sep 2012 04:38:52 -0600
Scott Moreau wrote:
> On Thu, Sep 27, 2012 at 11:04 AM, Jonas Ådahl wrote:
>
> > Signed-off-by: Jonas Ådahl
> > ---
> > src/shell.c |7 ---
> > 1 file changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/src/shell.c b/src/shell.c
> > index e
On Thu, Sep 27, 2012 at 11:04 AM, Jonas Ådahl wrote:
> Signed-off-by: Jonas Ådahl
> ---
> src/shell.c |7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/src/shell.c b/src/shell.c
> index e2715d6..6193bd2 100644
> --- a/src/shell.c
> +++ b/src/shell.c
> @@ -2361,7
On Thu, Sep 27, 2012 at 11:04 AM, Jonas Ådahl wrote:
> Signed-off-by: Jonas Ådahl
> ---
> src/shell.c |7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/src/shell.c b/src/shell.c
> index e2715d6..6193bd2 100644
> --- a/src/shell.c
> +++ b/src/shell.c
> @@ -2361,7
On Thu, Sep 27, 2012 at 11:04 AM, Jonas Ådahl wrote:
> Signed-off-by: Jonas Ådahl
> ---
> src/shell.c |7 ---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/src/shell.c b/src/shell.c
> index e2715d6..6193bd2 100644
> --- a/src/shell.c
> +++ b/src/shell.c
> @@ -2361,7
Add THEME_FRAME_MAXIMIZED flag so the theming system can know not to draw
shadows for maximized windows. This allows maximized surfaces' content to be
sized and placed in a more expectable fashion.
---
>On Tue, Aug 07, 2012 at 06:16:14AM -0600, Scott Moreau wrote:
>> This effectively fixes a bug
I wanted a way to run and test a recentish Wayland on plain DRM, but
without having to manually install anything. After all, I'd probably
want to update the whole stack too.
Should anyone else feel a similar need, I hereby offer my setup script
for public consumption. I took existing debian packag
On Tue, 25 Sep 2012 14:13:45 -0700
"U. Artie Eoff" wrote:
> From: "U. Artie Eoff"
>
> Test surface pointer enter/leave/motion and surface leave/enter
> events more aggressively.
>
> Signed-off-by: U. Artie Eoff
Hi Artie,
since you asked...
> ---
> tests/event-test.c | 269
>
Hi
On Thu, Sep 27, 2012 at 11:34 PM, Eoff, Ullysses A
wrote:
> It was pointed out to me that I used C++ style comments... whoops, old habits.
>
> Before I resubmit does anyone else see any other coding convention issues
> that I missed or deviated from? Kristian?
Following kernel CodingStyle i
Hi Bill
On Thu, Sep 27, 2012 at 10:58 PM, Bill Spitzak wrote:
> This sounds like a really good idea!
>
> What are you doing about UTF-8? Any modern terminal better handle it and at
> least display glyphs for every valid UTF-8 encoded character. Also important
> is that it must not barf and must d
35 matches
Mail list logo