| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-09 | andlabs grid placement still broken | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | s/Config/me/ to remove direct access to anything | Jeff Carr | |
| since most everything needs to be passed to the toolkits everything should be accessed via func()'s Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | further code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | more embed handling | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-28 | allow passing of embed plugin files | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | nocui: simulates button clicks | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | nocui: a template for porting new toolkits | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | gocui: grid width fixed | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more cleanupsv0.8.5 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: deprecate old code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more code cleanup | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more things in the binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: grid and checkbox to binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: button in binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: more into the binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | andlabs: window and tab now in binary tree | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-27 | gocui: better output handlingv0.8.4 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: proper line count on Stdout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: standard close | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: log() output works | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: update on add kinda working now | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: more correct logic | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: tabs functional now but not perfectv0.8.3 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: closer to correct tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocli: close to working tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: tracking windows and tabs separately | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: windows & tabs in seperate rows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: closer to working layout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-26 | gocui: more spacing logic | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | gocui: more work on tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | gocui: hmm. trying to reformat the layout | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-25 | golang: finally doing struct defaults right | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | gocui: try to make struct defaults work | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | try to find the parent window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | hack some output. grab STDOUT damnit | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-24 | gocui: always show STDOUT | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | start cleanup of the .so search code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | andlabs: QueueMain() on add() + delay is _very_ stable | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | andlabs: artificial delay. queue() all add's | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | return to normal plugin load order | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | more code cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | andlabs: ran without crashing | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-23 | actually ran again without crashing | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-22 | disable watchdog debugging | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-22 | unloading the gocui toolkit works | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-22 | make goget | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-22 | don't require goreadme to exist | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2023-04-16 | gocui: fake file potential example. can I send this to open()? | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
