<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/cmds/buttonplugin/Makefile, branch v0.8.8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/gui/atom?h=v0.8.8.1</id>
<link rel='self' href='http://cgit.wit.com/jcarr/gui/atom?h=v0.8.8.1'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/'/>
<updated>2023-12-03T22:59:57Z</updated>
<entry>
<title>clean and rename examples</title>
<updated>2023-12-03T22:59:57Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-03T22:08:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=9d075afb1df62276dea06be4a188eaee8fc69420'/>
<id>urn:sha1:9d075afb1df62276dea06be4a188eaee8fc69420</id>
<content type='text'>
    fix syntax
    try new goreadme
    remove autogenerated go readme.md

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui plugin refactor to a *node binary tree</title>
<updated>2023-12-03T01:02:51Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-03T01:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=7880d9df6de1040258bea966f040e12be6205af1'/>
<id>urn:sha1:7880d9df6de1040258bea966f040e12be6205af1</id>
<content type='text'>
    rename arg '--gui &lt;toolkit&gt;'
    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 &amp; 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 &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: grid width fixed</title>
<updated>2023-04-28T01:41:53Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-28T01:41:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=9e285c7affa3257a46e85acde6dc64a9c781b728'/>
<id>urn:sha1:9e285c7affa3257a46e85acde6dc64a9c781b728</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: working towards correct layout</title>
<updated>2023-04-03T15:26:47Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-03T15:26:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=4b6207743b90968d6b822032a4355e43b6ce6da9'/>
<id>urn:sha1:4b6207743b90968d6b822032a4355e43b6ce6da9</id>
<content type='text'>
    make a gocui widget binary tree
    more debugging cleanups
    sample button app displays in gocui
    geometry logic closer to correct
    improvements in gocui layout
    continued attempts to clean up tabs
    dump binary tree
    moving towards proper chan callback()
    deprecate Widget.Name

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>add semi-working gocui</title>
<updated>2023-03-30T04:03:04Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-30T04:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=4e28cde838683188bfbd9222746409538828592d'/>
<id>urn:sha1:4e28cde838683188bfbd9222746409538828592d</id>
<content type='text'>
commit 947169df5a22c9f9b53f825764747f648c70ff1e
Author: Jeff Carr &lt;jcarr@wit.com&gt;
Date:   Wed Mar 29 22:44:08 2023 -0500

    ready for version v0.7.4

        start deprecating toolkit.Widget
        switch to variable name 'ParentId'
        use 'ActionType' and 'WidgetType'
        preliminary redraw()
        final definition of variables 'Name' and 'Text'
        more cleaning of the code
        remove lots of dumb code
        bind 'd' key press to dump out debugging info
        early color handling in gocui!

    Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;

commit 6013fde8332e8ecbffaf1a0977ba2e1da8ea8775
Author: Jeff Carr &lt;jcarr@wit.com&gt;
Date:   Sun Mar 26 17:19:20 2023 -0500

    improvements towards a working dns control panel

        democui has the help menu
        try to add mouse support to gocui
        make a direct access method
        Margin() and Pad() tests
        add SPEW
        also push devel branch to github

    Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;

commit 6f91f5e080e06cdc0f34b13d23e5fd16ea37259a
Author: Jeff Carr &lt;jcarr@wit.com&gt;
Date:   Fri Mar 24 20:14:18 2023 -0500

    starting to try safe chan and goroutines

        fix tab title's
        right before attempting to add chan goroutines
        removed "where" widget pointer
        box added to tab
        experiement with log as it's own repo

    Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>lots cleaner code between the plugin</title>
<updated>2023-03-01T17:35:36Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-01T17:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=8dbf5a09097b7868e9218bf98716c57eac998a10'/>
<id>urn:sha1:8dbf5a09097b7868e9218bf98716c57eac998a10</id>
<content type='text'>
    Queue() around SetText is helping userspace crashing
    merge forceDump(bool) into Dump()
    debugging output configuration is pretty clean
    keep cutting down duplicate things
    --gui-verbose flag works
    make label "standard" code
    add debug.FreeOSMemory()
    move the GO language internals to display in the GUI
    update push to do tags and go to github.com/wit-go/
    remove the other license file
        it might be confusing golang.org and github
    proper WidgetType
    added a Quit() button

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>Massive refactor to use go plugins. This is neat.</title>
<updated>2022-11-13T14:53:03Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-13T14:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=207cf7ea16f1da8fa9f893504d77a2856298cc22'/>
<id>urn:sha1:207cf7ea16f1da8fa9f893504d77a2856298cc22</id>
<content type='text'>
    update README.md
    set xterm title. make os.Exit() default on window close
    add a toolkit.Widget to the node structure
    remove 'Greeter' symbol mapping scheme
    removed the testing greeter code
    plugins:
        attempt to load plugins in a sensible order
    andlabs/ui:
        working andlabs/ui plugin (andlabs2)
   	buttons work in andlabs plugin
	TODO: re-implement non-plugin version for Windows
		mswindows doesn't support go plugins yet
    gocui:
        put the gocui console so file in the binary
        does a full init of gocui plugin
        Button() and Group() working very well with gogui
    	cleanly exit gocui
    technically you can load two toolkits at the same time
        kinda both working at the same time. esoteric
        two working plugins at the same time
        give up working on two gui's at the same time
        this is fun, but _not interesting
        wow. this actually works. NewButton() from both toolkits
    examples:
        all the examples run again
        remove early helloplugin example
        buttonplugin example cmd code
        buttonplugin runs and ldd is minimum

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>cleanup of the example commands. more plugin work</title>
<updated>2022-11-09T14:38:50Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-09T14:38:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=ed382bec55be25039e4dcf020d1512139855c9bb'/>
<id>urn:sha1:ed382bec55be25039e4dcf020d1512139855c9bb</id>
<content type='text'>
    add a button in two plugins at the same time!
        added a button in andlabs/ui &amp; gocui
    attempt a common widget struct between wit/gui &amp; the plugins
    start handling missing plugins
    rename Makefile command examples
    remote examples used for testing
    filename improvements
    golang src code uses lowercase and _ in filenames
    fix crash when button click function == nil
    fix wrong name 'gocli' -&gt; 'gocui'
    keep fighting with goreadme generated README.md

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
</feed>
