| Age | Commit message (Collapse) | Author |
|
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
|
|
This changes our current svg. We already had a <g id="link-group">
and under it <path class="link graph"> elements (class changes for
selection).
Now we have <g class="link graph"> 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.
|
|
|
|
we reset it correctly at the first tick. The default value doesn't make
any sense.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not using jquery tab since I just want an abstraction for 'show just
one' which is simpler, no labels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- clean module header - nod dep change
- rename RZ -> rz_core
- use non-named module definition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
between node & requirejs module definition belongs eleswhere, probably in a wrapper script, not prefixed to a particular module.
|
|
|
|
|
|
|
|
textanalysis exposes the current selected type plus functions to
increment or decrement it, hides the typeindex and nodetypes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- backend_commit - allows client accumulating changes & select better commit timing
|