summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2015-05-12client: add initial activity streamAlon Levy
2015-05-10client: fix #552. don't remove parameters when rewriting urlAlon Levy
2015-05-05client/view/item_info: allow enters in textarea. fix #533Alon Levy
2015-05-05client: selection: remove link selection when appropriate. fixes #543Alon Levy
2015-05-05client/view/selection: remove debug printAlon Levy
2015-05-05client/view/graph_view: fix hidden link text with new link selectionAlon Levy
2015-05-05client: add distinct links selectionAlon Levy
2015-05-05client/messages+selection: fix delete message for links onlyAlon Levy
2015-05-05client: fix Image overlapping link icon. fix #503Alon Levy
2015-05-05client: improve text of delete messages, fix #521Alon Levy
2015-05-04client/view/selection: s/selected/selected_nodes/, s/related/related_nodes/Alon Levy
2015-05-04client/textanalysis: use type from current cursor selection for a new node. F...Alon Levy
2015-05-04client: update selected type prompt based on cursorAlon Levy
2015-05-04client: single delete button. fixes #523Alon Levy
2015-05-04client: domain_types: add misc.direction, takes valid css direction values, a...Alon Levy
2015-05-04client: show node titles, not internal node types. fix #537Alon Levy
2015-05-04client/view/item_info: reorder per attribute orderAlon Levy
2015-05-04client/view/item_info: set minimal size on textarea. auto height style not wo...Alon Levy
2015-05-04client/model/types: order of attributes determines appearance order. make nam...Alon Levy
2015-05-03client/graph_view: zen_mode zooming and layouting changeAlon Levy
2015-05-03view/graph_view: add helper center_on_selection_relatedAlon Levy
2015-05-03client/graph_view: export layout (debugging only)Alon Levy
2015-05-03client/graph_view: add duration argument to nodes__user_visibleAlon Levy
2015-05-03client/graph_view: make nodes__user_visible available locallyAlon Levy
2015-05-03client/graph_view: extract layout__resetAlon Levy
2015-05-03client/graph_view: export parent_element (debugging only)Alon Levy
2015-05-03client/rz_core: cancel zen mode on doc loadAlon Levy
2015-05-03client: new doc: add error message. fixes #534Alon Levy
2015-05-03client: on doc change, change url via window.history.replaceStateAlon Levy
2015-05-03client: search: clear on doc change. Fixes #532Alon Levy
2015-05-03client: load new doc button: use ajaxAlon Levy
2015-04-30REST api: /graph/clone -> /api/rzdoc/cloneLV-426
2015-04-30add '/api' prefix to REST api calls, help differentiate from end-user HTTP pathsLV-426
2015-04-26UI text changes for search and mergegarbash
2015-04-25client: drop rz_server_{host,port}, use document.locationAlon Levy
2015-04-21client/buttons: export: export filename to docname-timestamp.jsonAlon Levy
2015-04-21client/model/diff: reindentAlon Levy
2015-04-16client: node radius change on image remove: fixAlon Levy
2015-04-16client: image-url: bigger radiusAlon Levy
2015-04-16client: move node_text_d{x,y} from rz_core to graph_viewAlon Levy
2015-04-15client: add images using existing circlesAlon Levy
2015-04-15unite 'rzdoc__mainpage_name' old aliasesLV-426
2015-04-14client/graph_view: turn off image url display for now, not done yet, accident...Alon Levy
2015-04-14wip going to use style.fill url(image)Alon Levy
2015-04-14client/graph_view: images are just valid urlsAlon Levy
2015-04-14client/graph_view: s/nodeTextX/node__text_x/Alon Levy
2015-04-14client: graph_view: fix position change when removing/adding image-urlAlon Levy
2015-04-14client/graph_view: move translate aroundAlon Levy
2015-04-14client: place image+text on the middle of the bounding boxAlon Levy
2015-04-14client: support image from 'image-url' attributeAlon Levy