| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that this verifies the plugin will load by
os.Exec() loading the plugin, this bypasses the current
problems with GO not being able to retry loading the
plugin. Now it can return to testing the ones that
were built locally by the user before the system
or distribution packaged default plugins.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
|
|
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
set enable state
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
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]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
improve syntax shortcuts
go mod update
Signed-off-by: Jeff Carr <[email protected]>
|
|
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]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
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]>
|
|
fix syntax
try new goreadme
remove autogenerated go readme.md
Signed-off-by: Jeff Carr <[email protected]>
|
|
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]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|
|
Signed-off-by: Jeff Carr <[email protected]>
|