<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/toolkit/gocui/debug.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-12-16T12:57:39Z</updated>
<entry>
<title>gocui: fixes to labels + line entries</title>
<updated>2023-12-16T12:57:39Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-16T12:57:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=87ab9a958d9eb9f4db35d5c9f9ce923df3132dad'/>
<id>urn:sha1:87ab9a958d9eb9f4db35d5c9f9ce923df3132dad</id>
<content type='text'>
    correct line hight
    dump non-working size rectangle code
    somehow works better
    better dropdown menu debugging
    minor fixes to common.go
    more common code

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: closer to working layout</title>
<updated>2023-04-26T06:59:42Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-26T06:59:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=7af6242cbfbd2d18461415e8421146f94093e8ca'/>
<id>urn:sha1:7af6242cbfbd2d18461415e8421146f94093e8ca</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: smarter debugging</title>
<updated>2023-04-08T19:31:00Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-08T19:31:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=0e0787c0620c0dca59378d1e3b355c60a1a82de1'/>
<id>urn:sha1:0e0787c0620c0dca59378d1e3b355c60a1a82de1</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: keep deprecating non-gochannel code</title>
<updated>2023-04-08T13:40:31Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-08T13:40:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=5d2f6e7fb241298eb15b1917c1947089a12247fe'/>
<id>urn:sha1:5d2f6e7fb241298eb15b1917c1947089a12247fe</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: more or less correct sizes</title>
<updated>2023-04-06T16:19:04Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-06T16:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=c16b8695332485071331bbcab924327cd2bab6e5'/>
<id>urn:sha1:c16b8695332485071331bbcab924327cd2bab6e5</id>
<content type='text'>
    init to normal state (debug=off)
    size handling cleanups
    keep trying to fix grid widget
    move towards cmdline/auto loading of gocui

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: ready for 0.7.6</title>
<updated>2023-04-06T11:29:00Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-06T11:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=012c22faf3d3611d247fbe53928347770f6f4fbc'/>
<id>urn:sha1:012c22faf3d3611d247fbe53928347770f6f4fbc</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: don't try to draw on add()</title>
<updated>2023-04-06T02:15:05Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-06T02:15:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=4e69499be4bce986f5685ecbf12f662452b95c97'/>
<id>urn:sha1:4e69499be4bce986f5685ecbf12f662452b95c97</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>more fixes</title>
<updated>2023-04-06T00:33:31Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-06T00:33:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=0c46d57acdd77965747cfc0e4ffd109332d85c89'/>
<id>urn:sha1:0c46d57acdd77965747cfc0e4ffd109332d85c89</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: close to fixing tab coords</title>
<updated>2023-04-06T00:03:01Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-06T00:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=f0052b9af8273feb852ba5bdfc3efb3673ff329e'/>
<id>urn:sha1:f0052b9af8273feb852ba5bdfc3efb3673ff329e</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
</feed>
