| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-09 | gocui panic() loads nocui correctlyv0.20.3v0.20.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-02-09 | grid.NextRow() plugin counter | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-02-07 | use internal log flagsv0.20.1 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-02-01 | look in ~/go/lib for plugins | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-30 | trying to fix CloseToolkit() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-27 | nocui worksv0.13.14 | Jeff Carr | |
| set enable state Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-21 | visable state is honored. TODO: fix hide/show | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-18 | move widgetv0.12.15 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-18 | new pathsv0.12.14 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-17 | work around a toolkit panic()v0.12.11 | Jeff Carr | |
| things should work when GUI is not really there Int() and Bool() helloworld works compiles and runs RawWindow shouldn't auto exit add StandardExit() Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-15 | named in honor of the mac/os and Bruce Hornv0.12.10 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-15 | add Destroy()v0.12.9 | Jeff Carr | |
| improve syntax shortcuts go mod update Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-13 | work on hiding widgetsv0.12.5 | Jeff Carr | |
| When widgets are hidden, their state works exactly the same as normal, but updates are not sent to the toolkits Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-11 | var value anyv0.12.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-08 | go.wit.com/log Flags change | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-05 | move to "gui/widget" | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-03 | go mod tidy for toolkit movev0.10.1 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-03 | complete the move to 'go.wit.com/log' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2024-01-03 | 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 | move to go.wit.com/guiv0.9.0 | 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-03 | clean and rename examples | Jeff Carr | |
| fix syntax try new goreadme remove autogenerated go readme.md 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-09 | move to fixing grids in andlabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | getting pretty clean at this point | 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 | more sendAction() cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-05-09 | simplify sendAction() | 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-05-09 | andlabs grid placement still broken | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | s/Config/me/ to remove direct access to anything | Jeff Carr | |
| since most everything needs to be passed to the toolkits everything should be accessed via func()'s Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | more embed handling | 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-24 | gocui: always show STDOUT | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | start cleanup of the .so search code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | andlabs: ran without crashing | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | actually ran again without crashing | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-12 | better toolkit init options | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | gocui: compiling and running again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | gocui: smarter debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | andlabs is still broken | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | andlabs: my logic for new window is still wrong | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | gocui: keep deprecating non-gochannel code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-08 | both andlabs & gocui plugins have working channels | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-07 | andlabs now works the 'new way' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-07 | more progres on channels | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-07 | start work on a plugin channel | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-07 | open gocui when DISPLAY="" | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
