summaryrefslogtreecommitdiff
path: root/window.go
AgeCommit message (Expand)Author
2023-04-26gocui: closer to working layoutJeff Carr
2023-04-26gocui: more spacing logicJeff Carr
2023-04-08gocui: compiling and running againJeff Carr
2023-04-08andlabs: the binary tree limps along againJeff Carr
2023-04-08more code deprecationJeff Carr
2023-04-08gocui: keep deprecating non-gochannel codeJeff Carr
2023-04-03gocui: working towards correct layoutJeff Carr
2023-03-29add semi-working gocuiv0.7.4Jeff Carr
2023-03-23Squashed commit of the following:v0.7.3Jeff Carr
2023-03-01lots cleaner code between the pluginv0.6.1Jeff Carr
2023-02-25The debugging window is finally usefulJeff Carr
2022-11-14setup building without plugins on windowsv0.5.1Jeff Carr
2022-11-13Massive refactor to use go plugins. This is neat.Jeff Carr
2022-11-06start trying to make the tookits pluginsv0.4.3Jeff Carr
2022-10-21v0.4.1 set sane toolkit default look and feelv0.4.1Jeff Carr
2022-10-20Squashed commit of the following:Jeff Carr
2022-10-19Refactor to 'gui/toolkit/'Jeff Carr
2022-10-17remove old codeJeff Carr
2022-10-16Add slander and spinbox in toolkit/andlabsJeff Carr
2022-10-11Merge branch 'master' into develv0.3.1Jeff Carr
2022-10-11Change Node to BoxJeff Carr
2021-11-04SMALL: some stuff hanging aroundJeff Carr
2021-11-04PANIC: remove almost all panic()sJeff Carr
2021-11-03GUI: show error windowsJeff Carr
2021-11-03WINDOW: try to properly destroy a windowJeff Carr
2021-11-01TABS: very reliable tab, window and node handlingJeff Carr
2021-10-31CLEAN: more code removalsJeff Carr
2021-10-31REFACTOR: remove GuiWindow & GuiBoxJeff Carr
2021-10-31BOX: kill GuiBoxJeff Carr
2021-10-31BOX: more removals of GuiBoxJeff Carr
2021-10-31REFACTOR: refactor everything to gui.Node structv0.2Jeff Carr
2021-10-06REFACTOR: things are back to working as they wereJeff Carr
2021-10-06TAB: correctly lookup and add tabs to blank windowsJeff Carr
2021-10-06REFACTOR: continue to move in a better directionJeff Carr
2021-10-06BUILD: suck it up and try to use go.modJeff Carr
2021-10-06BUG: fix WxHJeff Carr
2021-10-05BUG: fix potential 'nil' referenceJeff Carr
2021-10-05CODE: not sure, but it compiles and runs somehowJeff Carr
2021-10-05TAB: automatically set all tables to SetMargined(true)Jeff Carr
2021-10-04ANALABS: work on improving the abstractionJeff Carr
2021-10-04TAB: code to more correctly handle gtk tabsJeff Carr
2021-10-04WINDOW: add function to create completely blank windowJeff Carr
2021-10-04MINOR: minor changeJeff Carr
2021-10-04WINDOW: add CreateWindow that has proper paddingJeff Carr
2019-06-17correctly check for no tabs before Destory()Jeff Carr
2019-06-17shorten timesJeff Carr
2019-06-17allow a custom Exit()Jeff Carr
2019-06-17woops. pretty wrong error in making a new windowJeff Carr
2019-06-14don't use Data.Windows anymoreJeff Carr
2019-06-13DeleteWindow() worksJeff Carr