<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/res/css, branch wip/addNode-refactoring.rebased</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/res/css?h=wip%2FaddNode-refactoring.rebased</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/res/css?h=wip%2FaddNode-refactoring.rebased'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2014-11-18T22:29:52Z</updated>
<entry>
<title>Extreme opacity for the unselected</title>
<updated>2014-11-18T22:29:52Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2014-11-18T22:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=95dc59aed2ec6d7d070fc08ea256a7b195e1b61c'/>
<id>urn:sha1:95dc59aed2ec6d7d070fc08ea256a7b195e1b61c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>notselected &amp; selected classes added; only used when a selection is in progress</title>
<updated>2014-11-18T22:15:10Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-18T22:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=21fd502e71c4c9aa235bca6a487110edf0cfe7d9'/>
<id>urn:sha1:21fd502e71c4c9aa235bca6a487110edf0cfe7d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rz_core: move styling to css for easy skinning</title>
<updated>2014-11-18T16:47:34Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-18T09:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=c80243ce285d672e82c2556f9dd68e81665e4dae'/>
<id>urn:sha1:c80243ce285d672e82c2556f9dd68e81665e4dae</id>
<content type='text'>
So now you can change for instance:

$('.perm').each(function(i,x) { x.style.opacity=0.1; })
</content>
</entry>
<entry>
<title>Fix highlight of node and edge</title>
<updated>2014-11-11T20:57:24Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T20:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=3af0a82791b6bf3e24015d652c9fbddba0d1cfeb'/>
<id>urn:sha1:3af0a82791b6bf3e24015d652c9fbddba0d1cfeb</id>
<content type='text'>
TODO 1:
This is a bit magic. The problem is that I'm not sure exactly if the
nodes/edges given to the click callback are updated correctly when we
just do renames. So the code is a bit protective - it compares names
instead of comparing objects. This might work or not later with multiple
edges. But I really need to fix it so we never have callbacks with stale
data.

TODO 2:
Plus I'm not using classes correctly, instead setting attributes in the
d3 update function (update). This is already done but is a bad smell,
makes it harder to change properties easily. Used for stroke-width here
and for nodes, for color.
</content>
</entry>
<entry>
<title>bug fix: subtitle text+ghost edge size</title>
<updated>2014-11-11T18:33:16Z</updated>
<author>
<name>garbash</name>
<email>dor.garbash@gmail.com</email>
</author>
<published>2014-11-11T18:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=68d8eddce3f4010dc88c6a0a9def701dd8f9b25b'/>
<id>urn:sha1:68d8eddce3f4010dc88c6a0a9def701dd8f9b25b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename load/save file; Fixes #111</title>
<updated>2014-11-11T18:04:06Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T18:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=1c8e302a62fc3362751d0697882f2d7ea04ff1cd'/>
<id>urn:sha1:1c8e302a62fc3362751d0697882f2d7ea04ff1cd</id>
<content type='text'>
The browse button still needs to be fixed. Maybe this:

http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom
</content>
</entry>
<entry>
<title>add ghostlink for easier edge selection (Fixes #131)</title>
<updated>2014-11-11T17:54:00Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T17:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=57f8d3a8af3461c63a6e6b71cbd330b4a6905882'/>
<id>urn:sha1:57f8d3a8af3461c63a6e6b71cbd330b4a6905882</id>
<content type='text'>
This changes our current svg. We already had a &lt;g id="link-group"&gt;
and under it &lt;path class="link graph"&gt; elements (class changes for
selection).

Now we have &lt;g class="link graph"&gt; elements containing two paths:
one for display, one for selection.
the display has stroke-width of 2 (defined in res/css/style.css) and the
selection has stroke-width of 5 and stroke not defined to make it
invisible plus a higher z-index to catch the click.
</content>
</entry>
<entry>
<title>Add edge_info tab; implements edge deletion</title>
<updated>2014-11-11T17:48:25Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2014-11-11T15:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=9968784c978199b10bd7f6fcc465ba5fc5841e0e'/>
<id>urn:sha1:9968784c978199b10bd7f6fcc465ba5fc5841e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mv css, font resources to res/font/, res/css/</title>
<updated>2014-11-11T12:45:44Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2014-11-11T12:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=758d24c1bef78d1ac3dc2b8b3141436f5124428b'/>
<id>urn:sha1:758d24c1bef78d1ac3dc2b8b3141436f5124428b</id>
<content type='text'>
</content>
</entry>
</feed>
