Re: Kinetic scroll in libinput Xorg driver

2016-11-09 Thread Bill Spitzak
On Tue, Oct 25, 2016 at 3:06 PM, Peter Hutterer wrote: >> @Bill: What Peter says is that there could be some applications that >> implement special behaviors when you scroll while at the end of the >> file/context/whatever. I don't see >> Scroll events are sends to the window below the >> mouse

Re: Kinetic scroll in libinput Xorg driver

2016-11-09 Thread Bill Spitzak
On Mon, Oct 24, 2016 at 5:31 PM, Peter Hutterer wrote: > On Mon, Oct 24, 2016 at 06:42:31PM +, Alexis BRENON @Wayland wrote: >> Hello everyone, >> >> I would like to implement kinetic scroll in the libinput driver for Xorg. >> >> I know that it's probably not the intended use of libinput ; as

Re: Kinetic scroll in libinput Xorg driver

2016-10-28 Thread Alexis BRENON @Wayland
Thanks everyone for the advice and this (very) brief introduction to Wayland. It leads me to download the full documentation to learn more. Le ven. 28 oct. 2016 à 05:40, Carsten Haitzler a écrit : > On Fri, 28 Oct 2016 13:32:06 +1000 Peter Hutterer < > peter.hutte...@who-t.net> > said: > > > On

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread The Rasterman
On Fri, 28 Oct 2016 13:32:06 +1000 Peter Hutterer said: > On Fri, Oct 28, 2016 at 08:25:51AM +0900, Carsten Haitzler wrote: > > On Thu, 27 Oct 2016 11:51:00 +0200 Carlos Garnacho said: > > > > > Hey Carsten!, > > > > > > On Thu, Oct 27, 2016 at 4:11 AM, Carsten Haitzler > > > wrote: > > > > O

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread Peter Hutterer
On Fri, Oct 28, 2016 at 08:25:51AM +0900, Carsten Haitzler wrote: > On Thu, 27 Oct 2016 11:51:00 +0200 Carlos Garnacho said: > > > Hey Carsten!, > > > > On Thu, Oct 27, 2016 at 4:11 AM, Carsten Haitzler > > wrote: > > > On Wed, 26 Oct 2016 06:57:53 + "Alexis BRENON @Wayland" > > +wayl...@g

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread The Rasterman
On Thu, 27 Oct 2016 11:51:00 +0200 Carlos Garnacho said: > Hey Carsten!, > > On Thu, Oct 27, 2016 at 4:11 AM, Carsten Haitzler > wrote: > > On Wed, 26 Oct 2016 06:57:53 + "Alexis BRENON @Wayland" > +wayl...@gmail.com> said: > > > >> Just to be sure that I understand clearly, what you call

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread Peter Hutterer
On Thu, Oct 27, 2016 at 02:44:31PM +0100, adlo wrote: > > On 25 Oct 2016, at 12:08, Peter Hutterer wrote: > > > > ok, this will be unpopular with the internets, but the times of "I don't > > want to have a DE" are over. yes, you can still do it. you can run > > scripts in xinit to set up things,

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread adlo
> On 25 Oct 2016, at 12:08, Peter Hutterer wrote: > > ok, this will be unpopular with the internets, but the times of "I don't want > to have a DE" are over. yes, you can still do it. you can run scripts in > xinit to set up things, but the vast majority of users will need to/want to > have a

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread Carlos Garnacho
Hey Carsten!, On Thu, Oct 27, 2016 at 4:11 AM, Carsten Haitzler wrote: > On Wed, 26 Oct 2016 06:57:53 + "Alexis BRENON @Wayland" +wayl...@gmail.com> said: > >> Just to be sure that I understand clearly, what you call 'Toolkit' is >> libraries like GTK, Qt, and co. that are used by developers

Re: Kinetic scroll in libinput Xorg driver

2016-10-27 Thread Silvan Jegen
On Wed, Oct 26, 2016 at 8:57 AM, Alexis BRENON @Wayland wrote: > Finally, do you know some tiling DE/WM Wayland compliant ? The two that come to mind are: https://github.com/michaelforney/velox Velox: a Wayland port of dwm with minimal dependencies http://swaywm.org/ Sway: which is a port of i3

Re: Kinetic scroll in libinput Xorg driver

