aboutsummaryrefslogtreecommitdiffstats
path: root/gui/widget/widget.go
Commit message (Collapse)AuthorAgeFilesLines
* separate label widget and style constantsSam Anthony2024-05-101-43/+0
|
* move output widget to separate fileSam Anthony2024-05-101-30/+0
|
* remove unused functionSam Anthony2024-05-101-10/+0
|
* move helper functions to input widget fileSam Anthony2024-05-101-12/+0
|
* move image widget to separate fileSam Anthony2024-05-101-27/+0
|
* move input widget to separate fileSam Anthony2024-05-101-61/+0
|
* move tree widget to separate fileSam Anthony2024-05-101-60/+0
|
* tree widgetSam Anthony2024-05-091-6/+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-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