Lines Matching +full:libinput +full:- +full:test +full:- +full:suite +full:- +full:pointer
2 sphinx = find_program('sphinx-build-3', 'sphinx-build', required : false)
4 …error('Program "sphinx-build" not found or not executable. Try building with -Ddocumentation=false…
18 git_version_page = vcs_tag(command : ['git', 'log', '-1', '--format=%H'],
32 # We can't use htaccess on the server, so let's auto-generate a 404 list
36 # File list is: [current-sphinx-input-file, old-generated-page]
39 [ 'absolute-axes.rst', 'absolute_axes.html'],
40 [ 'absolute-coordinate-ranges.rst', 'absolute_coordinate_ranges.html'],
43 [ 'button-debouncing.rst', 'button_debouncing.html'],
44 [ 'clickpad-softbuttons.rst', 'clickpad_softbuttons.html'],
48 [ 'device-configuration-via-udev.rst', 'udev_config.html'],
49 [ 'device-quirks.rst', 'device-quirks.html'],
53 [ 'incorrectly-enabled-hires.rst', 'incorrectly-enabled-hires.html'],
54 [ 'middle-button-emulation.rst', 'middle_button_emulation.html'],
55 [ 'normalization-of-relative-motion.rst', 'motion_normalization.html'],
56 [ 'palm-detection.rst', 'palm_detection.html'],
57 [ 'pointer-acceleration.rst', 'pointer-acceleration.html'],
58 [ 'reporting-bugs.rst', 'reporting_bugs.html'],
62 [ 't440-support.rst', 't440_support.html'],
63 [ 'tablet-support.rst', 'tablet-support.html'],
65 [ 'test-suite.rst', 'test-suite.html'],
68 [ 'touchpad-jitter.rst', 'touchpad_jitter.html'],
69 [ 'touchpad-jumping-cursors.rst', 'touchpad_jumping_cursor.html'],
70 [ 'touchpad-pressure.rst', 'touchpad_pressure.html'],
74 [ 'what-is-libinput.rst', 'what_is_libinput.html'],
96 'dot/seats-sketch.gv',
97 'dot/seats-sketch-libinput.gv',
98 'dot/libinput-stack-wayland.gv',
99 'dot/libinput-stack-xorg.gv',
100 'dot/libinput-stack-gnome.gv',
102 'dot/libinput-record.gv',
104 'svg/button-debouncing-wave-diagram.svg',
105 'svg/button-scrolling.svg',
107 'svg/clickfinger-distance.svg',
108 'svg/edge-scrolling.svg',
109 'svg/gesture-2fg-ambiguity.svg',
110 'svg/palm-detection.svg',
111 'svg/pinch-gestures.svg',
112 'svg/pinch-gestures-softbuttons.svg',
113 'svg/ptraccel-custom.svg',
114 'svg/ptraccel-linear.svg',
115 'svg/ptraccel-low-dpi.svg',
116 'svg/ptraccel-touchpad.svg',
117 'svg/ptraccel-trackpoint.svg',
118 'svg/software-buttons.svg',
119 'svg/software-buttons-conditions.svg',
120 'svg/software-buttons-thumbpress.svg',
121 'svg/software-buttons-visualized.svg',
122 'svg/swipe-gestures.svg',
123 'svg/tablet-axes.svg',
124 'svg/tablet-cintiq24hd-modes.svg',
125 'svg/tablet-interfaces.svg',
126 'svg/tablet-intuos-modes.svg',
127 'svg/tablet-left-handed.svg',
128 'svg/tablet-out-of-bounds.svg',
130 'svg/tap-n-drag.svg',
131 'svg/thumb-detection.svg',
132 'svg/top-software-buttons.svg',
133 'svg/touchscreen-gestures.svg',
134 'svg/trackpoint-delta-illustration.svg',
135 'svg/twofinger-scrolling.svg',
137 'absolute-axes.rst',
138 'absolute-coordinate-ranges.rst',
141 'button-debouncing.rst',
142 'clickpad-softbuttons.rst',
143 'clickpad-with-right-button.rst',
145 'device-configuration-via-udev.rst',
146 'device-quirks.rst',
149 'incorrectly-enabled-hires.rst',
150 'ignoring-devices.rst',
151 'middle-button-emulation.rst',
152 'normalization-of-relative-motion.rst',
153 'palm-detection.rst',
154 'pointer-acceleration.rst',
155 'reporting-bugs.rst',
159 't440-support.rst',
160 'tablet-support.rst',
162 'test-suite.rst',
164 'tablet-debugging.rst',
166 'touchpad-jumping-cursors.rst',
167 'touchpad-pressure.rst',
168 'touchpad-pressure-debugging.rst',
169 'touchpad-jitter.rst',
170 'touchpad-thumb-detection.rst',
173 'trackpoint-configuration.rst',
174 'what-is-libinput.rst',
175 'wheel-api.rst',
199 deps = run_command(yq, '-r', yq_filter,
209 # do not use -j, it breaks on Ubuntu
214 command : [ sphinx, '-q', '-b', 'html',
215 '-d', meson.current_build_dir() / 'doctrees',