aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ↵bobzel
links to audio when recording. fixed making text selection links.
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead ↵bobzel
of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN ..
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14fixed text boxes to be scalable with ctrlbobzel
2020-12-14minor cleanupbobzel
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-12made conentScaling a DocumentView-only propbobzel
2020-12-12fixed hitting Esc in text to turn off text options in menubobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. ↵bobzel
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews)
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11fixed pointerevents set through styleProvider. fixed crash when color ↵bobzel
strings use uppercase. fixed empty text boxes to set default font size/family
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-07fixed lists to allow multiple null-value entries & be able to edit in ↵bobzel
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly.
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-12-01fixed formatted text box not to clear the richTextMenu when it blurs if it's ↵bobzel
still selected.
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-19fixed singleLine text to not show scroll bars. made Ink honor _isBackground.bobzel
2020-11-13fixed treeView to be able to access active() on contained document in order ↵bobzel
to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).
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