| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-24 | Added Control.preferredSize() and preferredSize() for all the standard Controls. | Pietro Gagliardi | |
| 2014-02-19 | Moved to a proper package; main() is now a test and go test -c is used to ↵ | Pietro Gagliardi | |
| build. Once I iron out a bug with Windows event handling, I'll add a README. | |||
| 2014-02-17 | Removed all //package ui comments. | Pietro Gagliardi | |
| 2014-02-15 | Gave all relevant controls matching SetText()/Text() pairs. Also added a ↵ | Pietro Gagliardi | |
| TODO for Checkbox related to checked state. | |||
| 2014-02-15 | Reduced the number of unnecessary error returns based on MSDN. The TODOs ↵ | Pietro Gagliardi | |
| that used to be there have been moved to a new file; similar files for Mac and Linux will also be made. | |||
| 2014-02-15 | Removed setting the initial width and height in sysData.make() (this gets ↵ | Pietro Gagliardi | |
| rid of the dummy 300x300 sizes from the controls) and added an explicit sysData.setWindowSize() to Window.Open() to ensure everything's sized properly. | |||
| 2014-02-14 | Handled all controls's created field. | Pietro Gagliardi | |
| 2014-02-14 | Renamed Control.apply() to Control.make(). | Pietro Gagliardi | |
| 2014-02-14 | Changed manual sysData construction to use a helper function instead. | Pietro Gagliardi | |
| 2014-02-13 | Added Checkbox.Checked(). | Pietro Gagliardi | |
| 2014-02-13 | Added checkboxes. You can't really do anything with them yet, though... | Pietro Gagliardi | |
