index
:
go.wit.com/gui.git
devel
guimaster
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
splash.go
Age
Commit message (
Expand
)
Author
2019-06-01
more control panel code removal
Jeff Carr
2019-05-31
v0.2
Jeff Carr
2019-05-31
lots of changes to track windows and tabs
Jeff Carr
2019-05-31
more structural cleanups
Jeff Carr
2019-05-31
continue variable and structure improvements
Jeff Carr
2019-05-30
change CreateButton to rerturn *GuiButton
Jeff Carr
2019-05-30
more variable name changes
Jeff Carr
2019-05-30
more variable name fixes
Jeff Carr
2019-05-30
start fixing variable names
Jeff Carr
2019-05-30
more work on stability
Jeff Carr
2019-05-29
large change to track the window everywhere
Jeff Carr
2019-05-29
start moving the area text back to the main program
Jeff Carr
2019-05-29
more dereferencing of *ui.Area
Jeff Carr
2019-05-29
remove the myAH stand alone variable
Jeff Carr
2019-05-29
correctly dereference the AreaHandler
Jeff Carr
2019-05-29
fix crash
Jeff Carr
2019-05-29
start to refactor the splash area code
Jeff Carr
2019-05-29
minor change to ping
Jeff Carr
2019-05-26
almost complete obviewscation of the buttons
Jeff Carr
2019-05-26
more standard button handling
Jeff Carr
2019-05-24
single CreateButton function
Jeff Carr
2019-05-24
button handling almost completely cleaned up
Jeff Carr
2019-05-24
more button debugging
Jeff Carr
2019-05-24
buildtime debugging
Jeff Carr
2019-05-23
trap window close and correctly exit
Jeff Carr
2019-05-23
fix QUIT
Jeff Carr
2019-05-23
display golang build version & git commit
Jeff Carr
2019-05-22
allow version to be set
Jeff Carr
2019-05-22
all local variables are in Data{}
Jeff Carr
2019-05-22
calls back on button clicks
Jeff Carr
2019-05-22
I guess all GUI stuff must go in here. No other goroutine can ever
Jeff Carr