index
:
go.wit.com/gui.git
devel
guimaster
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin.go
Age
Commit message (
Expand
)
Author
2023-12-02
gocui plugin refactor to a *node binary tree
Jeff Carr
2023-05-09
move to fixing grids in andlabs
Jeff Carr
2023-05-09
getting pretty clean at this point
Jeff Carr
2023-05-09
working on removing newaction()
Jeff Carr
2023-05-09
more sendAction() cleanups
Jeff Carr
2023-05-09
simplify sendAction()
Jeff Carr
2023-05-09
andlabs: now attempt grid placement
Jeff Carr
2023-05-09
andlabs grid placement still broken
Jeff Carr
2023-04-28
code cleanups
Jeff Carr
2023-04-28
s/Config/me/ to remove direct access to anything
Jeff Carr
2023-04-28
more embed handling
Jeff Carr
2023-04-28
allow passing of embed plugin files
Jeff Carr
2023-04-24
gocui: always show STDOUT
Jeff Carr
2023-04-23
start cleanup of the .so search code
Jeff Carr
2023-04-23
andlabs: ran without crashing
Jeff Carr
2023-04-23
actually ran again without crashing
Jeff Carr
2023-04-12
better toolkit init options
Jeff Carr
2023-04-08
gocui: compiling and running again
Jeff Carr
2023-04-08
gocui: smarter debugging
Jeff Carr
2023-04-08
andlabs is still broken
Jeff Carr
2023-04-08
andlabs: my logic for new window is still wrong
Jeff Carr
2023-04-08
gocui: keep deprecating non-gochannel code
Jeff Carr
2023-04-08
both andlabs & gocui plugins have working channels
Jeff Carr
2023-04-07
andlabs now works the 'new way'
Jeff Carr
2023-04-07
more progres on channels
Jeff Carr
2023-04-07
start work on a plugin channel
Jeff Carr
2023-04-07
open gocui when DISPLAY=""
Jeff Carr
2023-04-06
correctly deprecate *widget to plugins
Jeff Carr
2023-04-06
gocui: callbacks work via a channel
Jeff Carr
2023-04-04
gocui: use (w,h) and avoid (x,y) names
Jeff Carr
2023-03-29
add semi-working gocui
v0.7.4
Jeff Carr
2023-03-23
Squashed commit of the following:
v0.7.3
Jeff Carr
2023-03-12
Squashed commit of the following:
Jeff Carr
2023-03-03
release as v0.6.5
v0.6.5
Jeff Carr
2023-03-01
lots cleaner code between the plugin
v0.6.1
Jeff Carr
2023-02-25
The debugging window is finally useful
Jeff Carr
2022-11-13
Massive refactor to use go plugins. This is neat.
Jeff Carr
2022-11-09
cleanup of the example commands. more plugin work
v0.4.6
Jeff Carr
2022-11-06
Implement a early AddButton() via a golang plugin
v0.4.5
Jeff Carr