aboutsummaryrefslogtreecommitdiff
path: root/eizoctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright yearsHEADorigin/mastermasterPřemysl Eric Janouch13 hours1-1/+1
|
* eizoctl: fix message formatting on WindowsPřemysl Eric Janouch13 hours1-3/+13
| | | | | This increases the binary size, but at least we stop showing Chinese characters instead of ASCII.
* eizoctl: also report USB-C from --input '?'Přemysl Eric Janouch13 hours1-40/+33
| | | | And related cleanup.
* eizoctl: make --events work with GUIsPřemysl Eric Janouch13 hours1-22/+77
| | | | Also add a --quiet option, and expand the program help.
* eizoctl: display non-first numbers correctlyPřemysl Eric Janouch15 hours1-1/+1
| | | | Humans count from 1, not from 0.
* Port eizoctltray to macOSPřemysl Eric Janouch2024-11-281-14/+291
| | | | | | | Also bump minimum CMake version for hidapi_ROOT, and don't try to run the help2man Perl script in MSYS2. AppKit is a very miserable thing.
* eizoctl: more careful data handlingPřemysl Eric Janouch2024-11-261-1/+1
|
* Improve OpenBSD build compatibilityPřemysl Eric Janouch2024-11-261-0/+4
| | | | It still doesn't build, though, because 7.6 doesn't have 0.14 yet.
* General fixes and cleanupPřemysl Eric Janouch2024-11-251-23/+25
| | | | | | | | | Haste makes waste, and my sleep is all disturbed. Notable fixes: - Windows linking should be completely static, - eizoctltray: input port switching was dysfunctional, - eizoctl*: some failure messages got eaten up.
* Port eizoctl build to CMakePřemysl Eric Janouch2024-11-251-4/+10
| | | | The GNU Makefile approach has its limits.
* Initial commit: eizoctlPřemysl Eric Janouch2024-11-251-0/+1433