| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show custom dialog on bad input (#63) | a1xd | 2021-01-14 | 4 | -1/+130 |
| | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args | ||||
| * | Merge pull request #64 from Tatsujinichi/master | a1xd | 2021-01-14 | 2 | -1/+12 |
| |\ | | | | | Typo in example, add vs code gitignores | ||||
| | * | Added Visual Studio Code gitignores | tatsujinichi | 2021-01-14 | 1 | -0/+11 |
| | | | |||||
| | * | Fixed typo in example | tatsujinichi | 2021-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #60 from singhmi4/patch-1 | a1xd | 2021-01-14 | 1 | -1/+1 |
| |\ \ | | | | | | | Add hyperlink to FAQ pages in Further Help section | ||||
| | * | | update faq hyperlink syntax | a1xd | 2021-01-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add hyperlink to FAQ pages in Further Help section | Michael S | 2021-01-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #58 from aroidzap/installer-minor-change | a1xd | 2021-01-14 | 2 | -3/+24 |
| |\ \ | | | | | | | better information for user when installing/removing driver | ||||
| | * | | better information for user when installing/removing driver | Tomáš Pazdiora | 2021-01-06 | 2 | -3/+24 |
| | |/ | |||||
| * | | Merge pull request #59 from aroidzap/apply-for-specific-device-gui | a1xd | 2021-01-14 | 23 | -96/+422 |
| |\ \ | |/ |/| | (GUI) Apply RawAccel only for specific device | ||||
| | * | filter raw input based on id | a1xd | 2021-01-12 | 18 | -115/+213 |
| | | | | | | | | | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors | ||||
| | * | Small behavior improvements | Jacob Palecki | 2021-01-07 | 1 | -1/+2 |
| | | | |||||
| | * | Include csproj as well | Jacob Palecki | 2021-01-07 | 1 | -1/+2 |
| | | | |||||
| | * | Refactor | Jacob Palecki | 2021-01-07 | 6 | -104/+185 |
| | | | |||||
| | * | rough GUI integration of "Device Hardware ID" | Tomáš Pazdiora | 2021-01-07 | 11 | -169/+124 |
| | | | |||||
| | * | update devicelist app | Tomáš Pazdiora | 2021-01-07 | 2 | -6/+16 |
| | | | |||||
| | * | update signed/driver | a1xd | 2021-01-07 | 1 | -0/+0 |
| | | | |||||
| | * | refactor main callback | a1xd | 2021-01-07 | 1 | -28/+23 |
| | | | | | | | | | check for empty input as suggested by @aroidzap | ||||
| | * | get hwid when adding device | a1xd | 2021-01-06 | 1 | -26/+22 |
| | | | |||||
| | * | size device id/hwids based on docs | a1xd | 2021-01-05 | 4 | -20/+37 |
| | | | | | | | | | this also changes the connect ioctl to not abort when hwid query fails | ||||
| | * | Update driver/driver.h | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: a1xd <[email protected]> | ||||
| | * | bugfix | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+2 |
| | | | |||||
| | * | revert for loop -> do while (according to a1xd's conclusion) | Tomáš Pazdiora | 2021-01-05 | 1 | -2/+3 |
| | | | |||||
| | * | simplify checking for configuration without specific device | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | add "Device Hardware ID" setting, to affect only specific device | Tomáš Pazdiora | 2021-01-05 | 5 | -18/+40 |
| | | | |||||
| | * | add devicelist app | Tomáš Pazdiora | 2021-01-05 | 5 | -0/+148 |
| | | | |||||
| | * | fix .rc files | Tomáš Pazdiora | 2021-01-05 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #53 from termhn/patch-1 | a1xd | 2021-01-03 | 1 | -2/+5 |
| |\ | | | | | Make note about download location in the guide | ||||
| | * | Update doc/Guide.md | Gray Olson | 2021-01-03 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: a1xd <[email protected]> | ||||
| | * | make note about download link in the guide | Gray Olson | 2021-01-02 | 1 | -2/+5 |
| |/ | |||||
| * | Merge pull request #51 from a1xd/fp-parse | a1xd | 2020-12-22 | 2 | -1/+12 |
| |\ | | | | | fallback on invariant format when parsing fields | ||||
| | * | rename tryparse, add type | a1xd | 2020-12-22 | 1 | -2/+2 |
| | | | |||||
| | * | fallback on invariant format when parsing fields | a1xd | 2020-12-15 | 2 | -1/+12 |
| |/ | | | | by invariant meaning english-based number style, with period char as decimal separator | ||||
| * | Merge pull request #48 from a1xd/improve-docsv1.3.0 | a1xd | 2020-12-06 | 1 | -4/+7 |
| |\ | | | | | add prereqs to install guide | ||||
| | * | add prereqs to install guide | a1xd | 2020-12-05 | 1 | -4/+7 |
| |/ | |||||
| * | Merge pull request #46 from a1xd/1.3 | a1xd | 2020-12-05 | 63 | -273/+1482 |
| |\ | |||||
| | * | update signed, add installers | a1xd | 2020-12-05 | 7 | -3/+6 |
| | | | |||||
| | * | add more changes from review | a1xd | 2020-12-05 | 10 | -31/+41 |
| | | | | | | | | | | | | | improve version error messages revert poll time changes add range validation after text parse | ||||
| | * | add changes from review | a1xd | 2020-12-03 | 8 | -37/+40 |
| | | | | | | | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| | * | fix chart range not updating on disable | a1xd | 2020-12-03 | 1 | -15/+12 |
| | | | |||||
| | * | filter out abs move raw input | a1xd | 2020-12-03 | 2 | -1/+6 |
| | | | |||||
| | * | add directional multipliers | a1xd | 2020-12-03 | 14 | -38/+71 |
| | | | | | | | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher | ||||
| | * | update writer - use messagebox instead of console | a1xd | 2020-12-02 | 2 | -9/+16 |
| | | | |||||
| | * | support win7 while cross-signing is still available | a1xd | 2020-12-02 | 4 | -9/+22 |
| | | | | | | | | | to be dropped by april 2021 | ||||
| | * | embed version info into assemblies | a1xd | 2020-12-02 | 38 | -93/+1273 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| | * | merge common-install with common | a1xd | 2020-12-02 | 7 | -26/+5 |
| | | | |||||
| | * | refactor io | a1xd | 2020-12-01 | 4 | -82/+61 |
| | | | |||||
| | * | fix dbgprint warning | a1xd | 2020-11-30 | 1 | -1/+1 |
| | | | |||||
| | * | match debug and release lang std | a1xd | 2020-11-29 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #45 from JacobPalecki/fix | JacobPalecki | 2020-11-27 | 4 | -63/+3 |
| |\ | | | | | Fix by component last mouse move | ||||