| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | center gui on initial resize | a1xd | 2021-01-21 | 1 | -4/+13 |
| | | | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups | ||||
| * | merge with master builds | Jacob Palecki | 2021-01-20 | 1 | -16/+6 |
| |\ | |||||
| | * | filter raw input based on id | a1xd | 2021-01-12 | 1 | -16/+5 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| | * | rough GUI integration of "Device Hardware ID" | Tomáš Pazdiora | 2021-01-07 | 1 | -0/+1 |
| | | | |||||
| * | | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -3/+22 |
| |/ | |||||
| * | embed version info into assemblies | a1xd | 2020-12-02 | 1 | -5/+16 |
| | | | | | | | | | 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 | ||||
| * | put autowrite option back in menu | a1xd | 2020-10-21 | 1 | -0/+1 |
| | | |||||
| * | improve comments, variable names | a1xd | 2020-10-08 | 1 | -6/+6 |
| | | |||||
| * | add scroll to charts | a1xd | 2020-10-08 | 1 | -0/+24 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 1 | -1/+1 |
| | | | | | remove option to disable write on startup | ||||
| * | Show MessageBox with exception on driver not installed | Jacob Palecki | 2020-09-27 | 1 | -1/+2 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -4/+16 |
| | | | | | | | | | | | | 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 | ||||
| * | Last mouse move perfetly responsive at 100 FPS | Jacob Palecki | 2020-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fix box write | Jacob Palecki | 2020-09-11 | 1 | -1/+1 |
| | | |||||
| * | Add option to turn off last mouse move dot | Jacob Palecki | 2020-09-08 | 1 | -1/+2 |
| | | |||||
| * | Add delay on button enable after writing to driver | Jacob Palecki | 2020-09-08 | 1 | -7/+2 |
| | | |||||
| * | Alignment for whole mode works | Jacob Palecki | 2020-09-08 | 1 | -5/+2 |
| | | |||||
| * | Merge with master | Jacob Palecki | 2020-09-04 | 1 | -3/+4 |
| |\ | |||||
| | * | Add offset options to GUI, make gain options default | Jacob Palecki | 2020-09-03 | 1 | -3/+8 |
| | | | |||||
| * | | Move optionsets to applyoptions | Jacob Palecki | 2020-09-02 | 1 | -1/+2 |
| | | | |||||
| * | | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 1 | -18/+36 |
| | | | |||||
| * | | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 1 | -2/+0 |
| | | | |||||
| * | | Add factory to create AccelGUI | Jacob Palecki | 2020-09-01 | 1 | -115/+44 |
| | | | |||||
| * | | Move constants to central class | Jacob Palecki | 2020-09-01 | 1 | -2/+2 |
| | | | |||||
| * | | Show xy charts only when accel applied by component | Jacob Palecki | 2020-09-01 | 1 | -8/+4 |
| | | | |||||
| * | | Set whole or by component with toolstrip item | Jacob Palecki | 2020-09-01 | 1 | -0/+3 |
| |/ | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -67/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated | ||||
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 1 | -17/+11 |
| | | |||||
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 1 | -1/+2 |
| | | |||||
| * | Add accel type to active values and tweak color | Jacob Palecki | 2020-08-20 | 1 | -1/+6 |
| | | |||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -9/+70 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -1/+8 |
| | | |||||
| * | All works smoothly | Jacob Palecki | 2020-08-13 | 1 | -0/+5 |
| | | |||||
| * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 1 | -1/+12 |
| | | |||||
| * | Almost working | Jacob Palecki | 2020-08-12 | 1 | -9/+13 |
| | | |||||
| * | Add ability to have x\y graphs | Jacob Palecki | 2020-08-12 | 1 | -62/+3 |
| | | |||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 1 | -1/+4 |
| | | |||||
| * | Add velocity gain option | Jacob Palecki | 2020-08-04 | 1 | -4/+10 |
| | | |||||
| * | Data rebind for faster graph update | Jacob Palecki | 2020-08-04 | 1 | -1/+2 |
| | | |||||
| * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 1 | -1/+0 |
| | | |||||
| * | Add tool menu to enable\disable charts | Jacob Palecki | 2020-08-03 | 1 | -3/+6 |
| | | |||||
| * | Add gain and velocity graphs | Jacob Palecki | 2020-08-02 | 1 | -0/+21 |
| | | |||||
| * | Add velocity graph | Jacob Palecki | 2020-08-02 | 1 | -0/+21 |
| | | |||||
| * | Move logic out of forms class into accelgui class | Jacob Palecki | 2020-08-02 | 1 | -115/+46 |
| | | |||||
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 1 | -2/+74 |
| |\ | |||||
| | * | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 1 | -1/+68 |
| | | | |||||
| * | | Add class for storing settings from file | Jacob Palecki | 2020-07-31 | 1 | -5/+0 |
| | | | |||||
| * | | Small refactoring, use new struct to store magnitudes | Jacob Palecki | 2020-07-31 | 1 | -22/+42 |
| | | | |||||
| * | | Use options instead of fields | Jacob Palecki | 2020-07-30 | 1 | -54/+40 |
| | | | |||||
| * | | Use class heirarchy for layout types | Jacob Palecki | 2020-07-30 | 1 | -3/+6 |
| | | | |||||