summaryrefslogtreecommitdiff
path: root/box.go
AgeCommit message (Collapse)Author
2024-02-17start thinking further about exact layouts & viewsJeff Carr
2024-02-07try to debug box directionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-19hidden settings seem to workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18move widgetv0.12.15Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-18new pathsv0.12.14Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-13work on hiding widgetsv0.12.5Jeff Carr
When widgets are hidden, their state works exactly the same as normal, but updates are not sent to the toolkits Signed-off-by: Jeff Carr <[email protected]>
2024-01-11var value anyv0.12.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-06sierpinski carpet modeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-05move to "gui/widget"Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-03complete the move to 'go.wit.com/log'Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-01-01reorg to final resting place at go.wit.com/gui/guiv0.9.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-12-20move to go.wit.com/guiv0.9.0Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-05-09more code cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-05-09more sendAction() cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-05-09simplify sendAction()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-04-23andlabs: QueueMain() on add() + delay is _very_ stableJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2022-10-20Squashed 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-19Refactor 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-17purge lots of old codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2022-10-16Add slander and spinbox in toolkit/andlabsJeff 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-11Change Node to BoxJeff Carr
2021-11-04GOOD: read text from multi-line entryboxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04GOOD: use global 'Stretchy' settingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-11-04PANIC: remove almost all panic()sJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: more removals of GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: keep removing GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31BOX: remove GuiBoxJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-31TEXT: fix OnChanged() handlingJeff Carr
2021-10-31REFACTOR: refactor everything to gui.Node structv0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05BUG: fix potential 'nil' referenceJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13ready to implement Destroy()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-04never change the ui.Tab Margined() valuesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03remove an unused functionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03more button cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03start using X & Y axis varsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02remove one of the last duplicate code functionsJeff Carr
this is almost complete 'clean' Signed-off-by: Jeff Carr <[email protected]>
2019-06-02see if an interface can store the outside valuesJeff Carr
also finally fixed the splash area logic Signed-off-by: Jeff Carr <[email protected]>
2019-06-02almost complete 'CLEAN'. yet more code refactoringJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02remove more duplicate codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02more code cleanupJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02more removals and cleanupsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-02doesn't crashJeff Carr
Signed-off-by: Jeff Carr <[email protected]>