summaryrefslogtreecommitdiff
path: root/toolkit/gocui/structs.go
AgeCommit message (Expand)Author
2024-01-01reorg to final resting place at go.wit.com/gui/guiv0.9.5Jeff Carr
2023-12-20move to go.wit.com/guiv0.9.0Jeff Carr
2023-12-16gocui: fixes to labels + line entriesv0.8.8.1v0.8.8Jeff Carr
2023-12-15make a common.go for the toolkitsv0.8.7Jeff Carr
2023-12-14tabs, windows + gocui dropdown menu (almost)Jeff Carr
2023-12-02gocui plugin refactor to a *node binary treeJeff Carr
2023-05-10andlabs: debugging flags working againv0.8.6Jeff Carr
2023-04-27nocui: a template for porting new toolkitsJeff Carr
2023-04-27gocui: grid width fixedJeff Carr
2023-04-27gocui: better output handlingv0.8.4Jeff Carr
2023-04-26gocui: proper line count on StdoutJeff Carr
2023-04-26gocui: standard closeJeff Carr
2023-04-26gocui: log() output worksJeff Carr
2023-04-26gocui: code cleanupsJeff Carr
2023-04-26gocui: closer to correct tabsJeff Carr
2023-04-26gocui: tracking windows and tabs separatelyJeff Carr
2023-04-26gocui: windows & tabs in seperate rowsJeff Carr
2023-04-26gocui: closer to working layoutJeff Carr
2023-04-26gocui: more spacing logicJeff Carr
2023-04-25gocui: hmm. trying to reformat the layoutJeff Carr
2023-04-25golang: finally doing struct defaults rightJeff Carr
2023-04-24gocui: try to make struct defaults workJeff Carr
2023-04-24gocui: always show STDOUTJeff Carr
2023-04-08both andlabs & gocui plugins have working channelsJeff Carr
2023-04-06gocui: callbacks work via a channelJeff Carr
2023-04-06gocui: more or less correct sizesv0.7.7Jeff Carr
2023-04-06gocui: ready for 0.7.6v0.7.6Jeff Carr
2023-04-06gocui: more size calculationsJeff Carr
2023-04-05gocui: don't try to draw on add()Jeff Carr
2023-04-05gocui: store more in w.gocuiSize.Jeff Carr
2023-04-05gocui: s/realSize/gocuiSize/Jeff Carr
2023-04-05gocui: rework spacing logicJeff Carr
2023-04-04gocui: use (w,h) and avoid (x,y) namesJeff Carr
2023-04-03gocui: more color cleanupsJeff Carr
2023-04-03gocui: working towards correct layoutJeff Carr