aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cache icon texturesSam Anthony2025-04-291-19/+17
|
* render compressor map imageSam Anthony2025-04-292-1/+32
|
* free iconsSam Anthony2025-04-283-0/+9
|
* render iconSam Anthony2025-04-281-1/+31
|
* render: maintain list of images/iconsSam Anthony2025-04-285-52/+36
|
* add .plan to gitignoreSam Anthony2025-04-281-0/+1
|
* load compressor imageSam Anthony2025-04-284-1/+28
|
* render imageSam Anthony2025-04-282-0/+25
|
* add newline to renderer.hSam Anthony2025-04-281-1/+1
|
* add vertical paddingSam Anthony2025-04-281-0/+2
|
* close file if toml parsing failsSam Anthony2025-04-281-0/+1
|
* sort compressor namesSam Anthony2025-04-281-0/+19
|
* parallelize compressor filter with openmpSam Anthony2025-04-282-3/+6
|
* add button to filter compressorsSam Anthony2025-04-281-8/+6
|
* filter compressorsSam Anthony2025-04-282-9/+32
|
* compressor select widgetSam Anthony2025-04-283-8/+98
|
* add filter string buffers to compressor-select widgetSam Anthony2025-04-282-12/+20
|
* toml-c c99 complianceSam Anthony2025-04-283-9/+9
|
* move lsearch() into util.cSam Anthony2025-04-283-18/+18
|
* remove log statementSam Anthony2025-04-271-1/+0
|
* load compressorsSam Anthony2025-04-273-3/+50
|
* fix compressor-select widget names buffer allocationSam Anthony2025-04-271-2/+8
|
* move free_arr() into util.cSam Anthony2025-04-274-10/+14
|
* prevent double free of toml tableSam Anthony2025-04-271-17/+10
|
* fix compressor map toml filesSam Anthony2025-04-272-3/+3
|
* rename index() to lsearch()Sam Anthony2025-04-271-5/+5
|
* fix toml_filter() in compressor.cSam Anthony2025-04-271-4/+2
|
* fix cmp_flow_unit()Sam Anthony2025-04-271-1/+1
|
* fix warnings in compressor.cSam Anthony2025-04-271-2/+2
|
* fix printf conversion in compressor.cSam Anthony2025-04-271-1/+1
|
* init compressor-select widgetSam Anthony2025-04-274-2/+81
|
* parse flow rate unit in compressor toml filesSam Anthony2025-04-264-57/+158
|
* load compressor map descriptions from toml filesSam Anthony2025-04-253-20/+236
|
* microui licenseSam Anthony2025-04-251-0/+19
|
* cwalk path librarySam Anthony2025-04-253-0/+1999
|
* toml library licenseSam Anthony2025-04-251-0/+22
|
* toml librarySam Anthony2025-04-253-3/+2123
|
* add acme.dump to gitignoreSam Anthony2025-04-251-1/+2
|
* flatten compressor map directory structureSam Anthony2025-04-2424-64/+136
|
* eprintfSam Anthony2025-04-243-2/+31
|
* move nelem macro to util.hSam Anthony2025-04-242-3/+2
|
* compressor data structureSam Anthony2025-04-092-1/+35
|
* add mass flow rate outputsmicrouiSam Anthony2025-03-023-2/+85
|
* calculate mass flow rate at standard conditionsSam Anthony2025-03-026-0/+39
|
* calculate mass flow rate at ambient conditionsSam Anthony2025-03-025-2/+40
|
* mass flow rate testsSam Anthony2025-03-021-4/+4
|
* mass flow rate unitsSam Anthony2025-03-022-0/+31
|
* failing mass flow rate testsSam Anthony2025-03-024-1/+36
|
* global_input_row() functionSam Anthony2025-03-021-23/+26
|
* input_row_static_unit() functionSam Anthony2025-03-021-56/+39
|