aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
AgeCommit message (Collapse)Author
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-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30more cleanupbobzel
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-20cleanup of sidebars for pdf/web - toggle open/close without sizing artifacts ↵bobzel
- open automatically when adding a note.
2021-03-18more cleanup of webbox/pdfbox/sidebarAnnosbobzel
2021-03-18broke sidebarAnnos into its own componentbobzel
2021-03-18preparing to break sidebar out into its own componentbobzel
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-16fixed warningsbobzel
2021-03-14added a sidebar button for pdfs. fixed text editing to not be super slow ↵bobzel
when fitwidth && opened in lightbox.
2021-03-14fixed warnings from missing keys. change file orphans to Unfiledbobzel
2021-03-14added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵bobzel
sidebar annotation is selected.
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-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset ↵bobzel
problem.
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-04more fitWidth fixes for PDFbobzel
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-12fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵bobzel
collection. added shift-double-cllick to open collection in lightbox.
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-11fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵bobzel
zooming into portal)
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-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
2020-12-13trying to fix PDFs for fitWidth and otherwise in ContentFitting and ↵bobzel
CollectionFreeFormDoc containers.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13adding documentView as a fieldView prop to make contetnScaling available in ↵bobzel
PDFview
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-09-28fixed filtering annotation anchors on PDFs. added tooltip for identifying ↵bobzel
who made an annotation.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-21made curPage a playground field so that scroll positions aren't mirrored.bobzel
2020-09-19fixed typo that prevented text from being selected. Testing out change to ↵bobzel
make PDFs always live.
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-09fixed unpnning pdf annotations. remvoed unused UI from PDFmenubobzel
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 keyboard arrow key handling in pdfs nested in freeform viewsbobzel
2020-08-23added curPage to propertiesView. cleaned up curPage code in PDFBox/viewer. ↵bobzel
fixed warnings
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-12fixed run-time warnings & remove print statementsbobzel
2020-08-10fixed ctrl-drag for text to scale properly. added horizontal resize for web ↵bobzel
pages to add white space.