| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-03 | complete the move to 'go.wit.com/log' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-01 | reorg to final resting place at go.wit.com/gui/guiv0.9.5 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-20 | remove direct code since it probably doesn't work | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-20 | move to go.wit.com/guiv0.9.0 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-20 | code moved to the cloudflare package | Jeff Carr | |
| use the cloudflare package add a protobuf attempt better change detection, but formatting is broken don't redraw widgets if they are not visible create new dns entry worked attempting a DNS RR create attempt a create API call use cloudflare recommended ENV vars turn off debugging Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-16 | gocui: fixes to labels + line entriesv0.8.8.1v0.8.8 | Jeff Carr | |
| correct line hight dump non-working size rectangle code somehow works better better dropdown menu debugging minor fixes to common.go more common code Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-15 | make a common.go for the toolkitsv0.8.7 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-14 | tabs, windows + gocui dropdown menu (almost) | Jeff Carr | |
| dropdown menu figures out what text was clicked dropdown menu movement changes line colors dropdown menus force user to select a response accidentally committed a binary tab selection works tab and window views almost working tabs and windows almost working window widgets selection works better color handling using gocui view.Visable flag removal of old color setting code still need an artificial delay for andlabs SetText() catching more 'nil' errors fixed the stupid duplicate tab problem in andlabs figured out how andlabs had a tab/box mess works on more than one domain builds and runs again debugging double tabs in andlabs gui GO111MODULE compile notes code reorg further improvements example cloudflare app does first successful dns update add NewEntryLine() for single line entry boxes Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-12-02 | gocui plugin refactor to a *node binary tree | Jeff Carr | |
| rename arg '--gui <toolkit>' add a cloudflare example fixes since go v1.21 didn't compile anymore due to argv order more place() changes recursive size computation gocui: Major refactor to use the *node binary tree gocui: refactor place() and size() gocui: better place() and spacing (tab, buttons, etc) gocui: better mouse click handling gocui: switch to using tk.gocuiSize & tk.size gocui: event handling cleanups gocui: add window labels work gocui: struct cleanups gocui: duplicate binary tree structs removed gocui: deprecate old children Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-10 | andlabs: debugging flags working againv0.8.6 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | andlabs: grid w,h work again kinda | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | more code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | move to fixing grids in andlabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | working on removing newaction() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | andlabs: now attempt grid placement | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | allow passing of embed plugin files | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | nocui: simulates button clicks | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | nocui: a template for porting new toolkits | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | gocui: grid width fixed | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more cleanupsv0.8.5 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: deprecate old code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more code cleanup | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more things in the binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: grid and checkbox to binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: button in binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more into the binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: window and tab now in binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | gocui: better output handlingv0.8.4 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: proper line count on Stdout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: standard close | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: log() output works | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: update on add kinda working now | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: more correct logic | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: tabs functional now but not perfectv0.8.3 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: closer to correct tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocli: close to working tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: tracking windows and tabs separately | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: windows & tabs in seperate rows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: closer to working layout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: more spacing logic | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | gocui: more work on tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | gocui: hmm. trying to reformat the layout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | golang: finally doing struct defaults right | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | gocui: try to make struct defaults work | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | try to find the parent window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | hack some output. grab STDOUT damnit | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | gocui: always show STDOUT | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | andlabs: artificial delay. queue() all add's | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | more code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
