<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/toolkit/gocui/plugin.go, branch v0.22.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/gui/atom?h=v0.22.7</id>
<link rel='self' href='http://cgit.wit.com/jcarr/gui/atom?h=v0.22.7'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/'/>
<updated>2024-01-01T21:43:50Z</updated>
<entry>
<title>reorg to final resting place at go.wit.com/gui/gui</title>
<updated>2024-01-01T21:43:50Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2024-01-01T21:43:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=4e7bbd89900a733593f0848778103c1cf1a7145d'/>
<id>urn:sha1:4e7bbd89900a733593f0848778103c1cf1a7145d</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>move to go.wit.com/gui</title>
<updated>2023-12-20T20:15:00Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-20T20:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=9f7da73c67e391e1797479f99a0578bde0fe2c0e'/>
<id>urn:sha1:9f7da73c67e391e1797479f99a0578bde0fe2c0e</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>code moved to the cloudflare package</title>
<updated>2023-12-20T11:58:33Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-20T11:58:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=85b9a036c289fe840e69e1852866f429b87cf63e'/>
<id>urn:sha1:85b9a036c289fe840e69e1852866f429b87cf63e</id>
<content type='text'>
    use the cloudflare package
    add a protobuf attempt
    better change detection, but formatting is broken
    don't redraw widgets if they are not visible
    create new dns entry worked
    attempting a DNS RR create
    attempt a create API call
    use cloudflare recommended ENV vars
    turn off debugging

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>make a common.go for the toolkits</title>
<updated>2023-12-15T23:18:48Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-15T23:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf'/>
<id>urn:sha1:dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf</id>
<content type='text'>
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: standard close</title>
<updated>2023-04-27T02:36:56Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-27T02:36:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=076b0e4077f3854f7c5e487e83cfd590d14e7aeb'/>
<id>urn:sha1:076b0e4077f3854f7c5e487e83cfd590d14e7aeb</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: closer to correct tabs</title>
<updated>2023-04-26T17:38:39Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-26T17:38:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=78c2c9c45f1c3b01d5ab39489b50d969ffc1dd03'/>
<id>urn:sha1:78c2c9c45f1c3b01d5ab39489b50d969ffc1dd03</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>unloading the gocui toolkit works</title>
<updated>2023-04-22T17:25:50Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-22T17:25:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=52eb9b1ad29756756881b90ba5221d03cd504fbd'/>
<id>urn:sha1:52eb9b1ad29756756881b90ba5221d03cd504fbd</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>open gocui when DISPLAY=""</title>
<updated>2023-04-07T14:18:03Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-07T14:18:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=820067cbff754cf9a5f96c425d8f31b5949d353c'/>
<id>urn:sha1:820067cbff754cf9a5f96c425d8f31b5949d353c</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
</feed>
