| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix checkbox not snapping | Jacob Palecki | 2021-04-06 | 2 | -2/+14 | |
| | * | Resize vertically for correctness | Jacob Palecki | 2021-04-05 | 2 | -2/+5 | |
| | * | Correctly align gain switch | Jacob Palecki | 2021-04-05 | 1 | -0/+1 | |
| | * | Add gain switch | Jacob Palecki | 2021-04-05 | 16 | -15/+181 | |
| | * | LUT GUI fixes | Jacob Palecki | 2021-04-05 | 5 | -16/+34 | |
| | * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 13 | -337/+204 | |
| | * | LUT text layout | Jacob Palecki | 2021-04-05 | 13 | -3/+43 | |
| | * | It builds | Jacob Palecki | 2021-04-05 | 3 | -15/+16 | |
| | * | Add textoption for lut text display | Jacob Palecki | 2021-04-04 | 2 | -1/+97 | |
| | * | Fix two more errors, add LUT layout | Jacob Palecki | 2021-04-04 | 2 | -2/+29 | |
| | * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 11 | -68/+67 | |
| | * | Add differing table types | Jacob Palecki | 2021-04-01 | 2 | -37/+21 | |
| | * | Add lookuptable json | Jacob Palecki | 2021-04-01 | 3 | -3/+70 | |
| | * | update rest | a1xd | 2021-04-01 | 1 | -2/+2 | |
| * | | Merge pull request #87 from matthewstrasiotto/streamer_mode | JacobPalecki | 2021-05-19 | 9 | -22/+157 | |
| |\ \ | ||||||
| | * | | remove unused variable, improve legend position | Matthew Strasiotto | 2021-05-01 | 1 | -3/+1 | |
| | * | | set transparencies for chart elements in setup method | Matthew Strasiotto | 2021-05-01 | 1 | -4/+6 | |
| | * | | clean up from adding settings | Matthew Strasiotto | 2021-05-01 | 3 | -13/+17 | |
| | * | | remove Settings.Settings based config, migrate defintitions to constants | Matthew Strasiotto | 2021-05-01 | 5 | -109/+18 | |
| | * | | Update marker size for charts to be bigger | Matthew Strasiotto | 2021-05-01 | 1 | -2/+2 | |
| | * | | Implement settings save/restore for streaming mode option | Matthew Strasiotto | 2021-05-01 | 2 | -4/+13 | |
| | * | | implement event handlers for streaming mode click | Matthew Strasiotto | 2021-05-01 | 1 | -0/+6 | |
| | * | | Add streamingMode option to constructors down the chain | Matthew Strasiotto | 2021-05-01 | 3 | -0/+9 | |
| | * | | add menu item for streaming mode | Matthew Strasiotto | 2021-05-01 | 1 | -1/+11 | |
| | * | | Implement ChartState.SetStreaming | Matthew Strasiotto | 2021-05-01 | 1 | -0/+7 | |
| | * | | Implement ChartXY.SetStreaming, sets colours, colors not set in setup | Matthew Strasiotto | 2021-05-01 | 1 | -5/+19 | |
| | * | | add colours to contants | Matthew Strasiotto | 2021-05-01 | 1 | -0/+12 | |
| | * | | change legend position for graphs | Matthew Strasiotto | 2021-04-28 | 1 | -1/+1 | |
| | * | | update default settings for grapher colours | Matthew Strasiotto | 2021-04-28 | 3 | -21/+21 | |
| | * | | refactor chart styling a bit | Matthew Strasiotto | 2021-04-27 | 1 | -20/+35 | |
| | * | | Reset form 1 to original | Matthew Strasiotto | 2021-04-27 | 1 | -1512/+1472 | |
| | * | | set chart props in own function | Matthew Strasiotto | 2021-04-27 | 4 | -2/+120 | |
| | * | | chartarea is transparent for all charts now | Matthew Strasiotto | 2021-04-26 | 2 | -4/+8 | |
| | * | | Dock legends, add chart bg colour property | Matthew Strasiotto | 2021-04-26 | 4 | -1491/+1549 | |
| | |/ | ||||||
| * / | refactor rawinput util | a1xd | 2021-04-26 | 1 | -2/+2 | |
| |/ | ||||||
| * | add handler for unhandled exceptions | a1xd | 2021-03-11 | 2 | -8/+20 | |
| * | fix device id not working with g305 | a1xd | 2021-01-30 | 3 | -22/+3 | |
| * | fix last mouse move - swapped axes | a1xd | 2021-01-22 | 1 | -2/+2 | |
| * | Fix anisotropy panel covering bottom classic option in by component | Jacob Palecki | 2021-01-22 | 2 | -2/+2 | |
| * | Fix graphing error in by component graph calculation | Jacob Palecki | 2021-01-22 | 1 | -2/+7 | |
| * | Fix graph for lp_norm != 1 | Jacob Palecki | 2021-01-21 | 1 | -2/+1 | |
| * | change toggle text, "enabled" -> "disable" | a1xd | 2021-01-21 | 1 | -1/+1 | |
| * | center gui on initial resize | a1xd | 2021-01-21 | 2 | -5/+13 | |
| * | add angle snapping | a1xd | 2021-01-21 | 2 | -0/+2 | |
| * | Final GUI tweaks | Jacob Palecki | 2021-01-20 | 2 | -2/+7 | |
| * | Tweaks | Jacob Palecki | 2021-01-20 | 4 | -27/+23 | |
| * | merge with master builds | Jacob Palecki | 2021-01-20 | 14 | -57/+384 | |
| |\ | ||||||
| | * | show custom dialog on bad input (#63) | a1xd | 2021-01-14 | 4 | -1/+130 | |
| | * | filter raw input based on id | a1xd | 2021-01-12 | 10 | -87/+79 | |
| | * | Small behavior improvements | Jacob Palecki | 2021-01-07 | 1 | -1/+2 | |