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
/
table.go
Age
Commit message (
Expand
)
Author
2019-06-02
see if an interface can store the outside values
Jeff Carr
2019-06-02
almost complete 'CLEAN'. yet more code refactoring
Jeff Carr
2019-06-02
finally cleaned out all protobuf references
Jeff Carr
2019-06-01
more control panel code removal
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-21
use the standard golang 'image/color' struct
Jeff Carr
2019-05-21
remove libui dependancy on ui.TableString type
Jeff Carr
2019-05-21
better variable names
Jeff Carr
2019-05-13
combined table column init
Jeff Carr
2019-05-13
remove all the uneeded row args
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
more code removal
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
attempt a mapping between the libUI and human index's
Jeff Carr
2019-05-12
try to clean up this wrapper code
Jeff Carr
2019-05-12
freeze to try to fix things inside of libui
Jeff Carr
2019-05-12
export all the structs in TableData
Jeff Carr
2019-05-08
Cleaned out the cell width type init from the data init
Jeff Carr
2019-05-08
successfully inserted a row
Jeff Carr
2019-05-08
export two functions
Jeff Carr
2019-05-08
Initial commit
Jeff Carr