aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/widget.go
Commit message (Expand)AuthorAgeFilesLines
* 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-091-11/+22
* allow widgets to lock focus on themselvesSam Anthony2024-02-271-12/+12
* add image widgetSam Anthony2024-02-081-0/+29
* 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
* add layout from KeitioSam Anthony2024-01-191-8/+20
* keep track of focused widgetSam Anthony2024-01-191-22/+22
* add output widgetSam Anthony2024-01-171-8/+43
* add text label widgetSam Anthony2024-01-171-1/+18
* fix input widget registering backspace when unfocusedSam Anthony2024-01-171-1/+1
* add user input widgetSam Anthony2024-01-171-0/+65