| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-05 | v0.4.2 more code cleanups and improvementsv0.4.2 | Jeff Carr | |
| 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 | |||
| 2022-10-21 | v0.4.1 set sane toolkit default look and feelv0.4.1 | Jeff Carr | |
| 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 <[email protected]> | |||
| 2022-10-20 | Squashed commit of the following: | Jeff Carr | |
| 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 | |||
| 2022-10-16 | Add slander and spinbox in toolkit/andlabs | Jeff Carr | |
| 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 <[email protected]> | |||
| 2022-10-11 | Change Node to Box | Jeff Carr | |
| 2021-11-04 | SMALL: some stuff hanging around | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | GOOD: use global 'Stretchy' setting | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-01 | CLEAN: out of the rabbit hole | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | CLEAN: remove GuiButton struct | Jeff Carr | |
| 2021-10-31 | CLEAN: more code removals | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | REFACTOR: remove GuiWindow & GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | BOX: kill GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | BOX: remove GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | REFACTOR: refactor everything to gui.Node structv0.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-06 | REFACTOR: things are back to working as they were | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-06 | TAB: correctly lookup and add tabs to blank windows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-06 | CODE: start a general code refactor | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-06 | BUILD: suck it up and try to use go.mod | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | BUG: fix potential 'nil' reference | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | CODE: not sure, but it compiles and runs somehow | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | DEBUG: added button to SetMargin() by name | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | DEBUG: gui to debug windows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-05 | TAB: automatically set all tables to SetMargined(true) | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | ANALABS: work on improving the abstraction | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | TAB: more tab handling cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | TAB: code to more correctly handle gtk tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-17 | allow a custom Exit() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-14 | don't use Data.Windows anymore | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | ready to implement Destroy() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | more tests | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | finally vm list working again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-05 | reimplement the color button | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-04 | finally fix the window and tab names | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | make a WindowMap to track which windows exist | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | more button cleanups | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | make a buttonMap | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | remove 'Action' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | This might be stable enough to leave alone. | Jeff Carr | |
| Up to this point it's been needing 10 patches a day. Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | see if an interface can store the outside values | Jeff Carr | |
| also finally fixed the splash area logic Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | more deletions of old stuff | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | almost complete 'CLEAN'. yet more code refactoring | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-02 | doesn't crash | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | spash screen works again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | builds and works again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | compiles again | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | start handling 'Guiwindow' correctly | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | rename fields | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | change around the concept of "Window" and "Box" | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-01 | more control panel code removal | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-05-31 | v0.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
