1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
misclick detection in calibrator, now in GUI's More... about 14 years ago
preliminary misclick detection More... about 14 years ago
thresholds for doubleclick and misclick detection as attribute of calibrator More... about 14 years ago
release v0.6.0 More... over 14 years ago
add .desktop file in scripts/ More... over 14 years ago
add script to calibrate only once and store calibration data for later use More... over 14 years ago
move get_precalib.sh to scripts/ and rename xinput_calibrator_get_hal_calibration.sh More... over 14 years ago
evdev: print ways to make config permanent (easier when evdev >= 2.3.0) More... over 14 years ago
add support for specific device id for evdev (necessary when 2 devices have the same name) More... over 14 years ago
rename driver to device part 2: in calibrators More... over 14 years ago
strict compile flags are good, but turning warnings into errors can screw users More... over 14 years ago
strdup is not ansi C, add my_strdup function More... over 14 years ago
click coordinates are/must be integers More... over 14 years ago
stricter command line argument parsing More... over 14 years ago
swap_xy in dynamic evdev: unswap if already swapped More... over 14 years ago
set evdev calibration to default when none is apparently set (fixes sleep/resume quirk) More... over 14 years ago
xorg print: clean up output and added udev rule More... over 14 years ago
add support for --device option, selects a specific device More... over 14 years ago
add --list option, lists calibratable devices More... over 14 years ago
check that the device is a XI_TOUCHSCREEN, some verbose checks on the number of axes too More... over 14 years ago
rename driver to device as we are dealing with devices in the first place, and the drivers of the device only in the second place More... over 14 years ago
Check that XInput >= 1.5 in evdev calibrator More... over 14 years ago
Add a manpage More... over 14 years ago
more standard directory layout, enhanced autotools, gitignore More... over 14 years ago
add -v option, prints debug messages More... over 14 years ago
start methods from xinput with xinput_, give credit to Peter More... over 14 years ago
use exceptions to detect if a calibrator is applicable or not More... over 14 years ago
make finish() and finish_data() return a boolean also add comments to calibrator.hh More... over 14 years ago
Load font fixed when 9x15 fails in GuiCalibratorX11 More... over 14 years ago
Fix bug when calling evdev:do_set_prop twice More... over 14 years ago