aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
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.
2021-03-11fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵bobzel
dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar.
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-03-09some cleanup for inlineTextAnnotations to use a better named field. removing ↵bobzel
some unused code.
2021-03-09Update PDFViewer.scssbobzel
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-23fixed pdfs so that if you activate and immediately start selecting text it ↵bobzel
works. cleaned up some more in collectionFreeFormView by improving layoutDocsInGrid
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-12fixed bejhavior of Annotations when clicked to use FollowLink so that ↵bobzel
behavior is consistent. previously in a lightbox links within a pdf woud unnecessarily open the the PDF in its context