<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/view, branch wip__doc_support</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/view?h=wip__doc_support</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/view?h=wip__doc_support'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-04-01T19:25:51Z</updated>
<entry>
<title>creation bubble SVG blur effect</title>
<updated>2015-04-01T19:25:51Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-03-23T11:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=d1e4dd4975aab7374022bac6b276961855622eb9'/>
<id>urn:sha1:d1e4dd4975aab7374022bac6b276961855622eb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/view/graph_view: allow links with x/y that is zero</title>
<updated>2015-03-29T18:35:02Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-29T18:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c6cfc6994dff857b6271039994afa67a5d907525'/>
<id>urn:sha1:c6cfc6994dff857b6271039994afa67a5d907525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "client/view/graph_view: force recalculation of linkDistance on each force__load_graph"</title>
<updated>2015-03-25T08:04:07Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-25T08:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=cf907134bb5a07e2a8eecce4207f61f85a3453e9'/>
<id>urn:sha1:cf907134bb5a07e2a8eecce4207f61f85a3453e9</id>
<content type='text'>
Dor: I have to say it's less usable now with the nodes moving after
every click... I suggest to quickly fix it or revert.

This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
</content>
</entry>
<entry>
<title>client/view/graph_view: remove debug print</title>
<updated>2015-03-24T15:40:09Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-24T15:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=79c2edd797c491a1bfb4597a9e8e89ca49d7030b'/>
<id>urn:sha1:79c2edd797c491a1bfb4597a9e8e89ca49d7030b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/graph_view: add link distance depending on degree of node</title>
<updated>2015-03-24T15:26:42Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-24T15:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e3cff6a365a2f3d1b93959bd1abd863e518e7857'/>
<id>urn:sha1:e3cff6a365a2f3d1b93959bd1abd863e518e7857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/view/graph_view: force recalculation of linkDistance on each force__load_graph</title>
<updated>2015-03-24T15:26:27Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-24T15:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a'/>
<id>urn:sha1:4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: dragging a node fixes it's position; unfixing needs to be thought out</title>
<updated>2015-03-23T11:28:09Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-23T11:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=7a6703319e952c56fec630ef80857840c93d700d'/>
<id>urn:sha1:7a6703319e952c56fec630ef80857840c93d700d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: Bacon/jquery dependency: use shim</title>
<updated>2015-03-17T06:14:04Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-17T06:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bf4df7f0c9898f748bce01ed237e0c52738432cf'/>
<id>urn:sha1:bf4df7f0c9898f748bce01ed237e0c52738432cf</id>
<content type='text'>
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).

Undo the Bacon_wrapper non fix:

git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
</content>
</entry>
<entry>
<title>client: plus/minus zoom implementation using log scale, state still in d3.behavior.zoom</title>
<updated>2015-03-16T19:08:20Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-16T19:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=cb8304d24eefe57cd3ae35aa26275277af92d73d'/>
<id>urn:sha1:cb8304d24eefe57cd3ae35aa26275277af92d73d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/selection: hide/show multiple node operations via parent div</title>
<updated>2015-03-16T19:07:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-16T19:07:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=bde034fb87784f42349b4527aa343b89d3999090'/>
<id>urn:sha1:bde034fb87784f42349b4527aa343b89d3999090</id>
<content type='text'>
</content>
</entry>
</feed>
