aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
AgeCommit message (Collapse)Author
2021-02-11fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵bobzel
zooming into portal)
2021-02-11more tweaking to simplify link following mechanisms.bobzel
2021-02-11playing with trying to improve chaining of nested focus() method calls.bobzel
2021-02-10simplified focus'ing on documents. refactored scrollFocus code. changed ↵bobzel
focus in 2D to move doc into view but not center.
2021-02-10fixed following link to document in another context to work in LightboxViewbobzel
2021-02-10fixed creating videoBox anchor to reference the whole doc when the timecode ↵bobzel
is 0. fixed following links to a document that has a colleciton context to open the context properly.
2021-02-10fixes for stacking views to allow new text to be entered properly without ↵bobzel
losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one.
2021-02-09fixed drawing link lines between everything except textanchor - to - textanchor.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's ↵bobzel
particualrly for lightbox views. added a docViewPath prop for docuentViews.
2021-01-26preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵bobzel
from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc
2020-12-16fixed errors with linkmenu propsbobzel
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-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-11-11turned off selection highlighting in TreeView because it is way too ↵bobzel
inefficient. more fixes to laying out fitWidth and other documents in ContentFittingDocViews. testing against GridViews and TreeViews things seem to work.
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-20fixed getFirstDocumenView() to choose a visible document view over the first ↵bobzel
one in its list which may be in a hidden tab.
2020-10-18documents that are not in current collection open in new tab instead of on rightGeireann Lindfield Roberts
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-13fixed jumpToDocument where target is in a collection that isn't shown to ↵bobzel
display the doc in the colleciton without addinga an extra tab for the target. doc itself.
2020-10-12switched fonticonbox and colelctionsubview to test GetEffectiveAcl to ↵bobzel
determine if document is available (instead of hack of testing 'author'). made GetEffectiveAcl a computedFn. No longer create a pushpin when an annotation that's linked to text is dragged off a PDF. fixed undo of pushpin navigation (used to call finish() twice). fixed pushpin navigation to conistenly pan & sensibly toggle target
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
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-07fixed following links to not center outer document if originating anchor is ↵bobzel
in that document. fixed scroling to happen instantly if it's already scrolled there. fixed clicking on pdf text anchor to select the pdf.
2020-10-07fixed portals to zoom in place. fixed following links to not focus on ↵bobzel
context if starting anchor is in the same context. maded pushpins call finished()
2020-10-06restored ability to open document that has been moved from another ↵bobzel
document's annotation overlay
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29removed unncessary undoBatch'sbobzel
2020-09-29undo for linkingAnika Ahluwalia
2020-09-23from lastbobzel
2020-09-15fixed tabs to activate when following.a link to a contained item. fixed ↵bobzel
deactivating tabs to not shrink immediately so you can click the close button.
2020-09-11added captions/titles to lightbox. fixed typo bug.bobzel
2020-09-11fixed warnings and fixed focus on slidebobzel
2020-09-10better fix for following links to pdfsbobzel
2020-09-10fixiing behavior of following link to target in a PDF that hasn't loaded its ↵bobzel
contents yet... need to wait. also fixed pdf titltes in lod view
2020-09-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-03changed linkMenuItem follow behavior to work when one link is an annotation ↵bobzel
-- now it will follow to the link endpoint that is not an annotation
2020-09-01fixed tabs to never select/switch on hover unless dragging. fixed display of ↵bobzel
highlight icons in menu bar. fixed placement of docDecorations level selector.
2020-09-01fixed following link to a doc that is in a hidden tab to show that tab. ↵bobzel
fixed linear view to hit content bounds accurately. fixed editing of text in tabs somewhat. fixed place ment of link anchor boxes for topMost views.
2020-08-30fixed undo for following links from a Document view.bobzel
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-24changed names of currentFrame, curPage, and currentTimecode to start with ↵bobzel
"_'. moved actions out of the properties options buttons to colelction menu.
2020-08-23fixed dockingview tab highlighting. fixed text hyperlink link following to ↵bobzel
show target correctly (not clipped) and avoid exceptions.
2020-08-10reverting back to earlier algorithmAndy Rickert
2020-08-09starting to fix link following behavior to audio regions.bobzel
2020-08-09clicking document opens it"Andy Rickert
"
2020-08-06ui changes and commenting codegeireann
also removed _viewTransition and backgroundColor...