util: use ck_assert_ptr_eq() instead of ck_assert_ptr_null()
[platform/upstream/libinput.git] / tools /
2022-10-10 José Expósitodebug-gui: avoid locking pointer twice
2022-10-10 José Expósitotools: hide debug-gui help when building with -Ddebug...
2022-08-08 Peter Hutterertools: add missing dwtp option setting
2022-06-11 Peter Hutterermeson.build: check gtk targets before building
2022-05-09 Peter Hutterertest: install libinput-test-utils as part of install...
2022-05-09 Peter Hutterertools: add a libinput test tool as entry point for...
2022-05-06 Peter Hutterertools/analyze-recording: improve the repeated-events...
2022-05-06 Peter Hutterertools/analyze-recording: add --print-state to always...
2022-05-06 Peter Hutterertools/record: fix indentation for libinput events
2022-05-04 Peter Hutterertools: don't print a carriage return if we're not on...
2022-05-04 Peter Hutterertools: allow limiting the axes in libinput analyse...
2022-04-07 Peter Hutterertools/record: fix the indentation of the system: section
2022-03-09 Peter Huttererutil: auto-declare the element variable in ARRAY_FOR_EACH
2022-03-08 pudiva chip líquidatouchpad: new option dwtp (disable-while-trackpointing)
2022-01-15 José Expósitotools: remove hardcoded value for boolean quirks
2021-11-18 Peter HuttererUse bit(foo) instead of (1 << foo)
2021-08-31 Peter HuttererHigh-resolution scroll wheel support
2021-08-03 José Expósitodebug-gui: pointer locking on X11
2021-08-03 José Expósitodebug-gui: pointer locking on Wayland
2021-08-03 José Expósitodebug-gui: migrate to GTK4
2021-08-03 José Expósitotools/debug-gui: refactor UI element placement
2021-08-03 José Expósitotools/debug-gui: use GMainLoop instead of gtk_main
2021-08-03 José Expósitotools/debug-gui: move gtk_main_quit to a function
2021-07-28 Quytelda Kahjaquirks: Add tablet smoothing attribute.
2021-07-22 Peter HuttererMark some functions as printf-like to silence some...
2021-07-22 Peter HuttererSilence compiler warnings for -Wformat-nonliteral
2021-07-22 Peter HuttererReplace fallthrough comments with __attribute__((fallth...
2021-06-15 luokaiusing secure functions safe_strdup
2021-06-09 José Expósitolibinput: add hold gesture public API and tool support
2021-05-24 weizhixianguse more safety list_for_each_safe when remove element...
2021-05-24 weizhixianguse ARRAY_FOR_EACH when traverse array
2021-05-18 Peter Hutterertools/record: narrow down the obfuscation range
2021-05-18 Peter Hutterertools/replay: do not replay key repeat events
2021-05-05 Peter Hutterertools/record: add support for hidraw recording
2021-04-30 Peter Hutterertools/record: linebreak the hid report descriptor every...
2021-04-30 Peter Hutterertools/record: print the HID report descriptor as hex
2021-04-30 Peter Hutterertools/record: fix a strlen assumption
2021-03-29 Peter Hutterertools/record: line up the "neutral state" message
2021-03-29 Peter Hutterertools/record: rework the event printing
2021-03-29 Peter Hutterertools/record: rename the output file handling
2021-03-29 Peter Hutterertools/record: remember the first device in the context
2021-03-29 Peter Hutterertools/record: append the devices in-order
2021-03-29 Peter Hutterertools/record: get rid of indent push/pop, replace with...
2021-03-29 Peter Hutterertools/record: mark the iprintf function as printf
2021-03-29 Peter Hutterertools/record: switch the output file from an fd to...
2021-03-29 Peter Hutterertools/record: deduplicate the device opening logic
2021-03-26 Peter Hutterertools/record: free the namelist when we're done
2021-03-26 Peter Hutterertools/record: localize a variable
2021-03-26 Peter Hutterertools/record: de-duplicate an error message
2021-03-26 Peter Hutterertools/record: factor out the output file collection
2021-03-11 Peter Hutterertools/debug-gui: draw a sprite for the unaccelerated...
2021-03-11 Peter Hutterertools/debug-gui: move the abs pointer position into...
2021-03-11 Peter Hutterertools/debug-gui: move the pointer position into a struc...
2021-03-11 Peter Hutterertools/debug-gui: start the unaccelerated motion deltas...
2021-03-10 Peter Hutterertools/per-slot-delta: handle KeyboardInterrupts nicely
2021-03-10 Peter Hutterertools/per-slot-delta: print the button state too while...
2021-03-08 weizhixiangreplace strncmp with strneq for safety-check
2021-03-02 Konstantin Kharlamovtreewide: get rid of `tmp` argument in list_for_each_safe
2021-02-23 Peter Hutterertools/record: fix two coverity complaints
2021-02-23 Peter Hutterertools: add a tool to print a libinput recording as...
2021-02-23 Peter Hutterermeson.build: build libinput replay as well
2021-02-23 Peter Hutterertools/record: use a helper function to get the next...
2021-02-23 Peter Hutterertools/record: switch record over to using epoll
2021-02-23 Peter Hutterertools/record: reword parts of the man page
2021-02-23 Peter Hutterertools/record: use safe_basename() to get to the hid...
2021-02-23 Peter Hutterertools/record: simplify the behavior to emulate Python...
2021-02-23 Peter Hutterertools/replay: Enter quits if there are no events
2021-02-23 Peter Hutterertools/replay: search for the first event with a timestamp
2021-02-22 Peter Hutterertools/record: print a header as first line
2021-02-18 Peter Hutterertools/record: fix outdated comment
2021-02-18 Peter Hutterertools/record: de-inline our functions
2021-02-18 Peter Hutterertools/record: correct the evdev data format in the...
2021-02-11 Peter Hutterertools/record: remove a useless assignment
2021-02-11 Peter Hutterertools/record: add some curly braces
2021-01-28 Peter Hutterertools: add a tool to analyze the finger count from...
2021-01-28 Peter Hutterertools/record: print the wall clock time every few seconds
2021-01-28 Peter Hutterertools/record: use a pointer to the libinput fd poll...
2021-01-28 Peter Hutterertools/record: use a pointer to the signalfd poll entry
2021-01-28 Peter Hutterertools/record: narrow the scope of two variables
2021-01-28 Peter Hutterertools/record: initialize all pollfds in the same loop
2021-01-28 Peter HuttererUse python black for all pyhon file formatting
2021-01-04 Peter Hutterergitlab CI: fix flake8 complaints
2020-12-16 Torstein Husebøtreewide: fix typos
2020-11-10 Peter Hutterertools: print the AttrEventCodeEnable and AttrInputPropE...
2020-10-20 Peter Hutterertools/debug-events: rework touch event printing
2020-10-06 Peter Hutterertools: color-group the debugging messages
2020-10-06 Peter Hutterertools: print the libinput_dispatch() counter for debugg...
2020-10-06 Peter Hutterertools: only call libinput_dispatch() once per poll
2020-09-17 Peter Hutterertools/record: compress a set of printfs into one
2020-09-17 Peter Hutterertools/record: prefix the device list with a # character
2020-09-16 Peter Hutterertools/record: add --grab option
2020-09-15 weizhixiangcheck return value for udev_new()
2020-09-11 Peter Hutterertools/replay: check the recorded udev properties agains...
2020-09-07 weizhixiangremove extra paramenter in libinput-debug-events
2020-08-27 Rosen Penev[clang-tidy] do not use else after return
2020-08-23 Peter Hutterertools: fix a replay exception when a recording has...
2020-07-08 Peter Hutterertools: add missing linebreak in error message
2020-07-07 Peter Hutterertools: when running the test suite, start the debug...
2020-07-01 Peter Hutterertools: change the error message for missing tools
2020-06-17 Peter HuttererReplace strneq() with strstartswith() for variable...
next