aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx
AgeCommit message (Collapse)Author
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
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-31fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵bobzel
register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default'
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-23fixed dockingview tab highlighting. fixed text hyperlink link following to ↵bobzel
show target correctly (not clipped) and avoid exceptions.
2020-08-23fixed start/end link for text selections on start link. fixed display of ↵bobzel
link target from link text hyperlink
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-13fixed preview backgrounds, text size, tooltip size, adding labels, ↵anika-ahluwalia
conditional end link btn, tooltips size
2020-07-10fixed tooltip error, label stylinganika-ahluwalia
2020-07-10adding ...anika-ahluwalia
2020-07-10added tooltips and textboxcomment cleanup and descriptionsanika-ahluwalia
2020-07-09fixed textbox previewanika-ahluwalia
2020-07-08restructured textbox comment, cleaned menu UIanika-ahluwalia
2020-07-02cleaned text link previewanika-ahluwalia
2020-07-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵anika-ahluwalia
anika_linking
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-07-01textbox comment changesanika-ahluwalia
2020-07-01modifications to text previewsanika-ahluwalia
2020-06-30slight mods to inline linksanika-ahluwalia
2020-06-30working with linked textanika-ahluwalia
2020-06-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob Zeleznik
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-17made docFilters a prop on everythingBob Zeleznik
2020-06-16cleaned up some of the prosemirror plugin views.Bob Zeleznik
2020-06-15fixed acls for text hyperlinks (mostly) by not allowing links to be traversedBob Zeleznik
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.
2020-06-13fixed text sidebar when text is scaled. started to add multiple links to a ↵Bob Zeleznik
text selection
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14_width/_height updatesBob Zeleznik
2020-05-11changed Cors behavior for WebBox(On for everything except GoogldDocs). ↵Bob Zeleznik
Update Freeze to work for ctrl-resizing text, and showing full screen. reorged context menus.
2020-05-01fixed presentations to allow drag and drop. fixed pres box to use ↵Bob Zeleznik
RenderData instead of modifying presentation elements with unnecessary info like their containing PresBox and their presentation index position. COnverted COntentFIttingDocumentView to use DocumentView's props
2020-04-28rearranged text filesBob Zeleznik