Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -2/+8 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -16/+43 |
| | |||||
* | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -1/+12 |
| | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+12 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Allow synthesized and extension meta objects to work together | Aaron Kennedy | 2009-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -1/+5 |
| | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } } | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+71 |