| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-19 | Refactor to 'gui/toolkit/' | Jeff Carr | |
| * add a example cmds/consolemouse uses a console button to launch the andlabs/ui * fix wrong return value in toolkit/NewLabel() * redirect STDIN output to a file * wonderful fix of Window() exit * finally remove the ancient stupid variables x & y * phase out struct 'box' and use 'node' instead * better names for things: use NewFoo() and NewBar() | |||
| 2022-10-17 | purge lots of old code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | GROUP: implement 'group' in toolkit/ | Jeff Carr | |
| move gui.group into toolkit remove duplicate code update demo | |||
| 2022-10-17 | TITLE: set the window titlev0.3.3 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | remove old code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | DEMO: change the toolkit demo to not use 'tabs' | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | DEMO: work on a toolkit demo | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | DEMO: add andlabs/ui demo window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-17 | start moving tab handling into toolkit/v0.3.2 | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-16 | add a GO Language Debugging Window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-16 | fix andlabs.ui.NewLabel() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 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 | Merge branch 'master' into develv0.3.1 | Jeff Carr | |
| 2022-10-11 | Merge branch 'jcarr' | Jeff Carr | |
| 2022-10-11 | Merge branch 'master' of git.wit.org:wit/gui | Jeff Carr | |
| 2022-10-11 | build without go.mod file | Jeff Carr | |
| 2022-10-11 | Merge branch 'refactor' | Jeff Carr | |
| 2022-10-11 | Change Node to Box | Jeff Carr | |
| 2022-10-08 | Try renaming 'Node' to 'Box' | Jeff Carr | |
| 2022-10-08 | Merge branch 'master' into jcarr | Jeff Carr | |
| 2022-10-08 | use the old way to ignore go.mod? | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2022-10-08 | BUILD: builds again with go 1.19 on sid as of today | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | KILL: how did this get here? | Jeff Carr | |
| 2021-11-04 | NOTE: minor | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | SMALL: some stuff hanging around | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | GOOD: font button shows up again (doesn't do anything) | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | GOOD: read text from multi-line entrybox | 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-04 | GOOD: add Node.SetMargined() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-04 | PANIC: remove almost all panic()s | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-03 | EDITBOX: pull in a edit box example | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-03 | GUI: show error windows | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-03 | WINDOW: try to properly destroy a window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-01 | TABS: very reliable tab, window and node handling | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-01 | CODE: old code | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-01 | BREAK: add vertical and horizontal breaks | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-11-01 | CLEAN: remove more cruft | 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: more removals of GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | BOX: keep removing 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 | BOX: keep removing 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 | BOX: start removing GuiBox | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-31 | TEXT: fix OnChanged() handling | Jeff Carr | |
