<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/structs.go, branch v0.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/gui/atom?h=v0.4.2</id>
<link rel='self' href='http://cgit.wit.com/jcarr/gui/atom?h=v0.4.2'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/'/>
<updated>2022-11-05T15:19:04Z</updated>
<entry>
<title>v0.4.2 more code cleanups and improvements</title>
<updated>2022-11-05T15:19:04Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-05T15:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=099efb6b24caf9eaad50d7386636a7ac23552bde'/>
<id>urn:sha1:099efb6b24caf9eaad50d7386636a7ac23552bde</id>
<content type='text'>
    Add command line argv handling using go-arg
    make hello world dumb stupid simple again
    more swtiching to common code
    move debugging options to support go-args
    more debugging output cleanup
    more debugging cleanups
    fix null pointer crash
</content>
</entry>
<entry>
<title>v0.4.1 set sane toolkit default look and feel</title>
<updated>2022-10-21T16:40:08Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-10-21T16:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=a3fc02c2f7e22f92b76ff6db92618be0cf3656a6'/>
<id>urn:sha1:a3fc02c2f7e22f92b76ff6db92618be0cf3656a6</id>
<content type='text'>
    autogenerate README.md from doc.go (goreadme cmd)
    remove passing arguements on a mouse click()
    make defaults for padding, margin, stretchy, etc
    add a checkbox widget
    function rename to NewButton()
    keep cleaning up toolkit code
    fix date. I was somehow in the future

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>Squashed commit of the following:</title>
<updated>2022-10-20T11:55:42Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-10-20T11:55:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=b8ef0bb05dc14bc4291f3d156b199fa125cdb9d7'/>
<id>urn:sha1:b8ef0bb05dc14bc4291f3d156b199fa125cdb9d7</id>
<content type='text'>
    all non binary tree structs are gone (almost all)
    Use names from https://en.wikipedia.org/wiki/Graphical_widget
    toolkit andlabs/ui is isolated from being accessable
        all direct references to andlabs are removed
    working dropdown widgets
    add debugging more buttons and windows
</content>
</entry>
<entry>
<title>Add slander and spinbox in toolkit/andlabs</title>
<updated>2022-10-16T13:07:13Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-10-16T13:07:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=2141e04328dcf4e4d6857fcc0a7cb551fc84fa07'/>
<id>urn:sha1:2141e04328dcf4e4d6857fcc0a7cb551fc84fa07</id>
<content type='text'>
    fix the helloworld demo
    move slider into toolkit/
    move more into the toolkit directory
    add spinbox()
    fix example
    minor update
    fix examples
    Fix andlabs.ui.Slider() to work again
    correctly implement custom OnChange() callback

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>Change Node to Box</title>
<updated>2022-10-11T16:25:46Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-10-11T16:25:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=8358ca44efa625be9cd69fab870dfcf9c2a05df5'/>
<id>urn:sha1:8358ca44efa625be9cd69fab870dfcf9c2a05df5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SMALL: some stuff hanging around</title>
<updated>2021-11-04T10:46:49Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2021-11-04T10:46:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=f5fa56cddcd2bb50d7a37637d1e8e056bfeea113'/>
<id>urn:sha1:f5fa56cddcd2bb50d7a37637d1e8e056bfeea113</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>GOOD: use global 'Stretchy' setting</title>
<updated>2021-11-04T07:23:41Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2021-11-04T07:23:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=ff30a1acbb0e56c358f0490b0e89e8324268b032'/>
<id>urn:sha1:ff30a1acbb0e56c358f0490b0e89e8324268b032</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>CLEAN: out of the rabbit hole</title>
<updated>2021-11-01T05:24:56Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2021-11-01T05:24:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=97a80003b9fddc15c58bcb01f371c48c8f821751'/>
<id>urn:sha1:97a80003b9fddc15c58bcb01f371c48c8f821751</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>CLEAN: remove GuiButton struct</title>
<updated>2021-11-01T04:48:34Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2021-11-01T04:48:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=f5440782630ef7dd2b19a8b04df260a9a87cbba8'/>
<id>urn:sha1:f5440782630ef7dd2b19a8b04df260a9a87cbba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLEAN: more code removals</title>
<updated>2021-11-01T03:22:16Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2021-11-01T03:22:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=2a6c54b785ccb7e18b586f38c73ca57197b4c733'/>
<id>urn:sha1:2a6c54b785ccb7e18b586f38c73ca57197b4c733</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
</feed>
