index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
basicctrls.go
Age
Commit message (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-20
Added events and validity methods to TextField and implemented the events on ...
Pietro Gagliardi
2014-08-15
Added Group and implemented it on GTK+.
Pietro Gagliardi
2014-08-15
Added Label.isStandalone(), used by Grid. Now for the Grid test...
Pietro Gagliardi
2014-08-14
Moved TODO about Labels to mergeback/grid.go; will worry when Grids become a ...
Pietro Gagliardi
2014-08-14
Cleaned up a bunch of TODOs, moving a few to future plans.
Pietro Gagliardi
2014-08-13
Rechecked Stack/Grid code; non-standalone Label behavior TODO removed.
Pietro Gagliardi
2014-08-12
More future plans.
Pietro Gagliardi
2014-08-08
Added nested and empty tabs to the test program, and fixed up relevant docume...
Pietro Gagliardi
2014-08-05
More TODOs.
Pietro Gagliardi
2014-08-05
Renamed textField to textfield; this is just for the private implementation.
Pietro Gagliardi
2014-08-04
Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to ...
Pietro Gagliardi
2014-08-03
Chagned Checkbox.OnClicked() to Checkbox.OnToggled(). The code restructure wi...
Pietro Gagliardi
2014-08-01
More TODOs.
Pietro Gagliardi
2014-07-30
Disambiguated what happens when a regular Label is used in a Standalone context.
Pietro Gagliardi
2014-07-30
Moved the definition of Control itself to control.go and updated some comments.
Pietro Gagliardi
2014-07-30
Renamed the controls* and containers* files to basicctrls* and containerctrls...
Pietro Gagliardi