aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mass flow ratesam-anthony2022-03-263-21/+232
* pressure ratiosam-anthony2022-03-264-9/+63
* intake air temperaturesam-anthony2022-03-264-10/+121
* engine displacementsam-anthony2022-03-263-9/+85
* more datapoints and parameterssam-anthony2022-03-263-22/+87
* pressure and rough layoutsam-anthony2022-03-2614-729/+186
* switchable pressure unitsam-anthony2022-03-085-95/+111
* simplify/remove a lot of stuffsam-anthony2022-03-065-246/+53
* small tweakssam-anthony2022-02-097-217/+327
* impl Iterator for Row for building input tablesam-anthony2022-02-053-60/+95
* clean upsam-anthony2022-02-043-21/+35