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