summaryrefslogtreecommitdiff
path: root/writer/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* 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