aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2023-02-27restructured getAnchor()/scrollFocus to be more consistent. added ↵bobzel
setterscript for computedFields. restructed getFieldsImpl to avoid making multiple requests for the same document due to timing issues by 'locking' a document cache with a promise before sending the server request. added rotation and fill color as animatable fields. fixed image cropping for
2023-02-22fixed hiding doc decorations when clicking on a nested doc. finished ↵bobzel
removing old view spec code in favor of saving and restoring anchor data.
2023-02-22fixesgeireann
2023-02-22added simple AI image generation proof of conceptgeireann
2023-02-21fixed explore mode zooming. don't show doc decorations until you move ↵bobzel
outside of the document, fixed dragging radius button over webbox to still get pointer events. fixed selection text in coments for web boxes.. fixed setting default background color for notes. fixed mode buttons to trigger click behavior before double click behavior. fixed events on nested text boxes that are linkAnchors (like text quotes in sidebar comments),
2023-02-16Modified Formatted Text Box and Document View Context Menu Iconsjameshu111
Imported fa-ambulance, fa-highlighter, fa-remove-format, and fa-hand-point-up
2023-02-14fixed pinning regions on pdf/web pages to allow proper pres following. ↵bobzel
added click on pres item# to select w/o navigation. fixed dashDocView to be selectable without losing selection to parent textbox. added BingMaps rudimentary option to googleMaps
2023-02-09fixed childLayoutString to work. made images capable of fitWidth. fixed ↵bobzel
animating data field pres changes. fixed lightbox to ignore annotations on collections. fixed double-click on icon to open in lightbox. added options for turning off ink labels, and opening ink in lightbox. fixed closing ink strokes by dragging. fixed drawing ink to use coord sys of starting point and to render ink the correct width and to honor GestureOverlay mode properly. .
2023-02-02added initial support for equationBox font size settingbobzel
2023-02-01fixed ungrouping documents on video/image/etc. fixed undoing deleting ↵bobzel
collections to reset annotationOn field. fixed setting size in text box with richtext menu buttons and not losing focus and having stored marks get lost.
2023-01-30fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵bobzel
typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns.
2023-01-24stopped storing presCollection in PresBox in favor of computing it. added ↵bobzel
anchor menu option for viewing linked trail. fixed showing slected slides in presbox when link with up is used.
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2023-01-17fixed linkint to trail to follow trail immediately in lightbox and show ↵bobzel
trail ui in minimized mode. fixed overlay of pres box to not disappear when lightbox appears. closing /ending trail hackily restores collecftion to prior pan/zoom.
2022-12-21cleaning up ACLs for performance and claritybobzel
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-12-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
2022-11-17mostly changing strings to enumsbobzel
2022-11-16big changes to make link following use the same code as pinning docs for trails.bobzel
2022-11-10made alternate image use a field data-useAlt. added alt images to ↵bobzel
preselements. fixed removing TabDoc documentviews from document view list. added playing audio tags to preselements
2022-11-10partial fix for previewing multiple links to different sidebar notes. fixed ↵bobzel
opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents
2022-11-08making pasting form pdf work again with backlinks. text fixes for ↵bobzel
equationViews and dashField views -- trying to get docref linkAnchor to work.
2022-11-04more fixes to sidebar annotations of pdfs to improve link following.bobzel
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-11-02frobobzel
2022-11-02fix sidebar so active filters add proper metadata to newly created documentsbobzel
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-25fixed up dragging fields from key value pane to support numbersbobzel
2022-10-25various tweaks: show border highlights in tree views, uniform treatment of ↵bobzel
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers,
2022-10-24added link to documentation from specific nodesgeireann
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-10-07Merge branch 'master' into pres-pin-fixesbobzel
2022-10-07fixes for equations : :eq as option to ctrl-m inside a text box. added ↵bobzel
background for equations. fixed cursor focus issues.
2022-10-05changed ctrl-a text selection to not delete the root node so that styles ↵bobzel
will be preserved. this fixes bug with text boxes inheriting default font styles after ctrl-a and editing them. fixed some text rules to not inherit default style
2022-09-20fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵bobzel
to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes
2022-09-14fix so that scrollbars don't appear for autoHeight text views in a freeform ↵bobzel
view.
2022-09-14fixed auto sizing of text documents that are topLevel. restored scroll bars ↵bobzel
to autoHeight text that is in a container (eg lightbox or tab)
2022-09-12fixed autosizing text with header tags.bobzel
2022-09-12fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵bobzel
text tags reset user_mark to current time.
2022-09-11fixed fontFamily menu for ink strokesbobzel
2022-09-11fixed crash when selecting ink strokesbobzel
2022-09-08fixed maintaining selections after ctrl-a + setting a font propertybobzel
2022-09-08fixed font menu settings to be accurate of current selection.bobzel
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-15from last - fix for setting dash field numbersbobzel
2022-08-12fixed inline text box resizingbobzel
2022-08-09fixed click on menu button for text box with hyperlink to not bring up ↵bobzel
buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable.
2022-08-09adjusted tootlip for showing pivot view of dashfieldview. removed ↵bobzel
scrollbars for autoheight textboxes - metadata views weren't resizing properly.