| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | remove old code | 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 | 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 | PANIC: remove almost all panic()s | 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-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 | 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 | REFACTOR: continue to move in a better direction | 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-06 | BUG: fix WxH | 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 | 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: code to more correctly handle gtk tabs | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | WINDOW: add function to create completely blank window | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | MINOR: minor change | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2021-10-04 | WINDOW: add CreateWindow that has proper padding | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-17 | correctly check for no tabs before Destory() | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-17 | shorten times | 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-17 | woops. pretty wrong error in making a new window | 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 | DeleteWindow() works | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-13 | this is bad | 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 | more cleanups on the callback | 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-04 | finally fix the window and tab names | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | minor updates | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | typo | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
| 2019-06-03 | not sure what happened | Jeff Carr | |
| Signed-off-by: Jeff Carr <[email protected]> | |||
