summaryrefslogtreecommitdiff
path: root/writer/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* add per-device configurationa1xd2021-09-231-73/+28
| | | | | | | | | | | adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build
* use standard syntax for writer optionsa1xd2021-07-061-3/+3
| | | | seems like a good idea considering that these are undocumented, for now
* update wrapper + writer to handle luta1xd2021-04-061-14/+74
| | | | grapher is building but applying options still broken for the most part
* update resta1xd2021-04-011-28/+10
| | | | | | grapher is still broken refactored io / error handling a bit
* update writer - use messagebox instead of consolea1xd2020-12-021-9/+15
|
* embed version info into assembliesa1xd2020-12-021-13/+12
| | | | | | | | check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset
* add arg checks in wrappera1xd2020-09-271-10/+54
| | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
* add initial writera1xd2020-09-251-0/+30
move managed settings into wrapper move gui build into driver build dir