aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-07-04fixed highlighting active alignment and bullet type in richtextmenuBob Zeleznik
2020-07-04fixed interactions with collapsing text bulletsBob Zeleznik
2020-07-03merge w search_docAndy Rickert
2020-07-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-02cleaned text link previewanika-ahluwalia
2020-07-02Merge pull request #426 from browngraphicslab/mobile_revision_directbobzel
Dash Mobile
2020-07-02small clanup in Mobile related codeBob Zeleznik
2020-07-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-02started link created popup, tried hihglighting sourceanika-ahluwalia
2020-07-02started some cleanup for Mobile .. lookslike workspaces view is broken nowBob Zeleznik
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-07-01added basic synchronizatoin between links and their hypertext anchors. more ↵Bob Zeleznik
work is needed to handle overlapping anchors.
2020-07-01started clicking mode popupanika-ahluwalia
2020-07-01fixed warningsBob Zeleznik
2020-07-01added divider lines in richTextMenBob Zeleznik
2020-07-01fixed drag drop within text box to call updateBulletsBob Zeleznik
2020-07-01fixed text menu to make button commands undoable. fixed hiding of menu to ↵Bob Zeleznik
not disappear after pulldown command selection in a cleaner way
2020-06-30added heuristic to filters to identify text fields based on being RTF or ↵Bob Zeleznik
having multiple words. fixed text box padding when used as filter input. fixed selection of items in sidebar when RichTextMenu is pinned.
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-28Merge branch 'master' into search_docBob Zeleznik
2020-06-28fixed errors. fixed selecting in an unselected text note to not create a ↵Bob Zeleznik
phantom selection from the last selected point to the current point.
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-26updated pdfjs. fixed position of blue dot for pdfs. enabled fixedBob Zeleznik
2020-06-26audio dictationgeireann
2020-06-26made dev tools a development mode featureBob Zeleznik
2020-06-26fixed highlighting text anchors in text notes. fixed pasting fragements of ↵Bob Zeleznik
PDFs to create back links inside blockquotes.
2020-06-25from lastBob Zeleznik
2020-06-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob Zeleznik
2020-06-25bugfixing search, refreshing docs, ghost buckets, etc.Andy Rickert
2020-06-25fixed drag and drop of text onto a text box from creating new documentsBob Zeleznik
2020-06-25Merge branch 'master' into mobile_revision_directgeireann
2020-06-24fixed warnings. fixed blockquote menu function.Bob Zeleznik
2020-06-24changed titles to just look at first node of text box.Bob Zeleznik
2020-06-23Merge branch 'master' into mobile_revision_directgeireann
2020-06-23Merge branch 'master' into mobile_revision_directgeireann
2020-06-23fixed mult link menu. fixed linking to external urls. fixed draggers for ↵Bob Zeleznik
text menu.
2020-06-22made chrome commands fire by clicking bullseye. added commands for ↵Bob Zeleznik
freeformview. made backgroundHalo() work diffrently for ink strokes
2020-06-22cleaned up menus for formatted text & tempaltes. fixed pdf menu behavior ↵Bob Zeleznik
(not fading until unselected);
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-22mergeAndy Rickert
2020-06-22added a way to broadcast a message to all users (e.g., for restarting server)Bob Zeleznik
2020-06-22fixed onClick events for text.Bob 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-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-19added close back to dcument decorations. moved iconify to the right of doc ↵Bob Zeleznik
decs.
2020-06-19fixed insertion point when selecting text box.Bob Zeleznik
2020-06-19fixed textboxes so they don't scroll when not selected and scrolling passes ↵Bob Zeleznik
through to outer collection