aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2020-07-25made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵Bob Zeleznik
views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin
2020-07-25pushpin annotations can follow links to multple targets at once. chaned ↵Bob Zeleznik
text boxes so that they can be made isBackround .fixed addin/remoin documents from freeform collections.
2020-07-24several siggnificant changes to how acls work with makin documents updated ↵Bob Zeleznik
interactively when permissions chane.
2020-07-24fixed instances of AclEdit to include AclAdminusodhi
2020-07-23cleaned up contextMenus a bitBob Zeleznik
2020-07-22fixed highlighting of text based on author. made download /import document ↵Bob Zeleznik
novice menu items.
2020-07-20merge conflictsusodhi
2020-07-17fixed issues with embedded text boxes in text boxes when displayed multiple ↵Bob Zeleznik
times (alias or minimap). fixed richtextmenu to always "point to" the selected text box.
2020-07-15Merge branch 'acls_uv' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-15fixed merge conflictsusodhi
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-07-13fixed issues with ACLs and writing to playground fields when you have Edit ↵Bob Zeleznik
permission. Also fixed text editing by fixing fetchProto to use untracked references to fields
2020-07-13Merge branch 'master' into acls_uvBob Zeleznik
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-11merged with master & cleaned up formatShapePaneBob Zeleznik
2020-07-10fixed tooltip error, label stylinganika-ahluwalia
2020-07-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-09small changesanika-ahluwalia
2020-07-09merge fixanika-ahluwalia
2020-07-09trying to add linked text in menuanika-ahluwalia
2020-07-09fixed name::portal syntax to make link properlyBob Zeleznik
2020-07-09fixed linking undo issuesanika-ahluwalia
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
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 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-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