[ANNOUNCE] libinput 1.25.0

2024-01-15 Thread José Expósito
quirk Czcibor Bohusz-Dobosz (1): Number the fingers by slot in debug-gui Elliot Gawthrop (1): quirks: add RollerMouse Pro3 double-click fix José Expósito (12): evdev: Log bug when releasing key with count 0 evdev: Fix uninitialized variable tools/record: print bus name

[ANNOUNCE] libinput 1.23.0

2023-03-25 Thread José Expósito
dd generic quirk for Dell 2-in-1 models for side volume buttons Cyril LEVIS (1): fix: add apple m2 keyboard quirks Diep Pham (1): quirk: Lenovo P14s Gen 1 AMD Trackpoint José Expósito (13): test: remove unused variable tablet-pad-leds: fix compiler warning when -Dlibw

[ANNOUNCE] libinput 1.22.0

2022-11-19 Thread José Expósito
emu Boris Pek (1):       quirks: update quirks for Lenovo IdeaPad Duet 3 Dale A. Jackson (1):       quirks: add Lenovo Legion 7 keyboard José Expósito (9):       libwacom: fix warnings building without libwacom       tablet: check libevdev_get_abs_info() return value       tablet: avoid errors call

Re: log message provides a broken link: https://wayland.freedesktop.org/libinput/doc/1.21.0/touchpad-jumping-cursors.html

2022-07-10 Thread José Expósito
On Thu, Jul 07, 2022 at 06:45:23PM +0200, Patrice Duroux wrote: > Hi, > > Found in the log on my Debian Sid system: > juil. 07 18:28:13 kos-moceratops gnome-shell[4333]: libinput error: event12 - > DELL0926:00 044E:1220 Touchpad: kernel bug: Touch jump detected and discarded. > juil. 07 18:28:13

[ANNOUNCE] libinput 1.21.0

2022-06-11 Thread José Expósito
quirks have been added for multiple StarLabs laptops. Last but not least, several bugs have been fixed, so make sure to update! Thanks to everyone involved for making this new version possible <3 Alexander Courtis (1): AttrLidSwitchReliability quirk default unreliable->reliable

[ANNOUNCE] libinput 1.20.0

2022-02-19 Thread José Expósito
libwacom device by path, not by usbid José Expósito (2): doc/user: clarify fork visibility libinput 1.20.0 Markus Wall (2): Add quirks for Lenovo Legion Y740 quirks: add lenovo legion slim 7 Peter Hutterer (1): doc: correct the documentation for reporting trackpoint bugs

[ANNOUNCE] libinput 1.20rc1

2022-02-04 Thread José Expósito
Gary Wolfe (1): quirks: Dell 15R touchpad settings for firmware v3 Joaquin Gonzalez (1): quirks: changes touchpad pressure Lenovo Yoga 2 Pro José Expósito (19): doc/user: fix broken link to systemd 60-evdev.hwdb gestures: cancel hold gestures on thumb detection wheel

Re: Weston multitouch support?

2014-06-03 Thread José Expósito
this afternoon Weston to have a look to the libinput implementation 2014-06-03 0:25 GMT+01:00 Peter Hutterer peter.hutte...@who-t.net: On Mon, Jun 02, 2014 at 12:45:51PM +0100, José Expósito wrote: Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen

Re: Weston multitouch support?

2014-06-02 Thread José Expósito
+0100, José Expósito wrote: Hi Daniel, I'm asking because I'm the author of this tool: https://code.google.com/p/touchegg/ That is exactly what you mention but for X11. So I'd like to port it to Wayland if it is possible of course. The intention was to reserve trackpad gestures

Re: Weston multitouch support?

2014-06-01 Thread José Expósito
in the clients, like in OS X. Thank you very much! El 01/06/2014 23:24, Daniel Stone dan...@fooishbar.org escribió: Hi, On 1 June 2014 02:03, José Expósito jose.exposit...@gmail.com wrote: And I say more or less because it is necessary to put 3 fingers on the trackpad to start moving

Weston multitouch support?

2014-05-31 Thread José Expósito
Hi all, I'm running a very simple QML multitouch example using MultiPointTouchArea, that works (more or less) on X11, here is the code: Rectangle { width: 400; height: 400 MultiPointTouchArea { anchors.fill: parent touchPoints: [ TouchPoint { id:

Re: Weston multitouch support?

2014-05-31 Thread José Expósito
Thank you for the quick answer. It happens if I run Weston as X client (weston command) or using weston-launch. I'm not sure how can I check the backend... El 01/06/2014 02:50, Boyan Ding stu_...@126.com escribió: Which backend are you running on? On Sun, 2014-06-01 at 02:03 +0100, José

Re: Weston multitouch support?

2014-05-31 Thread José Expósito
know there're some backends (e.g. nested wayland) which doesn't support touch at all at present. On Sun, 2014-06-01 at 03:24 +0100, José Expósito wrote: Thank you for the quick answer. It happens if I run Weston as X client (weston command) or using weston-launch. I'm not sure how can

Re: Migrating applications to Wayland

2011-02-26 Thread José Expósito
You will find Compiz and Openbox people actively participating here, so I would expect your favorite variety of window placement and decoration to appear in due course. Excellent, but how about migrating my owns programs? API/Documentation for libraries or methods to do that? Many of your

Migrating applications to Wayland

2011-02-25 Thread José Expósito
Hi! I'm the developer of two applications that uses Xlib and Qt. The fisrt is a multitouch gesture recognizer, a program that allows user to make gestures in a trackpad/touchscreen and execute actions like manage windows, change desktops, etc, etc (https://code.google.com/p/touchegg/) And the