Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | add night support for clocks example | Yann Bodson | 2009-11-02 | 3 | -1/+4 |
| | |||||
* | fix parallax example | Yann Bodson | 2009-10-30 | 1 | -3/+3 |
| | |||||
* | change cities in clock example | Yann Bodson | 2009-10-30 | 2 | -5/+5 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-30 | 8 | -0/+92 |