<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/debugWidget.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-10T00:24:37Z</updated>
<entry>
<title>getting pretty clean at this point</title>
<updated>2023-05-10T00:24:37Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-05-10T00:24:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=cb2c88d8c12a58f4e791dffeaba0a685d63bbc79'/>
<id>urn:sha1:cb2c88d8c12a58f4e791dffeaba0a685d63bbc79</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>start correctly handling grid placement</title>
<updated>2023-05-09T22:48:21Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-05-09T22:48:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=706bcef867ff2a26ab62a1e3d668ac441575df62'/>
<id>urn:sha1:706bcef867ff2a26ab62a1e3d668ac441575df62</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>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>gocui: compiling and running again</title>
<updated>2023-04-08T20:34:36Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-08T20:34:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=b24cc5898604191df7bfc2cacd7bc5043fa14a42'/>
<id>urn:sha1:b24cc5898604191df7bfc2cacd7bc5043fa14a42</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>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>Squashed commit of the following:</title>
<updated>2023-03-23T17:35:12Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-03-23T17:35:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=d4787a1ebdd08359746516dbb72f1feaf95be5b6'/>
<id>urn:sha1:d4787a1ebdd08359746516dbb72f1feaf95be5b6</id>
<content type='text'>
    boxes now exist and are tracked in the binary tree
    create for group and grid works
    gocui plugin no longer works. TODO: fix in next release
    converted everything from plugin to Action()
        can remove send()
        tab and window are now action()
        flags moved to action()
    ready for new release
    pad() margion() border() all work
    move worked!
    go.wit.com attept 578th try
    adds an early grid widget. won't work until chan
        andlabs/ui grid (X,Y) works right
        actually can put things in places in a grid
        Queue() means shit doesn't look right on grids
    lots of fucking around. why am I wasting time on image?
    wow. the crazy doAppend() thing is gone
    implement Action Show() and Hide()

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