aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
2021-09-17fixed link lines to text selections in PDF/Web. fixed pointer Events for ↵bobzel
anchor in PDF/Web to be active when doc is active.
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-09-16added search() component method. changed search menu to call search on ↵bobzel
documents that match search string. added seach bar for web pages.
2021-09-13fixed link search icon in anchorMenubobzel
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata ↵bobzel
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
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-08-28made anchorMenu go away after user clicks the highlighter buttonbobzel
2021-08-26fixed resizing bug for web and pdf documents when doing autoheight gesture, ↵bobzel
and after opening the sidebar and then resizing
2021-08-26from lastbobzel
2021-08-26fixed warnings/errorsbobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-25cleaned up and fixed tests for nonrecursive doc filters as used in PDF/Web ↵bobzel
to separate transparent from non-transparent docs into layers.
2021-08-25Merge pull request #33 from brown-dash/linking-anhGeireann Lindfield Roberts
Linking anh - fixed and expanded link relationships
2021-08-24fixed pdf mixBlendMode for sem transparent annos. changed ink to have no ↵bobzel
backgound by default - transparent backgroudn will make trokes mixBlend as multiply
2021-08-24fixed undo for dragging docs. made separate layers for transparent and ↵bobzel
other annotations on pdfs/webs so that transparency will work better.
2021-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-08-22Merge branch 'master' into linking-anhdinhanhtruong
2021-08-20fixed bug where link colors reset on reloaddinhanhtruong
need to fix new mystery bug where any new links disappear after refreshing once but re-appear after a second refrsh
2021-08-19fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵bobzel
doc was not previously displayed.
2021-08-18added search linkinggeireann
2021-08-17more updatesgeireann
2021-08-05fixed so that links to sidebar annos show the sidebar in a LinkPreviewbobzel
2021-08-01made url server references relative.bobzel
2021-07-31Merge branch 'master' into linking-anhgeireann
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll ↵bobzel
position right.
2021-07-26Link editor menu UI cleanup + color changes + temp removal of linkpopup for PRdinhanhtruong
2021-07-24Merge branch 'master' into linking-anhdinhanhtruong
2021-07-14fixed selections so that they persist on deselect to allow linking a ↵bobzel
selection on one document directly to a selection on another document. Also fixed recently closed to move closed document to top of list.
2021-07-08created front-end link popup on text highlightdinhanhtruong
added button to AnchorMenu marquee selector for showing the link popup after highlighting text. created the front end of the popup. need to fix visibility when clicking out
2021-07-01added ability to create anchors in PDF/Webboxes by making a selection and ↵bobzel
clicking the start link button
2021-06-30from lastbobzel
2021-04-22allowed maximize button to be dragged to add a new window. fixed colorBox ↵bobzel
transparency setting. fixed anchormenuClick when in full tab.
2021-04-09fix for removing documents from pdfs/web boxes. fixes for making objects ↵bobzel
draggable again in PDFs. fixes for lightboxview to allow stepping into collecitons. fix for stacking view to skip hidden documents
2021-03-29simplified PDFViewer to use props from PDFboxbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-18renamed pdfanno to htmlAnchorbobzel
2021-03-18more cleanup of webbox/pdfbox/sidebarAnnosbobzel
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-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-15fixed warnings. made savedAnnotations an ObservableMap. turned off ↵bobzel
annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
2021-03-15final cleanups to get scrolling to work smoothly for webbox's - sadly, does ↵bobzel
not work as well in Firefox, and even worse in Safari.
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-14added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵bobzel
sidebar annotation is selected.
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-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset ↵bobzel
problem.
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.