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
/
tableCallbacks.go
Age
Commit message (
Expand
)
Author
2019-05-28
more color tests
Jeff Carr
2019-05-28
oops
Jeff Carr
2019-05-28
do colors for windows again
Jeff Carr
2019-05-26
clean up more mouse click handling. Almost finished.
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
clean more of the button handling
Jeff Carr
2019-05-24
move all structs into a common file
Jeff Carr
2019-05-24
more mouse click handling cleanups
Jeff Carr
2019-05-24
start adding a VM page
Jeff Carr
2019-05-23
more bg color debugging
Jeff Carr
2019-05-23
ignore background color on windows for now
Jeff Carr
2019-05-23
try nil for all BG row colors
Jeff Carr
2019-05-23
remove color hack
Jeff Carr
2019-05-23
try to return a nil color
Jeff Carr
2019-05-23
more debugging
Jeff Carr
2019-05-22
calls back on button clicks
Jeff Carr
2019-05-21
re-enable debug if statement
Jeff Carr
2019-05-21
remove debugging if statements
Jeff Carr
2019-05-21
more debugging
Jeff Carr
2019-05-21
more debugging
Jeff Carr
2019-05-21
use the standard golang 'image/color' struct
Jeff Carr
2019-05-21
remove libui dependancy on ui.TableString type
Jeff Carr
2019-05-15
start working on a VM window
Jeff Carr
2019-05-13
combined table column init
Jeff Carr
2019-05-12
only have one copy of the libUI -> human index mapping
Jeff Carr
2019-05-12
really simplify the cell index -> human index mapping
Jeff Carr
2019-05-12
no longer need the setCell function callback
Jeff Carr
2019-05-12
remove the old Value from the struct
Jeff Carr
2019-05-12
also set the color
Jeff Carr
2019-05-12
displays all the VM data
Jeff Carr
2019-05-12
some data is flowing all the way through to the GUI for the first time
Jeff Carr
2019-05-12
export all the structs in TableData
Jeff Carr
2019-05-08
export two functions
Jeff Carr
2019-05-08
Initial commit
Jeff Carr