<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/node.go, branch v0.8.8</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</id>
<link rel='self' href='http://cgit.wit.com/jcarr/gui/atom?h=v0.8.8'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/'/>
<updated>2023-05-10T01:25:37Z</updated>
<entry>
<title>more code cleanups</title>
<updated>2023-05-10T01:25:37Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-05-10T01:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=26b06253d540fbcac2ae1372aa7fc0b1089bab98'/>
<id>urn:sha1:26b06253d540fbcac2ae1372aa7fc0b1089bab98</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>andlabs: now attempt grid placement</title>
<updated>2023-05-09T23:34:09Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-05-09T23:34:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=b392c40969e105b00efa262042d647303d6fbc2c'/>
<id>urn:sha1:b392c40969e105b00efa262042d647303d6fbc2c</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>s/Config/me/ to remove direct access to anything</title>
<updated>2023-04-28T15:35:57Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-28T15:35:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=923f7721cca66d84dea77ffd9640d793803142ee'/>
<id>urn:sha1:923f7721cca66d84dea77ffd9640d793803142ee</id>
<content type='text'>
since most everything needs to be passed to the toolkits
everything should be accessed via func()'s

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>further code cleanups</title>
<updated>2023-04-28T15:30:27Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-28T15:30:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=03942de00e133daf59da8ed3b6c3e71ce8afe316'/>
<id>urn:sha1:03942de00e133daf59da8ed3b6c3e71ce8afe316</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>more code cleanups</title>
<updated>2023-04-23T15:45:43Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-23T15:45:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=7d178283f1834ddd01123a5d5d0b160bb8d7234d'/>
<id>urn:sha1:7d178283f1834ddd01123a5d5d0b160bb8d7234d</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>actually ran again without crashing</title>
<updated>2023-04-23T12:37:24Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-23T12:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=2d4d2b6b3e115a86a10f98c20de0e4e82be519c2'/>
<id>urn:sha1:2d4d2b6b3e115a86a10f98c20de0e4e82be519c2</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>andlabs: the binary tree limps along again</title>
<updated>2023-04-08T16:06:50Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-08T16:06:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=da6a4363226f14aa893be02cb4a73cbf34fd77e7'/>
<id>urn:sha1:da6a4363226f14aa893be02cb4a73cbf34fd77e7</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>'hide' and 'show' works in gocui</title>
<updated>2023-03-30T13:51:33Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-30T13:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=0320ebe4bb49ea80761d77af80fa208157ffdb89'/>
<id>urn:sha1:0320ebe4bb49ea80761d77af80fa208157ffdb89</id>
<content type='text'>
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>
</feed>
