aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
AgeCommit message (Collapse)Author
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2022-04-28fixed pushpin behavior when target is near top or bottom of scrollable document.bobzel
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-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-11got pdf's to generate icons when iconifying.bobzel
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-03-25fixed annotations on web pages to be scaled to the correct location.bobzel
2022-03-07fixed pdf text selection/interactionbobzel
2022-03-03fixed pdf rendering and interactionbobzel
2022-03-01updated to webpack 5bobzel
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-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-26fixed resizing bug for web and pdf documents when doing autoheight gesture, ↵bobzel
and after opening the sidebar and then resizing
2021-08-26fixed warnings/errorsbobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
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-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-19fixed typing ? to search bing. fixed scrolling to target for Web/PDF when ↵bobzel
doc was not previously displayed.
2021-08-05fixed so that links to sidebar annos show the sidebar in a LinkPreviewbobzel
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll ↵bobzel
position right.
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-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-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.