aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2020-07-11restructured ink to make more react-friendlyBob Zeleznik
2020-07-10added format shapeyunahi
2020-07-10added format shapeyunahi
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-28re-fixed copy/paste from one text box to a new text box by moving ↵Bob Zeleznik
clearSelection() from SelectDoc to setPreviewCursor. Otherwise, clicking on an unselected text box wouldn't set the insertion point.
2020-06-28slightly improved layout of workspace facet filter boxBob Zeleznik
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-27cleaned up a bunch of stuff related to TreeViews and link dots. added ↵Bob Zeleznik
option for link dots to show up in tree views. changed titles in tree views to be truncatable. fixed edting of treeview titles when an alias is in the tree view as well.
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-06-27adjusted arrowheads to be largerBob Zeleznik
2020-06-26Merge branch 'master' into ink_menuBob Zeleznik
2020-06-26updated pdfjs. fixed position of blue dot for pdfs. enabled fixedBob Zeleznik
2020-06-27fixed arrow/dot?yunahi
2020-06-26fixed highlighting text anchors in text notes. fixed pasting fragements of ↵Bob Zeleznik
PDFs to create back links inside blockquotes.
2020-06-25Merge branch 'master' into ink_menuBob Zeleznik
2020-06-25fixed selection of filled ink regions. moved ink halo to mainViewBob Zeleznik
2020-06-25added link preview for blue buttons.Bob Zeleznik
2020-06-24fixed warnings. fixed blockquote menu function.Bob Zeleznik
2020-06-23cleaner approach to fixing linkAnchor colorsBob Zeleznik
2020-06-23fixed coloring linksBob Zeleznik
2020-06-22changed catalog back to default of treeview in treeview.Bob Zeleznik
2020-06-21fixed pasting of selected text from one note to a new note.Bob 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-19a bunch of ink fixesBob Zeleznik
2020-06-19Merge branch 'master' into ink_menuBob Zeleznik
2020-06-20updated menu/fixed iconyunahi
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-18updated menuyunahi
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-16Merge branch 'master' into script_documentsBob Zeleznik
2020-06-16fixed highlighting thick strokes.Bob Zeleznik
2020-06-16fixed sizing of inkstrokes to bounding boxBob 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-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob Zeleznik
2020-06-12changes to UI and slight bux fixesanika-ahluwalia
2020-06-11reworking descriptions and params of functionsanika-ahluwalia
2020-06-11fixed renaming saved funcanika-ahluwalia
2020-06-10fixed addScriptToGlobals in ScriptManageranika-ahluwalia
2020-06-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
script_documents
2020-06-10fixed iniitalization of ScriptManagerBob Zeleznik
2020-06-10UI cleanupanika-ahluwalia
2020-06-10Merge branch 'ink_menu'Bob Zeleznik