aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
AgeCommit message (Collapse)Author
2022-11-15added canEmbed prop so collection can allow its items to be dragged out ↵bobzel
(eg., pileView). made imageBox viewSpec transition time customizable
2022-11-15added playback of audio annotation on inPlace container. fixed image ↵bobzel
anchors to be marked un-rendered so link lines show up.
2022-11-14added an inPlace property for setting up in place content menu patterns.bobzel
2022-11-14fixed following link 'inPlace' from within lightbox to do same thing as if ↵bobzel
out of lightbox. fixed contentActive behavior for multicolumn view. removed progressivize from presbox.
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-09-29a bunch of changes to trails: link to trail to initiate trail when following ↵bobzel
link. cleanly separate pin layout data vs. content data.
2022-09-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-09-21fixed following links to toggle alias if it's displayed when actual target ↵bobzel
isn't. changed cropping images to leave behind an outline not, a solid rectangle. double clicking on link buttons no longer opens them in lightbox view.
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
2022-08-09added audio annotation play option for following linksbobzel
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu
2022-06-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-03fixed opening closed tabs from Files sidebar to re-use best Alias before ↵bobzel
making a new alias.
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-28fixes for pushpin links to anchors on pdfviewsbobzel
2022-04-27fixed following links (jumpToDocument) to work properly with markers and ↵bobzel
hidden flags in nested arrangements. pushpin behaviors had been broken for scrolling to a location within a text document and hiding the document if no scroll was needed. unhiding hidden images/pdfs wasn't working when following a pushpin to an annotation on them.
2022-04-27fixed following pushpin links to text selections to toggle the text box ↵bobzel
(since markers don't have a hidden flag for toggling). fixed pdf next/prev page and # pages. fixed pdf selections to not include <br>'s which apparently have the wrong bounds.
2022-04-14fixed following links to documents in iconified collections/text to ↵bobzel
deiconify. fixed ctrl-x to cut (not iconify). changed lightboxview to add to future docs when stepping into. added placeholder for indicating how many documents are left in lightbox future
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-11fixed sendtoback menu and functionality. fixed mixedblendmode for groups. ↵bobzel
fixed orange highlighting when docs are toggled hidden. fixed placement of linking button.
2022-04-01fixed up document focus to take a collectkon so that the treeView can focus ↵bobzel
on the matching alias when multiple aliases are shown in different collections.
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-10-06added zoomgeireann
2021-09-20changed link previews to show document, not context, unless document is a ↵bobzel
marker. de select documentViews when unmounted.
2021-09-12updates pres so it workskimdahey
2021-09-12pres updatesGeireann Lindfield Roberts
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with ↵bobzel
text regions, scroll locations, and document anchors.
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-05fixed follow pushpin links that target documents in sidebars.bobzel
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
2021-07-29converted HTMLANCHOR and TEXTANCHOR to MARKERbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-24from lastbobzel
2021-03-23changed audio/video to use playFrom() viewbox method instead of ↵bobzel
audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes.
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-13fixed pdfs to show filtered annotations when a link follows to them by ↵bobzel
removing docFilters.
2021-03-13fixed pdf boxes to handle marquee annotation scaling properly. allowed for ↵bobzel
docFilters to be specific to pdf sidebar. fixed issue with viewTransition remaining set after following link to doc that was in collection but needs to be created.
2021-02-25added 'proto' drag option for dropping proto of document. auto add of non ↵bobzel
annotations to file system. auto added delegates & aliases to a docuemnt's 'alias' field.
2021-02-25added an aliases toggle to file systembobzel
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
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-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-12fixed previewing/scrollingto targets in web boxes and PDFs. fixed following ↵bobzel
link to textanchor when rtf doc is not displayed.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.