2016-10-26 Thread The Rasterman
On Wed, 26 Oct 2016 06:57:53 + "Alexis BRENON @Wayland" said: > Just to be sure that I understand clearly, what you call 'Toolkit' is > libraries like GTK, Qt, and co. that are used by developers to build their > apps, isn't it ? yes. toolkit == EFL, Qt, GTK+ and others (SDL is kind of a too

Re: Kinetic scroll in libinput Xorg driver

2016-10-26 Thread The Rasterman
On Wed, 26 Oct 2016 14:14:13 +0200 Christian Stroetmann said: > On 26.10.2016 08:57, Alexis BRENON @Wayland wrote: > > @Raster: Thank you for your reminder. > > Maybe Enlightenment with Tiling2 and kinetic scrolling is already what > you need. yes. and then load the tiling module (and enable

Re: Kinetic scroll in libinput Xorg driver

2016-10-26 Thread Christian Stroetmann
On 26.10.2016 08:57, Alexis BRENON @Wayland wrote: @Raster: Thank you for your reminder. Maybe Enlightenment with Tiling2 and kinetic scrolling is already what you need. If I remember correctly I3 (www.i3wm.org) might work together with Wayland as well. In general, I have

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Alexis BRENON @Wayland
Just to be sure that I understand clearly, what you call 'Toolkit' is libraries like GTK, Qt, and co. that are used by developers to build their apps, isn't it ? Finally, do you know some tiling DE/WM Wayland compliant ? Kind, Alexis. Le mer. 26 oct. 2016 à 02:17, Carsten Haitzler a écrit : >

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread The Rasterman
On Mon, 24 Oct 2016 18:42:31 + "Alexis BRENON @Wayland" said: > Hello everyone, > > I would like to implement kinetic scroll in the libinput driver for Xorg. > > I know that it's probably not the intended use of libinput ; as explained > in the documentation, it's the client that have to ma

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Peter Hutterer
On Tue, Oct 25, 2016 at 07:17:33PM +, Alexis BRENON @Wayland wrote: > Hello everyone, > > Thanks for the feedbacks! > > @christian: Thanks for the links, I'll give them a look. > > @Bill: What Peter says is that there could be some applications that > implement special behaviors when you scr

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Alexis BRENON @Wayland
Hello everyone, Thanks for the feedbacks! @christian: Thanks for the links, I'll give them a look. @Bill: What Peter says is that there could be some applications that implement special behaviors when you scroll while at the end of the file/context/whatever. Scroll events are sends to the window

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Christian Stroetmann
On the 25.10.2016 13:08, Peter Hutterer wrote: On 25/10/2016 18:48 , Alexis BRENON @Wayland wrote: Hi Peter, Thanks for the feedback. I really understand the rationales behind this choice nevertheless, it comes with some drawbacks... You say that the kinetic scroll must be implemented by tool

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Peter Hutterer
On 25/10/2016 18:48 , Alexis BRENON @Wayland wrote: Hi Peter, Thanks for the feedback. I really understand the rationales behind this choice nevertheless, it comes with some drawbacks... You say that the kinetic scroll must be implemented by toolkits and applications, this implies to choose at

Re: Kinetic scroll in libinput Xorg driver

2016-10-25 Thread Alexis BRENON @Wayland
Hi Peter, Thanks for the feedback. I really understand the rationales behind this choice nevertheless, it comes with some drawbacks... You say that the kinetic scroll must be implemented by toolkits and applications, this implies to choose at which level? Desktop Environment, Window Manager, End

Re: Kinetic scroll in libinput Xorg driver

2016-10-24 Thread Peter Hutterer
On Mon, Oct 24, 2016 at 06:42:31PM +, Alexis BRENON @Wayland wrote: > Hello everyone, > > I would like to implement kinetic scroll in the libinput driver for Xorg. > > I know that it's probably not the intended use of libinput ; as explained > in the documentation, it's the client that have t

Kinetic scroll in libinput Xorg driver

2016-10-24 Thread Alexis BRENON @Wayland
Hello everyone, I would like to implement kinetic scroll in the libinput driver for Xorg. I know that it's probably not the intended use of libinput ; as explained in the documentation, it's the client that have to manage that. However, as an Xorg user not happy with the synaptics driver, I woul