| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-05 | add missing datepicker path (requirejs) | Alon Levy | |
| 2014-12-04 | move nodetypes to consts, add descriptions. Fixes #48 | Alon Levy | |
| 2014-12-04 | accidental console.log removed | Alon Levy | |
| 2014-12-04 | Fixes #170: dragging cancels search | Alon Levy | |
| Clearly not the best way to do it: we have a zoom object, it probably already holds this state, and won't be inconsistent if we change the document click handler. Time pressure and all that. | |||
| 2014-12-04 | Partial #162 | Alon Levy | |
| 2014-12-04 | svg input height fix (not in css, svg is annoying) | Alon Levy | |
| 2014-12-04 | implement graph.editStatus (small refactor) | Alon Levy | |
| 2014-12-04 | Fixes #112: /?debug=1 gives you back debugging helpers | Alon Levy | |
| 2014-12-04 | Fixes #173 - note that an enter is still required when using u/down keys | Alon Levy | |
| Actual fix is change from keypress to keydown. tested with chrome. | |||
| 2014-12-04 | update suggested names on json load (regression) | Alon Levy | |
| 2014-12-04 | fix regression with too many auto completion suggestions | Alon Levy | |
| 2014-12-04 | Fixes #178: handle clicks on the plus button | Alon Levy | |
| 2014-12-04 | first stab at add button click - not working when bar is extended | Alon Levy | |
| 2014-12-04 | measure should be hidden - reparented it to fo (and now it's out of the fo ↵ | Alon Levy | |
| width so invisible) | |||
| 2014-12-04 | avoid popping the confirm dialog for temp nodes removal | Alon Levy | |
| the change is a one liner hidden in 24 lines of refactoring :/ | |||
| 2014-12-04 | rz_core: resizing of the new svg.fo.body.input (works both FF and chrome) | Alon Levy | |
| 2014-12-04 | Related to #68 - space as or | Alon Levy | |
| Note that since search is a regexp, you could always (and still) do: a|b But what you can't do now is have spaces in the name :/ | |||
| 2014-12-04 | svgInput modularized, works mostly | Alon Levy | |
| missing correct width (setting it on the input instead of the FO) plus only chrome looks ok for link, FF still misplaced. | |||
| 2014-12-04 | use ForeignObject for editing, not pretty but mostly there | Alon Levy | |
| 2014-12-04 | Fixes #174: case insensitive search | Alon Levy | |
| 2014-12-04 | fix editing links: was accumulating callbacks (mass edit..) | Alon Levy | |
| 2014-12-04 | search: chrome throws exceptions on malformed regular expressions | Alon Levy | |
| 2014-12-04 | Fixes #176: remove trailing space from search | Alon Levy | |
| 2014-12-04 | tab should not change node from last edit; now can tab when sentence is empty | Alon Levy | |
| 2014-12-04 | selection: unbreak search | Alon Levy | |
| 2014-12-04 | search: prevent default enter event | Alon Levy | |
| 2014-12-04 | fixed search bar positioning, scroll bug and moved export button to search bar | Ofer Lehr | |
| 2014-12-04 | selection: keep selected nodes state, correctly notices switch from two node ↵ | Alon Levy | |
| selection to single node selection | |||
| 2014-12-04 | fix selection inversion: Fixes #144 | Alon Levy | |
| 2014-12-04 | graph: getConnectedNodesAndLinks: use forEach (still sucks) | Alon Levy | |
| 2014-12-04 | editlink/node: support escape to cancel | Alon Levy | |
| 2014-12-04 | rz_core: cleanup node click handlers | Alon Levy | |
| too much work to split right now. Following changes: click handlers on circle and on text. image is now under circle instead of side by side (otherwise it hides it due to same z-index and later in children list) some methods renamed to indicate first parameter (editNodeText, showNodeInfo). less calls to graph_update. Still doesn't fix the selection (i.e. unselect for reclick). | |||
| 2014-12-04 | rz_core: use selection.update (more to come) | Alon Levy | |
| 2014-12-04 | selection: add update (reduces code in rz_core) | Alon Levy | |
| 2014-12-04 | rz_core: rename overlay_click and small cleanup | Alon Levy | |
| 2014-12-04 | graph: getConnectedNodesAndLinks: exclude given nodes from return | Alon Levy | |
| 2014-12-03 | rz_observer: remove extra indentation, use bla = bla || default idiom | Alon Levy | |
| 2014-12-03 | textanalysis: fix diffBus callback logic (was doing nothing) | Alon Levy | |
| 2014-12-03 | textanalysis: ReferenceErrors fixed (don't add link when 1 node only available) | Alon Levy | |
| 2014-12-03 | textanalysis: comment typo | Alon Levy | |
| 2014-12-03 | textanalysis: ret.state was not always defined | Alon Levy | |
| Found by investigating a ReferenceError warning: ReferenceError: reference to undefined property | |||
| 2014-12-03 | "use strict" must be first | Alon Levy | |
| Firebug 3.0 alpha or Firefox nightly 37 says: SyntaxError: 'use strict' statement won't be enforced as a directive because it isn't in directive prologue position | |||
| 2014-12-03 | rz_core: user removal fallout | Alon Levy | |
| 2014-12-03 | Fix TypeError: variable _ redeclares argument | Alon Levy | |
| 2014-12-03 | assume logged-in user, rm userBus | LV-426 | |
| 2014-12-03 | construct backend URL using rz_config | LV-426 | |
| 2014-12-03 | rz_config: set dev URL parts | LV-426 | |
| 2014-12-03 | update util read node,link | LV-426 | |
| 2014-12-03 | Fixes #171, Fixes #137 | Alon Levy | |
| One line, two changes: keypress->keydown: - fixes #137. Chrome doesn't dispatch a keypressed on tab. Firefox and chrome both dispatch a keydown, so this works in both. $(document)->element: - fixes #171. Don't listen to text input events globally, only on the element. | |||
| 2014-12-03 | src/main: remove search debug print | Alon Levy | |
