dart-sdk/client
2011-10-07 08:41:38 +00:00
..
base Enhanced performance by removing unused UI, reducing the # of absolutely positioned elements thus reducing the # of render layers, and increasing the amount of logic performed using string concat instead of DOM manipulation. 2011-10-06 22:15:50 +00:00
dom Remove substringToEnd. 2011-10-07 08:41:38 +00:00
fling Remove more uses of the old syntax for optional arguments. 2011-10-06 07:37:15 +00:00
html Remove substringToEnd. 2011-10-07 08:41:38 +00:00
json Initial checkin. 2011-10-05 04:52:33 +00:00
layout Remove substringToEnd. 2011-10-07 08:41:38 +00:00
observable Add range methods to List. Throw not implemented for now. 2011-10-07 07:56:42 +00:00
testing/unittest Initial checkin. 2011-10-05 04:52:33 +00:00
tests Fix stale config. Test is now passing. 2011-10-07 04:56:13 +00:00
tools htmlconverter: fixing the use of optimized output. 2011-10-07 00:26:48 +00:00
touch Enhanced performance by removing unused UI, reducing the # of absolutely positioned elements thus reducing the # of render layers, and increasing the amount of logic performed using string concat instead of DOM manipulation. 2011-10-06 22:15:50 +00:00
util Rename Time to Duration and adapt methods. 2011-10-06 14:21:57 +00:00
view Enhanced performance by removing unused UI, reducing the # of absolutely positioned elements thus reducing the # of render layers, and increasing the amount of logic performed using string concat instead of DOM manipulation. 2011-10-06 22:15:50 +00:00
dart.gyp Initial checkin. 2011-10-05 04:52:33 +00:00
README Initial checkin. 2011-10-05 04:52:33 +00:00

A Dart-based development stack that enables rapid, scalable development of
client-side applications that run well across desktop and mobile platforms.