summaryrefslogtreecommitdiff
path: root/src/client/view
AgeCommit message (Expand)Author
2015-03-07client: move nodetypes from consts to model/typesAlon Levy
2015-03-07client/node_info: bug fixAlon Levy
2015-03-06client: introduce model/types, cleanup node_info (not quite enough)Alon Levy
2015-03-04client:selection: invert on shiftAlon Levy
2015-03-04client: node_view: delete button: popup confirmation dialogAlon Levy
2015-03-04client: fix res/static forgotten rename; Fixes #355Alon Levy
2015-03-04client: s/setup_merge_button/setup_toolbar/Alon Levy
2015-03-04client/view/selection: add confirm dialog to delete buttonAlon Levy
2015-03-03client: toolbar: add delete buttonAlon Levy
2015-03-03client/selection: add skipDuplicatesAlon Levy
2015-03-03client: fix toolbar buttons flashing when augmenting |selection|>=2Alon Levy
2015-03-03client: rename consistently links__delete, nodes__deleteAlon Levy
2015-03-03client/view/selection: rz_core is not updated by the initial define, remove f...Alon Levy
2015-03-03client/view/completer: sort completions (required with substring results)Alon Levy
2015-03-03client/view/completer: allow completions for any subsetAlon Levy
2015-03-03client: fix completer regression breaking search completion. Fixes #354Alon Levy
2015-03-03client/node_info: do not update not when diff arrives, fix warningsAlon Levy
2015-03-03client/textanalyser_input: remove debug printAlon Levy
2015-03-03client/textanalyser_input: use classesAlon Levy
2015-03-03client/text_analyser_input: fix cursor position move on enterAlon Levy
2015-03-03client/text_analyser_input: specify setter+getter+selectionStart for complete...Alon Levy
2015-03-03client/completer: generalize getter, setter, selectionStartAlon Levy
2015-03-03client/completer: rename variableAlon Levy
2015-03-03client/completer: fix handling of separator that is more then one charAlon Levy
2015-03-02client: extract textanalyser_input componentAlon Levy
2015-03-02completer: update to work with both input and div elementsAlon Levy
2015-03-01client: node_info: status: only admin can change itAlon Levy
2015-03-01adding missing 'quoted' function, call introduced in dfc93cf003e8b4484e98ead7...LV-426
2015-03-01client/svg-input: rewrite using width:auto, no more measure hack (Fix #338)Alon Levy
2015-03-01client/graph_view: don't translate/zoom if node already in viewAlon Levy
2015-03-01client: add Bacon_wrapper, use instead of Bacon; forced loading of jquery bef...Alon Levy
2015-03-01view/graph_view: yet another fix for scalingAlon Levy
2015-03-01client/graph_view: fix scalingAlon Levy
2015-03-01client/graph_view: use transition when setting zoom for visibilityAlon Levy
2015-03-01client/graph_view: fix visibility setting to include scaleAlon Levy
2015-03-01client/selection: make sure selection is visibleAlon Levy
2015-03-01client/graph_view: add a debug message, remove commented out codeAlon Levy
2015-03-01client/graph_view: implement nodes__user_visible (no scale yet, just translat...Alon Levy
2015-03-01client: move obj_take to utilAlon Levy
2015-02-27client: highlight user selected nodes (aka root selection); Fixes #341Alon Levy
2015-02-27client: completer: allow match on start when using node_edge_separatorAlon Levy
2015-02-27client: bubble: fix resize missing initial valueAlon Levy
2015-02-27client: completer: start of separator string updateAlon Levy
2015-02-27client: graph_view: handle zoom correctly for bubble effectAlon Levy
2015-02-27client: graph_view: handle screen resizeAlon Levy
2015-02-27client/completer: don't quote space by defaultAlon Levy
2015-02-25client: selection tools: add link nodes in fanAlon Levy
2015-02-24client/node_edit: prevent delete on enterAlon Levy
2015-02-22client: fix broken completerAlon Levy
2015-02-18client/completer: wip handle multiple delimiters for search (| and space)Alon Levy