aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx
AgeCommit message (Collapse)Author
2025-03-19fixed mapBox full screen. fixed link following from node at start of texts ↵bobzel
(eg mapbox target in sidebar doc)
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-25lots more 'any' cleanup and more.geireann
2024-04-24completing eslint passbobzel
2024-04-19lint fixes.bobzel
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-11more updates to mobx 6. updated typescript to v5. updated pdf-distbobzel
2023-11-30completed transition from rootDoc => Document, dataDoc, layoutDocbobzel
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-07-02fixing many eslint errorsbobzel
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2021-05-12fixed issue with link panel appearing on text boxes when no link is clicked.bobzel
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ↵bobzel
not on the lowest level span
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-12streamlined double-clicking to always open lightbox no matter what document ↵bobzel
you click on (except webbox's in native selection mode). shift -double-click re-centers a freeform view.
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-13fixed following links from hypertext anchors to use FollowLinkbobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-09-30fixed filtering by #links. improved textlink preview layout.bobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29temp fix for links in text previewAnika Ahluwalia
2020-09-29added for links in textAnika Ahluwalia
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17tweaked external url tooltip for text box linksbobzel
2020-09-17fixed deleting text links to work when there are multiple links in the same ↵bobzel
linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform.
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values