aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
AgeCommit message (Collapse)Author
2020-06-28fixed issue with strange css being inserted for PDFs (.pdfViewer.page) that ↵Bob Zeleznik
causes the page to jump when deselected. fixed by labeling all css pdfViewerDash instead of pdfViewer
2020-06-28some weird pdf css was causing .pdfViewer .page styles to get added when ↵Bob Zeleznik
pdfs were not -interactive. This made the page jump on deselect. so changed pdfViewer csss labels to pdfViewerDash
2020-06-28Merge branch 'master' into search_docBob Zeleznik
2020-06-28fixed zooming out on a collection when over a pdf. fixed filters on nested ↵Bob Zeleznik
collections.
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-26updated pdfjs. fixed position of blue dot for pdfs. enabled fixedBob Zeleznik
2020-06-25fixed loading of pdf annotations. fixed copy pasting of pdf excerptsBob Zeleznik
2020-06-23Merge branch 'master' into mobile_revision_directgeireann
2020-06-23Merge branch 'master' into mobile_revision_directgeireann
2020-06-22cleaned up menus for formatted text & tempaltes. fixed pdf menu behavior ↵Bob Zeleznik
(not fading until unselected);
2020-06-22mergeAndy Rickert
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-18pdf changes + radial menu + create new workspacesgeireann
(bug with ink)
2020-06-17Merge branch 'master' into mobile_revision_directgeireann
2020-06-17pdf view updatesgeireann
2020-06-16fixed rich text help. fixed indenting text.Bob Zeleznik
2020-06-15bugfixing with expading search terms within a bucketAndy Rickert
2020-06-11ability to parse back and forth through internal seaarch resultsAndy Rickert
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-05-30buxton pdf fixSam Wilkins
2020-05-28fixed pdf text selectionBob Zeleznik
2020-05-20fixed up interaction with web pages to allow horizontal scrolling.Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-24moved iconify code into Doc from DocumentView. fixed up starburst a bit.Bob Zeleznik
2020-04-19fixed removing docs from tree view with menu. restructured ↵Bob Zeleznik
current_user_utils completely
2020-04-18fixed pointer events for templated PDFs. changed clicking on a document ↵Bob Zeleznik
with a rootDocument to pass the event on up
2020-04-18cleaned up webbox - fit width by default. native dimensions by default. ↵Bob Zeleznik
toggle buttons for annotate/interact.
2020-04-18several pointerevent fixes broken by last change. added scroll to target ↵Bob Zeleznik
for webBox links.
2020-04-17added more annotation ability to web pages. need a mode switch to follow ↵Bob Zeleznik
links/select text now.
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-08fixed link previews to work with regions on PDFs, images etc,Bob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox ↵Bob Zeleznik
requests, and avoiding memoizing messages for computedFn's outside reactions.
2020-04-05adding nativeWidth as props stuffBob Zeleznik
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01fixed warnings and some compile errors. Made a key value layout and extened ↵Bob Zeleznik
DocumentBox to have a childLayoutKey field
2020-03-28simplified linkDocs to not keep a context -- instead, link are made between ↵Bob Zeleznik
aliases which have a context. fixed clippings of PDFs to scroll correctly and resize in slideViews. fixed slideViews to render 'text' and 'data' instead of 'contents' and 'data'
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-03-02changed clippings to use slide template. fixed issues on startupbob
2020-03-02fixed pdfs to sort of support region clippings.bob
2020-02-19getting rid of data docs from many placesBob Zeleznik
2020-02-16fixed warningsBob Zeleznik
2020-02-11fixes for chrome for presBoxbob
2020-01-25fixed compile errorsBob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText