aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget
Commit message (Expand)AuthorAgeFilesLines
* move helper functions to input widget fileSam Anthony2024-05-102-12/+12
* move image widget to separate fileSam Anthony2024-05-102-27/+38
* move input widget to separate fileSam Anthony2024-05-102-61/+74
* move tree widget to separate fileSam Anthony2024-05-102-60/+70
* tree widgetSam Anthony2024-05-093-135/+67
* refactor image widget draw functionSam Anthony2024-05-091-10/+11
* refactor output widget draw functionSam Anthony2024-05-091-12/+11
* refactor input widget draw functionSam Anthony2024-05-091-16/+17
* allow widget to accept or deny request to shift focusSam Anthony2024-05-092-72/+121
* allow widgets to lock focus on themselvesSam Anthony2024-02-272-40/+68
* add image widgetSam Anthony2024-02-081-0/+29
* move Focus to gui/widget packageSam Anthony2024-02-081-0/+70
* refactor mainSam Anthony2024-02-081-0/+1
* add mass flow output widgetsSam Anthony2024-01-241-9/+8
* graceful shutdown of goroutinesSam Anthony2024-01-231-9/+20
* add VE rowSam Anthony2024-01-191-2/+3
* refine widget screen space allocationSam Anthony2024-01-191-6/+3
* right justify textSam Anthony2024-01-191-6/+6
* add layout from KeitioSam Anthony2024-01-192-18/+29
* keep track of focused widgetSam Anthony2024-01-191-22/+22
* add output widgetSam Anthony2024-01-171-8/+43
* add text label widgetSam Anthony2024-01-172-8/+34
* fix input widget registering backspace when unfocusedSam Anthony2024-01-172-3/+2
* add user input widgetSam Anthony2024-01-173-0/+190