aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-22fixed tree view to allow textdocument to be typed while title is changing. ↵Bob Zeleznik
fixed tryUpdateHeight so that text boxes don't get a scroll bar if they're autoHeight
2020-06-22added a way to broadcast a message to all users (e.g., for restarting server)Bob Zeleznik
2020-06-22changed catalog back to default of treeview in treeview.Bob Zeleznik
2020-06-22fixed onClick events for text.Bob Zeleznik
2020-06-22prevent users from deleting the activeWorspace with 'delete' menu itemBob Zeleznik
2020-06-22cleaned up errors. added ctrl-a to select documents within a freeform ↵Bob Zeleznik
collection. fixed ctrl-x to remove documents properly. fixed paste documents to clone only if copied.
2020-06-21fixed link lines to text hyperlinksBob Zeleznik
2020-06-21fixed pasting of selected text from one note to a new note.Bob Zeleznik
2020-06-21more cleanup of prosemirror bullets and ordered_list mode changingBob Zeleznik
2020-06-21cleaned up lists in prosemirror. everything's an ordered_list now (even ↵Bob Zeleznik
unordred lists). things are read back from the dom correctly to allow copy & paste. added prosemirror's dev tools.
2020-06-20fixed broken positioning of link anchors. fixed link anchor positiongin in ↵Bob Zeleznik
masonry views.
2020-06-20fixed image rotationsBob Zeleznik
2020-06-19a bunch of ink fixesBob Zeleznik
2020-06-19Merge branch 'master' into ink_menuBob Zeleznik
2020-06-19added close back to dcument decorations. moved iconify to the right of doc ↵Bob Zeleznik
decs.
2020-06-20updated menu/fixed iconyunahi
2020-06-19fixed insertion point when selecting text box.Bob Zeleznik
2020-06-19fixed color palette for masonry/stacking when zoom level != 1Bob Zeleznik
2020-06-19fixed textboxes so they don't scroll when not selected and scrolling passes ↵Bob Zeleznik
through to outer collection
2020-06-19made a hover highlight for text boxes to distinguish border from text.Bob Zeleznik
2020-06-19fixed selecting textboxes to reset the selection instead of potentially ↵Bob Zeleznik
triggering a hyperlink preview if that was the last thing selected.
2020-06-19fixed LOD for pdfs. fixed linking to collection annotation on pdf/image etc ↵Bob Zeleznik
to not create text box. fixed textbox popup to display contents at renderDepth 0 so that PDFs will display
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-18fixed keyvalue pane inputting new key values. made collection chromes ↵Bob Zeleznik
shrink a little when window shrinks.
2020-06-18added a major hack to allow overriding of ACLs for adding a hyperlink to a ↵Bob Zeleznik
readonly text box.
2020-06-18updated menuyunahi
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-17fixed linking to a comparisonBoxBob Zeleznik
2020-06-17fixed doc decorations to work better with library tree view. made button ↵Bob Zeleznik
bar opaque.
2020-06-17fixed docdecorations on collecction with side filter bar expanded. cleaned ↵Bob Zeleznik
up warnings/error messages a bit.
2020-06-17fixed move document to undo correctly when ACLs of target don't allow a drop.Bob Zeleznik
2020-06-17fixed dropping toolicons to make aliasesBob Zeleznik
2020-06-17fixed scrolling in left sidebar tools panel. changed docking data fieldto ↵Bob Zeleznik
track all tabs ever created. changed tab colors. enabled of embedding into text documents with 'a'
2020-06-16Merge branch 'master' of https://github.com/browngraphicslab/Dash-WebBob Zeleznik
2020-06-16changed Doc.MakeCopy() to ignore layout[ fields so that copying text ↵Bob Zeleznik
documents with a layout doesn't copy their text
2020-06-16fixed problems with scriptingBox types & cleaned up code.Bob Zeleznik
2020-06-16Merge branch 'master' into script_documentsBob Zeleznik
2020-06-16fixed rich text help. fixed indenting text.Bob Zeleznik
2020-06-16cleaned up some of the prosemirror plugin views.Bob Zeleznik
2020-06-16Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-16fixed highlighting thick strokes.Bob Zeleznik
2020-06-16fixed sizing of inkstrokes to bounding boxBob Zeleznik
2020-06-15fixed warnings. fixed linking in textboxes, particularly with <key>::<doc> ↵Bob Zeleznik
syntax
2020-06-15fixed testAcl. added testReadonlyBob Zeleznik
2020-06-15fixed acls for text hyperlinks (mostly) by not allowing links to be traversedBob Zeleznik
2020-06-15added a linkView and changed display of docFieldView to inline to allow text ↵Bob Zeleznik
wrapping on the same line as the fieldLabel
2020-06-14changed library to have catalog default to a schema view. fixed dragging ↵Bob Zeleznik
to/from catalog to use 'same' and 'alias' as appropriate for dragging in/out.
2020-06-14fixed dragging in tree views for Catalog to "copy" documents within the ↵Bob Zeleznik
sidebar instead of aliasing them.
2020-06-14fixed nested tablesBob Zeleznik
2020-06-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob Zeleznik