summaryrefslogtreecommitdiff
path: root/window.go
AgeCommit message (Collapse)Author
2021-10-30NODE: still in the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-28DOCS: clean up variable names for node.*() functionsv0.0.5Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-27REFACTOR: moving around things in the rabbit holeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: more rabbitsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: remove lots of deprecated codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: climbing up the rabbit hole moreJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: finally remove initBlankWindow()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25NODE: TODO: refactor InitWindow to use NewWindow()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-25EXIT: more accurate window close & exit codeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-24NODE: it builds, runs and doesn't crashv0.0.4Jeff Carr
Also, it doesn't really work as the formatting and other buttons and things don't get populated
2021-10-09NODE: climbing up the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: going down a rabbit holeJeff Carr
2021-10-09NODE: walking around in the rabbit holeJeff Carr
2021-10-09NODE: going down a rabbit holeJeff Carr
2021-10-08NODE: going down a rabbit holeJeff Carr
2021-10-08NODE: going down a rabbit holeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: continued work on implementing a node treeJeff Carr
2021-10-07NODE: start passing *Node aroundJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-07NODE: start populating the node treeJeff Carr
2021-10-06REFACTOR: things are back to working as they wereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06TAB: correctly lookup and add tabs to blank windowsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06REFACTOR: continue to move in a better directionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06BUILD: suck it up and try to use go.modJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-06BUG: fix WxHJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05BUG: fix potential 'nil' referenceJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05CODE: not sure, but it compiles and runs somehowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-05TAB: automatically set all tables to SetMargined(true)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04ANALABS: work on improving the abstractionJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04TAB: code to more correctly handle gtk tabsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04WINDOW: add function to create completely blank windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04MINOR: minor changeJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2021-10-04WINDOW: add CreateWindow that has proper paddingJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-17shorten timesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-17allow a custom Exit()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-17woops. pretty wrong error in making a new windowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-14don't use Data.Windows anymoreJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13DeleteWindow() worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13this is badJeff 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-13more testsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13more cleanups on the callbackJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-13finally vm list working againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-04finally fix the window and tab namesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2019-06-03minor updatesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>