<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rhizi/src/client/main.js, branch POC_2.5d</title>
<subtitle>Connective intelligence</subtitle>
<id>https://git.yuv.al/rhizi/atom/src/client/main.js?h=POC_2.5d</id>
<link rel='self' href='https://git.yuv.al/rhizi/atom/src/client/main.js?h=POC_2.5d'/>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/'/>
<updated>2015-04-13T16:09:09Z</updated>
<entry>
<title>commons only: client: hide the intro-task (for commons)</title>
<updated>2015-04-13T16:09:09Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-13T16:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=45d1a96f4b723a39e9c5dba55db447767bb55935'/>
<id>urn:sha1:45d1a96f4b723a39e9c5dba55db447767bb55935</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: introduce zen mode</title>
<updated>2015-04-12T17:06:45Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-12T17:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=310295684fa1e146af9a0e9b3affc5bfdac75f3b'/>
<id>urn:sha1:310295684fa1e146af9a0e9b3affc5bfdac75f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: hide filter and layout menus on click on empty area. resolve partial #444</title>
<updated>2015-04-06T23:52:49Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-06T23:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=66689ec897740e9725784f30954c92d2f7d2843c'/>
<id>urn:sha1:66689ec897740e9725784f30954c92d2f7d2843c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: main: fix usage before initialization of rz_core in case of debug=1</title>
<updated>2015-04-01T22:00:47Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-04-01T22:00:47Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=2ca7795ec594a9fe29de0d6f22160f79af340d7b'/>
<id>urn:sha1:2ca7795ec594a9fe29de0d6f22160f79af340d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor rz_core initialization:</title>
<updated>2015-04-01T19:20:30Z</updated>
<author>
<name>LV-426</name>
<email>lv-426@taproot.org.il</email>
</author>
<published>2015-03-23T11:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=84c064943da7752dee4ffa803e9ee7a3cf87f63d'/>
<id>urn:sha1:84c064943da7752dee4ffa803e9ee7a3cf87f63d</id>
<content type='text'>
   - init()
   - export via published_var_dict var
</content>
</entry>
<entry>
<title>client: fix scrolling of window on focus in feedback button (Fixes #366)</title>
<updated>2015-03-08T22:24:28Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-08T22:24:28Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=43ce5a6327ecaa287d846d0ad63ebdbbd1904505'/>
<id>urn:sha1:43ce5a6327ecaa287d846d0ad63ebdbbd1904505</id>
<content type='text'>
This is actually a sort of workaround, since now you cannot use tab to
focus on the feedback button, you have to click it with the mouse.

Since most people (everybody?) would do that anyhow, it's good enough.

An alternative is to change the 'botton: -3px' to anythin non-negative.

I have not managed to capture or prevent the scrolling behaviour. What
happens is that chrome tries to move the element into focus even though
that is impossible since it is with a fixed position to an absolutely
positioned element (body).
</content>
</entry>
<entry>
<title>client: s/setup_merge_button/setup_toolbar/</title>
<updated>2015-03-03T22:05:57Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-03T22:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=5ecc2b10d32e257518a771f5a6c0244fc3ac9569'/>
<id>urn:sha1:5ecc2b10d32e257518a771f5a6c0244fc3ac9569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: add keyshortcuts.js, implement ctrl-a for selecting all</title>
<updated>2015-03-03T21:44:08Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-03-03T21:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=6d650b2ba07078b113ddeda89d6cf15ea56cd0c2'/>
<id>urn:sha1:6d650b2ba07078b113ddeda89d6cf15ea56cd0c2</id>
<content type='text'>
switch to onkeydown to capture ctrl-a before browser action
ctrl-a works on text fields since we only handle it if the target is the
body (which it is when svg is in focus, although that may be
accidental, don't know the logic).
</content>
</entry>
<entry>
<title>client/main: possible bug fix seen on LightTable/webkit - not critical</title>
<updated>2015-02-17T09:27:11Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-16T20:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=b845d3031496e8e523f3e95ada7d98572423a49e'/>
<id>urn:sha1:b845d3031496e8e523f3e95ada7d98572423a49e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: add merge button, does nothing, enabled for two or more selected nodes</title>
<updated>2015-02-15T11:04:19Z</updated>
<author>
<name>Alon Levy</name>
<email>alon@pobox.com</email>
</author>
<published>2015-02-15T11:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.yuv.al/rhizi/commit/?id=e4a6cafe94072ff68e6fbb34a0e59a8ee557ca85'/>
<id>urn:sha1:e4a6cafe94072ff68e6fbb34a0e59a8ee557ca85</id>
<content type='text'>
</content>
</entry>
</feed>
