jump to detailed chart | hide Line HistoryConstraint |
Recent Changelog
3966
by rfield
03 September 2008, 22:23:43 -0700
(
4 months 3 days ago)
Fixed JFXC-1932 : Pre-user-default value of String and Duration instance var is null (which is invalid) For example, the old value in the following used to be null: var str = "Hello" on replace o…
./Main.fx.EXPECTED
3966
3814
by rfield
19 August 2008, 18:29:52 -0700
(
4 months 19 days ago)
Partial JFXC-1802 : deprecation warning on use of 'attribute' Convert remaining uses of 'attribute' to 'var'. Conversion was done in tests, in examples, and, except in cases where interpreter syntax a… … 214 more files in changeset.
2398
by briangoetz
04 April 2008, 15:16:48 -0700
(
9 months ago)
Fix for JFXC-825 and partial fix for JFXC-1033; don't creating bindings as initially lazy. This required turning the BoundXxx{Select,If}Expression classes into factories, to avoid order-of-initializa…
./Main.fx.EXPECTED
2398
1776
by briangoetz
17 February 2008, 10:10:46 -0800
(
10 months ago)
Merge in initialization branch. Only downside is that classes cannot provide a default for superclass attributes (yet). Robert is working on that now.
./Main.fx.EXPECTED
1776
|