summaryrefslogtreecommitdiff
path: root/tools/libinput-debug-gui.c
Commit message (Expand)AuthorAgeFilesLines
* tools/debug-gui: fix a deprecated warningPeter Hutterer2023-04-201-1/+1
* Remove duplicate empty lines in our sourcePeter Hutterer2022-11-251-1/+0
* debug-gui: avoid locking pointer twiceJosé Expósito2022-10-101-1/+2
* meson.build: check gtk targets before buildingPeter Hutterer2022-06-111-11/+11
* util: auto-declare the element variable in ARRAY_FOR_EACHPeter Hutterer2022-03-091-6/+0
* High-resolution scroll wheel supportPeter Hutterer2021-08-311-32/+18
* debug-gui: pointer locking on X11José Expósito2021-08-031-0/+65
* debug-gui: pointer locking on WaylandJosé Expósito2021-08-031-11/+143
* debug-gui: migrate to GTK4José Expósito2021-08-031-4/+79
* tools/debug-gui: refactor UI element placementJosé Expósito2021-08-031-6/+12
* tools/debug-gui: use GMainLoop instead of gtk_mainJosé Expósito2021-08-031-3/+14
* tools/debug-gui: move gtk_main_quit to a functionJosé Expósito2021-08-031-5/+14
* Replace fallthrough comments with __attribute__((fallthrough))Peter Hutterer2021-07-221-1/+1
* libinput: add hold gesture public API and tool supportJosé Expósito2021-06-091-3/+56
* use more safety list_for_each_safe when remove element in traversing listweizhixiang2021-05-241-1/+1
* use ARRAY_FOR_EACH when traverse arrayweizhixiang2021-05-241-8/+8
* tools/debug-gui: draw a sprite for the unaccelerated pointer as wellPeter Hutterer2021-03-111-6/+20
* tools/debug-gui: move the abs pointer position into a struct pointPeter Hutterer2021-03-111-4/+4
* tools/debug-gui: move the pointer position into a struct pointPeter Hutterer2021-03-111-10/+10
* tools/debug-gui: start the unaccelerated motion deltas in the screen centerPeter Hutterer2021-03-111-0/+2
* tools: print the libinput_dispatch() counter for debugging messagesPeter Hutterer2020-10-061-1/+1
* tools: only call libinput_dispatch() once per pollPeter Hutterer2020-10-061-1/+0
* tools: when running the test suite, start the debug-gui minimizedPeter Hutterer2020-07-071-0/+2
* tools: constify the optarg handling of seatsPeter Hutterer2020-02-241-1/+1
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-041-0/+2
* tools: make debug-events accept multiple device nodesPeter Hutterer2019-11-261-4/+4
* tools: debug-gui: show pressure/distance as vertical barPeter Hutterer2019-11-011-0/+27
* Remove some usage of libinput-util.hPeter Hutterer2019-09-111-1/+4
* tools: return 77 if gtk_init() fails in the debug-guiPeter Hutterer2019-06-261-1/+2
* tools: handle pad strip/ring events in the debug-guiPeter Hutterer2019-06-131-8/+103
* tools: display tablet and tablet pad buttons when pressedPeter Hutterer2019-06-131-0/+35
* tablet: add a the Totem tool type to the tablet interfacePeter Hutterer2019-06-071-0/+28
* tools: display the discrete axis steps tooPeter Hutterer2019-03-041-0/+47
* tools: group the scroll bits into a structPeter Hutterer2019-03-041-12/+14
* tools: debug-gui: change the tablet colorPeter Hutterer2019-02-141-2/+2
* tools: debug-gui: add a previously unbalanced cairo_restore()Peter Hutterer2019-02-141-13/+6
* tools: debug-gui: move the pointer delta code to draw_pointerPeter Hutterer2019-02-141-22/+25
* tools: draw the tablet before the touch pointsPeter Hutterer2019-02-131-1/+1
* tools: draw other buttons in the debug-guiPeter Hutterer2019-02-131-0/+42
* tools: debug-gui: move the lmr button handling into a substructPeter Hutterer2019-02-131-9/+12
* tools: debug-gui: show cancelled touches as unfilled circlesPeter Hutterer2019-02-131-10/+27
* tools: don't apply config options on device removedPeter Hutterer2018-12-191-3/+2
* tools: draw evdev events in the debug-guiPeter Hutterer2018-11-071-5/+296
* tools: let debug-events take a device pathPeter Hutterer2018-11-071-4/+10
* tools: make the tools exit with exit code 2 on usage issuesPeter Hutterer2018-11-071-5/+5
* tools: handle sigint in debug-guiPeter Hutterer2018-11-071-0/+11
* tools: fix grab handling in libinput debug-guiPeter Hutterer2018-08-271-6/+4
* tools: debug-*: show unaccelerated deltas for pointer eventsPeter Hutterer2018-08-081-0/+36
* tools: fix grab argument passing for libinput debug-eventsPeter Hutterer2018-06-141-1/+1
* tools: debug-gui: add some extra targets for pointer acceleration testingPeter Hutterer2018-05-211-0/+15