| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-10 | Removed error returns from [all controls].SetText() and Window.SetTitle(). | Pietro Gagliardi | |
| 2014-03-09 | Removed error returns from Control.preferredSize() since errors are not ↵ | Pietro Gagliardi | |
| going to be returned anymore. | |||
| 2014-03-03 | Fixed Mac OS X control placement flipping. This is done by passing the ↵ | Pietro Gagliardi | |
| height of the window around setRect() calls to avoid polling the content view frame each time. | |||
| 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 | More TODO reduction. | Pietro Gagliardi | |
| 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 | Added labels. | Pietro Gagliardi | |
