<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/gui/toolkit/gocui/Makefile, branch guimaster</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/gui/atom?h=guimaster</id>
<link rel='self' href='http://cgit.wit.com/jcarr/gui/atom?h=guimaster'/>
<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>tabs, windows + gocui dropdown menu (almost)</title>
<updated>2023-12-14T16:36:56Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-12-14T16:36:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=282119d970faed3f8a60d5105a2f26ee14681ff4'/>
<id>urn:sha1:282119d970faed3f8a60d5105a2f26ee14681ff4</id>
<content type='text'>
    dropdown menu figures out what text was clicked
    dropdown menu movement changes line colors
    dropdown menus force user to select a response
    accidentally committed a binary
    tab selection works
    tab and window views almost working
    tabs and windows almost working
    window widgets selection works
    better color handling
    using gocui view.Visable flag
    removal of old color setting code
    still need an artificial delay for andlabs SetText()
    catching more 'nil' errors
    fixed the stupid duplicate tab problem in andlabs
    figured out how andlabs had a tab/box mess
    works on more than one domain
    builds and runs again
    debugging double tabs in andlabs gui
    GO111MODULE compile notes
    code reorg
    further improvements
    example cloudflare app does first successful dns update
    add NewEntryLine() for single line entry boxes

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>gocui: grid width fixed</title>
<updated>2023-04-28T01:41:53Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-28T01:41:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=9e285c7affa3257a46e85acde6dc64a9c781b728'/>
<id>urn:sha1:9e285c7affa3257a46e85acde6dc64a9c781b728</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>make goget</title>
<updated>2023-04-22T13:34:09Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2023-04-22T13:34:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=2b10d882a35d5a8b79c7d48eaa59e7d027be5e8d'/>
<id>urn:sha1:2b10d882a35d5a8b79c7d48eaa59e7d027be5e8d</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>Massive refactor to use go plugins. This is neat.</title>
<updated>2022-11-13T14:53:03Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-13T14:53:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=207cf7ea16f1da8fa9f893504d77a2856298cc22'/>
<id>urn:sha1:207cf7ea16f1da8fa9f893504d77a2856298cc22</id>
<content type='text'>
    update README.md
    set xterm title. make os.Exit() default on window close
    add a toolkit.Widget to the node structure
    remove 'Greeter' symbol mapping scheme
    removed the testing greeter code
    plugins:
        attempt to load plugins in a sensible order
    andlabs/ui:
        working andlabs/ui plugin (andlabs2)
   	buttons work in andlabs plugin
	TODO: re-implement non-plugin version for Windows
		mswindows doesn't support go plugins yet
    gocui:
        put the gocui console so file in the binary
        does a full init of gocui plugin
        Button() and Group() working very well with gogui
    	cleanly exit gocui
    technically you can load two toolkits at the same time
        kinda both working at the same time. esoteric
        two working plugins at the same time
        give up working on two gui's at the same time
        this is fun, but _not interesting
        wow. this actually works. NewButton() from both toolkits
    examples:
        all the examples run again
        remove early helloplugin example
        buttonplugin example cmd code
        buttonplugin runs and ldd is minimum

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>cleanup of the example commands. more plugin work</title>
<updated>2022-11-09T14:38:50Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-09T14:38:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=ed382bec55be25039e4dcf020d1512139855c9bb'/>
<id>urn:sha1:ed382bec55be25039e4dcf020d1512139855c9bb</id>
<content type='text'>
    add a button in two plugins at the same time!
        added a button in andlabs/ui &amp; gocui
    attempt a common widget struct between wit/gui &amp; the plugins
    start handling missing plugins
    rename Makefile command examples
    remote examples used for testing
    filename improvements
    golang src code uses lowercase and _ in filenames
    fix crash when button click function == nil
    fix wrong name 'gocli' -&gt; 'gocui'
    keep fighting with goreadme generated README.md

Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>start trying to make the tookits plugins</title>
<updated>2022-11-06T18:59:24Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2022-11-06T18:59:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/gui/commit/?id=e55fb6675d692e3f44fa67b02b12661e476bd028'/>
<id>urn:sha1:e55fb6675d692e3f44fa67b02b12661e476bd028</id>
<content type='text'>
    totally minimize helloworld demo
    try to make a button plugin example
    debug changes
    final changes before attempting to use a golang plugin
    actually running gocui as a plugin
    add gocli-as-plugin example
    try to convert the go-cui toolkit into a plugin
    doc updates
    make a minimal console gui

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