<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snap/blocks.js, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://git.schneefux.xyz/schneefux/snap/atom/blocks.js?h=master</id>
<link rel='self' href='http://git.schneefux.xyz/schneefux/snap/atom/blocks.js?h=master'/>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/'/>
<updated>2015-06-25T13:32:22Z</updated>
<entry>
<title>Merge pull request #834 from cycomachead/number-functions</title>
<updated>2015-06-25T13:32:22Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:32:22Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=4707169519b0d7b5f41fff46bb5c7e25a36bc498'/>
<id>urn:sha1:4707169519b0d7b5f41fff46bb5c7e25a36bc498</id>
<content type='text'>
Implement log10 and 10^x math functions</content>
</entry>
<entry>
<title>Revert to "new" for object creation</title>
<updated>2015-06-25T13:11:51Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-25T13:11:51Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=4c21c9f187033172fa58a1bd3100d7c494617f10'/>
<id>urn:sha1:4c21c9f187033172fa58a1bd3100d7c494617f10</id>
<content type='text'>
and prepare for new release
</content>
</entry>
<entry>
<title>Fix InputSlotMorph::fixLayout()</title>
<updated>2015-06-18T20:05:27Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-18T20:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=e1b104948b5162a014fa752f394d0e722664499c'/>
<id>urn:sha1:e1b104948b5162a014fa752f394d0e722664499c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize loading projects a bit more</title>
<updated>2015-06-18T03:05:34Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-18T03:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=0245a81fc04cf787bae2f3467f850a07d9791ca7'/>
<id>urn:sha1:0245a81fc04cf787bae2f3467f850a07d9791ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't redraw label parts unnecessarily</title>
<updated>2015-06-18T02:21:23Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-18T02:21:23Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=95a815b6d63b57f46a72be25b9723366f4af76bd'/>
<id>urn:sha1:95a815b6d63b57f46a72be25b9723366f4af76bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't step SyntaxElementMorphs or their children</title>
<updated>2015-06-18T00:05:35Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-18T00:05:35Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=f54da26e8e4a9d92c93ac58f242ac521b6dbac66'/>
<id>urn:sha1:f54da26e8e4a9d92c93ac58f242ac521b6dbac66</id>
<content type='text'>
~1500 ms before =&gt; ~150 ms after (stepping world with large scripts)
</content>
</entry>
<entry>
<title>Optimize Block::thumbnail()</title>
<updated>2015-06-17T22:39:23Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-17T22:39:23Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=94687f8e630c5be6f2c82615c1aa1ec5cbee82b8'/>
<id>urn:sha1:94687f8e630c5be6f2c82615c1aa1ec5cbee82b8</id>
<content type='text'>
Remove noShadow, because copying is really expensive--you could probably add this in-place with some more complicated logic, but it doesn't seem worth it. Also fix clipping logic so that fades look good on all background colors.
</content>
</entry>
<entry>
<title>Use Object.create(…) instead of new …() for inheritance (faster)</title>
<updated>2015-06-17T21:11:40Z</updated>
<author>
<name>Nathan Dinsmore</name>
<email>nathan@users.noreply.github.com</email>
</author>
<published>2015-06-17T21:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=87c2503571bd7f5e753bc16a05bd198fc58d7d7c'/>
<id>urn:sha1:87c2503571bd7f5e753bc16a05bd198fc58d7d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement log10 and 10^x math functions</title>
<updated>2015-06-16T00:19:25Z</updated>
<author>
<name>Michael Ball</name>
<email>cycomachead@gmail.com</email>
</author>
<published>2015-06-16T00:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=e21a872b0dcbca2e7ea8311d9b54f709876d1848'/>
<id>urn:sha1:e21a872b0dcbca2e7ea8311d9b54f709876d1848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #820</title>
<updated>2015-06-08T13:40:59Z</updated>
<author>
<name>Jens Mönig</name>
<email>jens@moenig.org</email>
</author>
<published>2015-06-08T13:40:59Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=03c4acd367dabe946f8091c7ad55f059ad919579'/>
<id>urn:sha1:03c4acd367dabe946f8091c7ad55f059ad919579</id>
<content type='text'>
</content>
</entry>
</feed>
