| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move image widget to separate file | Sam Anthony | 2024-05-10 | 2 | -27/+38 |
| * | move input widget to separate file | Sam Anthony | 2024-05-10 | 2 | -61/+74 |
| * | move tree widget to separate file | Sam Anthony | 2024-05-10 | 2 | -60/+70 |
| * | tree widget | Sam Anthony | 2024-05-09 | 6 | -27/+171 |
| * | refactor image widget draw function | Sam Anthony | 2024-05-09 | 1 | -10/+11 |
| * | refactor output widget draw function | Sam Anthony | 2024-05-09 | 1 | -12/+11 |
| * | refactor input widget draw function | Sam Anthony | 2024-05-09 | 1 | -16/+17 |
| * | allow widget to accept or deny request to shift focus | Sam Anthony | 2024-05-09 | 3 | -79/+127 |
| * | allow widgets to lock focus on themselves | Sam Anthony | 2024-02-27 | 4 | -52/+80 |
| * | Merge branch 'master' into faiface | Sam Anthony | 2024-02-24 | 2 | -0/+8 |
| |\ | |||||
| | * | add EFR 8374 compressor | Sam Anthony | 2024-02-24 | 2 | -0/+8 |
| * | | add image widget | Sam Anthony | 2024-02-08 | 2 | -0/+40 |
| * | | move Focus to gui/widget package | Sam Anthony | 2024-02-08 | 4 | -77/+84 |
| * | | remove todo message | Sam Anthony | 2024-02-08 | 1 | -1/+0 |
| * | | refactor broadcast | Sam Anthony | 2024-02-08 | 1 | -8/+9 |
| * | | return pointer from Broadcast constructor | Sam Anthony | 2024-02-08 | 1 | -4/+4 |
| * | | extract ui setup functions to seperate file | Sam Anthony | 2024-02-08 | 2 | -108/+115 |
| * | | refactor main | Sam Anthony | 2024-02-08 | 3 | -49/+167 |
| * | | add KilogramsPerMinute mass flow rate unit | Sam Anthony | 2024-02-08 | 1 | -0/+1 |
| * | | make Temperature.AsUnit() panic on invalid temperature unit | Sam Anthony | 2024-02-08 | 1 | -7/+7 |
| * | | remove dead code from temperature.go | Sam Anthony | 2024-02-08 | 1 | -20/+1 |
| * | | add Focus() method; replace Point with image.Point | Sam Anthony | 2024-02-08 | 1 | -14/+16 |
| * | | add mass flow output widgets | Sam Anthony | 2024-01-24 | 2 | -12/+26 |
| * | | unicode degree sign in temperature input | Sam Anthony | 2024-01-24 | 1 | -1/+1 |
| * | | graceful shutdown of goroutines | Sam Anthony | 2024-01-23 | 3 | -27/+72 |
| * | | add IMAP and ACT input rows | Sam Anthony | 2024-01-23 | 1 | -7/+30 |
| * | | merge backend refactoring from main | Sam Anthony | 2024-01-22 | 10 | -209/+143 |
| |\| | |||||
| | * | extract default values to constants | Sam Anthony | 2024-01-20 | 1 | -7/+20 |
| | * | use variable rather than function for color constant | Sam Anthony | 2024-01-20 | 1 | -4/+2 |
| | * | rename engineDisplacementRow() -> displacementRow() | Sam Anthony | 2024-01-20 | 2 | -2/+2 |
| | * | fix typo in AbsolutePressure() | Sam Anthony | 2024-01-20 | 1 | -1/+1 |
| | * | flatten source directory structure by removing modules | Sam Anthony | 2024-01-20 | 12 | -312/+228 |
| * | | 2d navigation | Sam Anthony | 2024-01-19 | 2 | -26/+56 |
| * | | add VE row | Sam Anthony | 2024-01-19 | 2 | -8/+17 |
| * | | refine widget screen space allocation | Sam Anthony | 2024-01-19 | 3 | -9/+29 |
| * | | right justify text | Sam Anthony | 2024-01-19 | 2 | -7/+7 |
| * | | add layout from Keitio | Sam Anthony | 2024-01-19 | 10 | -57/+590 |
| * | | keep track of focused widget | Sam Anthony | 2024-01-19 | 3 | -23/+78 |
| * | | add output widget | Sam Anthony | 2024-01-17 | 2 | -19/+70 |
| * | | add text label widget | Sam Anthony | 2024-01-17 | 3 | -9/+48 |
| * | | fix input widget registering backspace when unfocused | Sam Anthony | 2024-01-17 | 2 | -3/+2 |
| * | | add user input widget | Sam Anthony | 2024-01-17 | 7 | -569/+235 |
| * | | add window focus event to gui module | Sam Anthony | 2024-01-16 | 7 | -0/+1055 |
| |/ | |||||
| * | rename module | Sam Anthony | 2024-01-08 | 5 | -18/+18 |
| * | rename compressor map data directory | Sam Anthony | 2024-01-08 | 15 | -1/+1 |
| * | fixed width widgets | Sam Anthony | 2024-01-08 | 2 | -52/+60 |
| * | refactor ui.updateCompImg() | Sam Anthony | 2024-01-08 | 1 | -28/+30 |
| * | refactor compressor parsing | Sam Anthony | 2024-01-08 | 2 | -37/+24 |
| * | simplify unit conversion | Sam Anthony | 2022-05-15 | 6 | -115/+48 |
| * | add garrett g25-550 | Sam Anthony | 2022-05-04 | 2 | -0/+8 |