aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2020-10-30fixed setting links from link dialogue in text boxesbobzel
2020-10-28fixed up dark schema a bit.bobzel
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-12updated getEffectiveAcl to be a computedFn. got rid of OverrideAcl in favor ↵bobzel
of just using UpdatingFromServer
2020-10-11removed setting fields to undefined when Acl is Private in hopes of not ↵bobzel
losing data when permissions are changed. prevented server writes on startup by making renderContentBounds setting a reaction, and making linearView not resize if documents are still promises and make text boxes not flip-flop their height all the time.
2020-10-11prevented documents that are unshared (ie private to soeone else) from ↵bobzel
showing up as an empty key value in stacking and other views. tried to fix an exception when showing links (that wasn't repeatable, so dion't know if fix works).
2020-10-10split LinkDatbase into its own field in the user's registry. fixed sharing ↵bobzel
to set lastModified after modifying groups so that remote participants see the right data. fixed text boxes to show blue icon when there's an annotaitn entry
2020-10-10from lastbobzel
2020-10-10fixed text box cursorbobzel
2020-10-08fixed exception when setting titles on text docs.bobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-10-07fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵bobzel
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes.
2020-10-07fixed following links to set the scollTop of PDFs corretion. Fixed ↵bobzel
following links to rich text anchors to scroll and highlight properly. fixed pushpin behavior to only toggle off when the target is in sight.
2020-10-06runtime error fix for fetchProto(). fix for preview layout of text link.bobzel
2020-10-05fixed formatted texst box select on load when pdf is full screen and the ↵bobzel
same pdf is in inactive tab behind it.
2020-10-05stopped ctrl-a from selecting doucment.body. prevented pdfviewer's texxt ↵bobzel
layer from scrolling horizontally when text annotations go out of bounds horizontally. fixed text boxes to not grab selectonOnLoad focus unless they're in an active tab.
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-09-30fixed filtering by #links. improved textlink preview layout.bobzel
2020-09-30fixed linking to text hyperlinks from PDFsbobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29fixed highlighting of sidebar handle when no annotations are accessiblebobzel
2020-09-29Merge pull request #813 from browngraphicslab/anika_bug_fixesbobzel
undo for follow link
2020-09-29simplfiled ':' menu and fixed creating items to not assume a template. add ↵bobzel
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar.
2020-09-29temp fix for links in text previewAnika Ahluwalia
2020-09-29added for links in textAnika Ahluwalia
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-29fixed highlighting of link hypertext anchors (was offset very wrongly ↵bobzel
before). fixed setting link mark correctly when linking two hypertext anchors. fixed allowing link to parent collection when parent collection is specified by clicking its link button
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-28removed sidebar menu item. fixed contents of annotations to display ↵bobzel
annotation's info, not pdf's.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-23fixed sidebar collection to open up when clicking the handle. fixed being ↵bobzel
able to type immediately into a new texst box in the text box sidebar.
2020-09-23fixed marquee summarize. moved higlighint text to expoert mode. moved ↵bobzel
create timestamp on enter to expert mode.
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-21closed text box comment box when text box is unmounted. preveted lozenge ↵bobzel
of which user had edited the box from lingering.
2020-09-21made curPage a playground field so that scroll positions aren't mirrored.bobzel
2020-09-20fixed undo for bullet points to not take multiple steps and to work ↵bobzel
properly. no longer adds cursorfiels to the undo stack. fixed sharing manager to no create unnecesary documents..
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-18added maximum height to stacking items in sidebar using childLimitHeight. ↵bobzel
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now.
2020-09-18changed ACL to acl. fixed title to read values from data doc ↵bobzel
preferentially over layout doc.
2020-09-17from last againbobzel
2020-09-17from lastbobzel
2020-09-17restored page referencing textually with [[:docid]]bobzel
2020-09-17simplified novice colleciotn menu. fixed Carousel 3Dbobzel
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-17from lastbobzel