| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-16 | moving files around after repository merger | Alon Levy | |
| 2014-12-16 | showNodeInfo(): on_save() hook: | LV-426 | |
| - use graph.update_node(), - pass update_view__graph() callback | |||
| 2014-12-16 | removeNode(): rm unsued state param, | LV-426 | |
| swith to find_node__by_id() use | |||
| 2014-12-16 | wrap backend calls with rz_config.backend_enabled | LV-426 | |
| 2014-12-08 | rz_core: remove console log used for development | Alon Levy | |
| 2014-12-08 | reorder link labels (.linklabel) | Alon Levy | |
| there is an existing bug where you don't see the labels for links changes on existing nodes, i.e.: (no enter on second sentence) You should have: g .linklabel isnot but instead you have an empty linklabel g .linklabel | |||
| 2014-12-08 | rz_core: selected links should be below selected nodes | Alon Levy | |
| 2014-12-08 | links reordering per selection (Fixes #198) | Alon Levy | |
| adding a new group setting all links with id just like nodes have it letting d3 sort per that id - this means it doesn't care about the order of the DOM elements every update we go over all the links and reparent them by selected/non selected. Missing: text-labels | |||
| 2014-12-08 | reorder related & selected on top; Fixes #198 | Alon Levy | |
| 2014-12-08 | fix link hiding by clicking link name after another regression | Alon Levy | |
| 2014-12-08 | fix link unclickable regression | Alon Levy | |
| 2014-12-08 | remove one svg_input should-not-exist-default (width of fo) | Alon Levy | |
| 2014-12-08 | straight links (one line, SVG rocks) | Alon Levy | |
| 2014-12-08 | rz_core: prevent cancel of selection when dragging in an over populated ↵ | Alon Levy | |
| graph (i.e. clicking on a link is hard to avoid) | |||
| 2014-12-08 | remove timeline code from rz_core; cleanup circle code | Alon Levy | |
| 2014-12-07 | remove overlay node, don't remember why it was needed and seems fine without it | Alon Levy | |
| 2014-12-07 | rz_core: can now use shift-click for selection on svg-input (drag still ↵ | Alon Levy | |
| drags node) | |||
| 2014-12-07 | svg_input: remove some magic and make it work for ... text nodes (i.e. ↵ | Alon Levy | |
| longer then 30 chars) | |||
| 2014-12-07 | node/link inline edit: don't show text behind input | Alon Levy | |
| 2014-12-07 | measure: don't do the crazy computed css copy. use minus height trick. Fixes ↵ | Alon Levy | |
| #194 | |||
| 2014-12-07 | node_info cleanup | Alon Levy | |
| show correct fields per node type don't accumulate callbacks (was unusable) update dialog on save with type change - no need to click node again | |||
| 2014-12-06 | Fix #187 - return edge directionality | Alon Levy | |
| 2014-12-06 | underscore on bubble is not pretty | Alon Levy | |
| 2014-12-06 | Show underscore for empty text to enable click editing (Fixes #190) | Alon Levy | |
| 2014-12-06 | Node info edit - make name editable (Partial #189) | 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 | fix regression with too many auto completion suggestions | 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 | rz_core: resizing of the new svg.fo.body.input (works both FF and chrome) | Alon Levy | |
| 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 | fix editing links: was accumulating callbacks (mass edit..) | Alon Levy | |
| 2014-12-04 | fix selection inversion: Fixes #144 | 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 | rz_core: rename overlay_click and small cleanup | Alon Levy | |
| 2014-12-03 | rz_core: user removal fallout | Alon Levy | |
| 2014-12-03 | assume logged-in user, rm userBus | LV-426 | |
| 2014-11-29 | use Bacon instead of signal | Alon Levy | |
| See https://github.com/baconjs/bacon.js Usage right now: we have rz_bus to hold global busses: - names: for autosuggest - ui busses: - ui_key - ui_input The events are objects with {where: from consts, keys/input} (could maybe just use the events and rely on the target element class/id) And graph has it's own bus: graph.diffBus (camelcase probably not the right style - will fix in later commit) To publish to a bus you use push. To insert another stream to a bus you use plug. To listen to a bus you use onValue (you can use subscribe too to get errors and end of stream event, but we don't use that yet). This allows usage of map, filter, flatMap, see github repo for cool examples. | |||
| 2014-11-28 | Changed node types names resolving #162 | garbash | |
| 2014-11-25 | rz_core: remove unused code | Alon Levy | |
| 2014-11-25 | core: Link.{source,target} need to be getters | Alon Levy | |
| Note that despite the sad sad fact __defineGetter__ is not supported by IE8, we are currently at quality 'Crap' on IE8 even without it (I checked, courtesy 14 days trial of crossover from codeweavers), and Dor says it is a level -1000 priority. | |||
| 2014-11-25 | rz_core: fix last usage of highlight, convert to selection | Alon Levy | |
| 2014-11-24 | add search | Alon Levy | |
| The added input lets you select by *oring* multiple space less expressions. i.e. 'a b' will find all nodes with name containing either 'a' or 'b'. Not the specification, will be remedied later (i.e. maybe tomorrow, who knows). excuse the bulk commit, this does 3 things: splits off selection logic into src/view/selection - handles setting state explicityl on Node's, still bad. - bad at least the 'selected' state (i.e. boolean) is in one place. - common point for clicking on nodes/edges and selecting view selection input makes graph.getConnectedNodesAndLinks accept an array and not just a single node implements the search functionality outlined in the first paragraph. | |||
| 2014-11-23 | cleanup zoom behavior init | LV-426 | |
| 2014-11-23 | gantt -> timeline rename | LV-426 | |
