libinput/plugins
Peter Hutterer f18bf988f7 lua: drop the log global in favor of libinput:log_*
The existence of the log global was in part due to early (pre-merge)
versions of the Lua plugins supporting multiple libinput plugin objects
per file. This is no longer the case and integrating the log functions
into the (single) libinput object makes the code more obvious (we're
calling libinput:log_debug() now, so it's obviously a libinput log
function) and we no longer mix dot with colon notations.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1350>
2025-10-30 13:12:50 +10:00
..
10-delay-motion.lua plugins: add support for lua plugins to change evdev event streams 2025-08-01 16:04:09 +10:00
10-disable-feature.lua lua: drop the log global in favor of libinput:log_* 2025-10-30 13:12:50 +10:00
10-dwt.lua lua: drop the log global in favor of libinput:log_* 2025-10-30 13:12:50 +10:00
10-example.lua lua: drop the log global in favor of libinput:log_* 2025-10-30 13:12:50 +10:00
10-logitech-mx-master-horiz-scroll.lua plugins: update plugins for the current API 2025-10-23 13:28:16 +00:00
10-pointer-go-faster.lua plugins: update plugins for the current API 2025-10-23 13:28:16 +00:00
10-pointer-go-slower.lua plugins: update plugins for the current API 2025-10-23 13:28:16 +00:00
meson.build lua: implement support for disabling of features 2025-08-07 10:23:30 +10:00