aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update compressor image when add/remove pointsam-anthony2022-04-101-0/+2
|
* selecteable compressor and add BW K03sam-anthony2022-04-095-7/+84
|
* display points on compressor mapsam-anthony2022-04-052-7/+56
|
* refactor and compressor map image widgetsam-anthony2022-03-3114-366/+482
|
* variable number of datapointssam-anthony2022-03-273-54/+109
|
* build table widgets in a less ridiculous waysam-anthony2022-03-271-157/+116
|