aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow widget to accept or deny request to shift focusSam Anthony2024-05-093-79/+127
|
* allow widgets to lock focus on themselvesSam Anthony2024-02-274-52/+80
|
* Merge branch 'master' into faifaceSam Anthony2024-02-242-0/+8
|\
| * add EFR 8374 compressorSam Anthony2024-02-242-0/+8
| |
* | add image widgetSam Anthony2024-02-082-0/+40
| |
* | move Focus to gui/widget packageSam Anthony2024-02-084-77/+84
| |
* | remove todo messageSam Anthony2024-02-081-1/+0
| |
* | refactor broadcastSam Anthony2024-02-081-8/+9
| |
* | return pointer from Broadcast constructorSam Anthony2024-02-081-4/+4
| |
* | extract ui setup functions to seperate fileSam Anthony2024-02-082-108/+115
| |
* | refactor mainSam Anthony2024-02-083-49/+167
| |
* | add KilogramsPerMinute mass flow rate unitSam Anthony2024-02-081-0/+1
| |
* | make Temperature.AsUnit() panic on invalid temperature unitSam Anthony2024-02-081-7/+7
| |
* | remove dead code from temperature.goSam Anthony2024-02-081-20/+1
| |
* | add Focus() method; replace Point with image.PointSam Anthony2024-02-081-14/+16
| |
* | add mass flow output widgetsSam Anthony2024-01-242-12/+26
| |
* | unicode degree sign in temperature inputSam Anthony2024-01-241-1/+1
| |
* | graceful shutdown of goroutinesSam Anthony2024-01-233-27/+72
| |
* | add IMAP and ACT input rowsSam Anthony2024-01-231-7/+30
| |
* | merge backend refactoring from mainSam Anthony2024-01-2210-209/+143
|\|
| * extract default values to constantsSam Anthony2024-01-201-7/+20
| |
| * use variable rather than function for color constantSam Anthony2024-01-201-4/+2
| |
| * rename engineDisplacementRow() -> displacementRow()Sam Anthony2024-01-202-2/+2
| |
| * fix typo in AbsolutePressure()Sam Anthony2024-01-201-1/+1
| |
| * flatten source directory structure by removing modulesSam Anthony2024-01-2012-312/+228
| |
* | 2d navigationSam Anthony2024-01-192-26/+56
| |
* | add VE rowSam Anthony2024-01-192-8/+17
| |
* | refine widget screen space allocationSam Anthony2024-01-193-9/+29
| |
* | right justify textSam Anthony2024-01-192-7/+7
| |
* | add layout from KeitioSam Anthony2024-01-1910-57/+590
| |
* | keep track of focused widgetSam Anthony2024-01-193-23/+78
| |
* | add output widgetSam Anthony2024-01-172-19/+70
| |
* | add text label widgetSam Anthony2024-01-173-9/+48
| |
* | fix input widget registering backspace when unfocusedSam Anthony2024-01-172-3/+2
| |
* | add user input widgetSam Anthony2024-01-177-569/+235
| |
* | add window focus event to gui moduleSam Anthony2024-01-167-0/+1055
|/
* rename moduleSam Anthony2024-01-085-18/+18
|
* rename compressor map data directorySam Anthony2024-01-0815-1/+1
|
* fixed width widgetsSam Anthony2024-01-082-52/+60
|
* refactor ui.updateCompImg()Sam Anthony2024-01-081-28/+30
|
* refactor compressor parsingSam Anthony2024-01-082-37/+24
|
* simplify unit conversionSam Anthony2022-05-156-115/+48
|
* add garrett g25-550Sam Anthony2022-05-042-0/+8
|
* improve unit conversionsSam Anthony2022-05-046-86/+76
|
* add borgwarner efr8474Sam Anthony2022-04-292-0/+8
|
* fix compressor map texture getting stretchedSam Anthony2022-04-291-1/+18
|
* add garrett g40-900Sam Anthony2022-04-262-0/+8
|
* fix bug parsing pressure ratio from toml, remove stale codesam-anthony2022-04-122-42/+3
|
* store compressor data in toml formatsam-anthony2022-04-129-50/+116
|
* fix bug in building compressor selection widget treesam-anthony2022-04-104-10/+59
|