aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
AgeCommit message (Collapse)Author
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22switched search from writiing searchMatch to matched docs to instead store ↵bobzel
in a run-time observableMap. This allows simultaneous searches by different users.
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-19fixed width => _widthbobzel
2020-08-12fixed warnings and fixed rendering of fields in search view.bobzel
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-07Merge branch 'schema_search'Andy Rickert
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-05ffAndy Rickert
2020-08-05fixes for bobAndy Rickert
2020-08-03starting to cleanup searchbobzel
2020-08-03merge with new uiAndy Rickert
2020-08-03Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-02fixed hiding of close button based on permsisions.bobzel
2020-08-02changed highlight() calls in PdfViewer and WebBoxbobzel
2020-07-31mergeAndy Rickert
2020-07-31integrated playgroundmode into geteffectiveacl, still some issues with ↵usodhi
deleting docs
2020-07-31fixed acls re highlightsusodhi
2020-07-30Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-07-30pres collectionGeireann Lindfield Roberts
presentation is always associated with a single collection
2020-07-27fixed scrollin to web annotationsBob Zeleznik
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-17fixed pdf runtime errors. fixed link lines to redraw durin animations.Bob Zeleznik
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-03merge w search_docAndy Rickert
2020-07-02Merge pull request #426 from browngraphicslab/mobile_revision_directbobzel
Dash Mobile
2020-07-02fixing kluge with scrollinggeireann
2020-06-30fixed clearing of search boxBob Zeleznik
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-28fixed pdf selection color to match text selection in text boxesBob Zeleznik
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