On Tue, Feb 24, 2015 at 03:08:36PM +0100, Davide Bettio wrote:
> commit e8b37de8e084d4e50a12bd2911657d54c0ebd9ed
> Author: Davide Bettio
> Date: Tue Feb 24 12:40:49 2015 +0100
>
> * Extend WAYLAND_DISPLAY and name parameter semantics to support
> absolute paths.
> For example WAYLAND_DI
Signed-off-by: Peter Hutterer
---
Turns out the wheel was set and handled, but the event-debug tool didn't
print it in the capabilities
tools/event-debug.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/event-debug.c b/tools/event-debug.c
index bf23bfb..b6a24ad 100644
--- a/tools/ev
On Thu, Mar 12, 2015 at 12:11:30AM +0530, Seedo Eldho Paul wrote:
> Now that we enable libinput by default, this flag is no longer needed.
>
> Signed-off-by: Seedo Eldho Paul
> ---
> building.html | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/building.html b/building.
On Wed, Mar 11, 2015 at 05:01:32PM +0900, Beomho Seo wrote:
> Hi everyone,
>
> I have a question about libinput.
>
> I will handle a rotary input device. It is able to provide angular information
> (increase, decrease), elocity and push/relase(like key) event. I hope to use
> libinput to handle r
On Wed, Mar 11, 2015 at 04:12:58PM -0400, Benjamin Tissoires wrote:
> On Tue, Mar 10, 2015 at 1:03 AM, Peter Hutterer
> wrote:
> > Signed-off-by: Peter Hutterer
> > ---
> > configure.ac | 2 +-
> > src/evdev-tablet.c | 56
> > +-
> > 2
On Tue, Mar 10, 2015 at 1:03 AM, Peter Hutterer
wrote:
> Signed-off-by: Peter Hutterer
> ---
> configure.ac | 2 +-
> src/evdev-tablet.c | 56
> +-
> 2 files changed, 27 insertions(+), 31 deletions(-)
>
> diff --git a/configure.ac b/con
You have written this exact same email before. Please do not write it again.
Window management is extremely complex and hairy, and I'd appreciate not to
get lectured from the peanut gallery about what strategies do and do not
work. A thread on security protocols isn't the time or place for it.
Th
On 03/11/2015 10:55 AM, Jasper St. Pierre wrote:
How would a game change the mode in the first place? There is no request
to do so.
I think the compositor is allowed to change the mode if it thinks that
is the best way to enlarge a fullscreen buffer to fill the screen. But
this just means i
Now that we enable libinput by default, this flag is no longer needed.
Signed-off-by: Seedo Eldho Paul
---
building.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building.html b/building.html
index fbedfae..284249a 100644
--- a/building.html
+++ b/building.html
@@ -220
On Thu, 2015-03-12 at 00:40 +0900, Ryo Munakata wrote:
> On Wed, 11 Mar 2015 16:05:55 +0200
> Pekka Paalanen wrote:
>
> > On Tue, 10 Mar 2015 11:34:45 +0900
> > Ryo Munakata wrote:
> >
> > > This was a TODO:
> > > "Ideally, available frame buffers should be enumerated
> > > using udev, rather t
Hi Jasper,
"Why are fullscreen and resolution change privileged operations?"
Personally, I think fullscreen should be allowed by default, but could be
disallowed on a per-application-basis ; because a few ones could abuse it
by re-triggering repeatedly (it made a great testcase for the demo,
howe
On Wed, 11 Mar 2015 16:05:55 +0200
Pekka Paalanen wrote:
> On Tue, 10 Mar 2015 11:34:45 +0900
> Ryo Munakata wrote:
>
> > This was a TODO:
> > "Ideally, available frame buffers should be enumerated
> > using udev, rather than passing a device node in as a
> > parameter."
>
> Hi,
>
> I'm CC'in
On Tue, 10 Mar 2015 17:36:08 +
Javier Jardón wrote:
> ... that only provide a unique libsystemd.pc file
> ---
> configure.ac | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index d9d8d8f..561c380 100644
> --- a/configure.ac
> ++
Extend the touchpad gesture API with pinch gestures. Note that this
new API offers a single event stream for both pinch and rotate data, this
is deliberate as some applications may be interested in getting both at
the same time. Applications which are only interested in one or the other
can simply
Hi All,
Here is the first version of my pinch gesture support patch-set with
an actual implementation of pinch gestures. Comments are welcome, for now
this is a RFC patch-set as I still need to fixup the test-suite.
Regards,
Hans
___
wayland-devel mail
On Tue, 10 Mar 2015 13:46:43 -0700
Jason Ekstrand wrote:
> Hey pq,
> Glad to see this stuff finally look like landing ~1 year later. :-) My
> reviewing ability on this code has decreased substantially since I wrote it
> so I'm kind of trusting you to have tested it thuroughly and trusting
> myse
On Tue, 10 Mar 2015 12:39:58 -0700
Bill Spitzak wrote:
> Using the new pixman_image_t may be equivalent (I should check) but if
> there is some speed problem it should be possible to get an arbitrary
> subrectangle by making a new pixman_image_t directly from the buffer by
> setting the stride
Oops, that looks broken indeed.
Reviewwed-by: Giulio Camuffo
2015-03-11 10:36 GMT+02:00 Ryo Munakata :
> This `for` statement needs corresponding braces.
>
> Signed-off-by: Ryo Munakata
> ---
> xwayland/window-manager.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a
This `for` statement needs corresponding braces.
Signed-off-by: Ryo Munakata
---
xwayland/window-manager.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index ec3dab9..ad608b7 100644
--- a/xwayland/window-manager.c
+++
Hi everyone,
I have a question about libinput.
I will handle a rotary input device. It is able to provide angular information
(increase, decrease), elocity and push/relase(like key) event. I hope to use
libinput to handle rotary event.
Would you give me some advice?
Best regards,
Beomho Seo
___
On Tue, 10 Mar 2015 12:07:52 -0700
Bill Spitzak wrote:
> On 03/09/2015 11:34 PM, Pekka Paalanen wrote:
> > On Mon, 09 Mar 2015 10:56:23 -0700
> > Bill Spitzak wrote:
> >
> >> On 03/09/2015 01:20 AM, Pekka Paalanen wrote:
> >>
> >>> However, we already also have an exception to this in upstream:
21 matches
Mail list logo