aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
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-07-01added color picker for highlighterLionel Han
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-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob 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-28fixed pdf link droppingBob Zeleznik
2020-04-25got rid of focus mechanism on click. fixed shift-click to multiselect. ↵Bob Zeleznik
fixed pile view interactions. added FollowLink on click menu items.
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-05more cleanup to link following. got rid of unneeded link doc fields ↵Bob Zeleznik
_context & _timecode
2020-04-04fixed link zoom following for inPlace and otherwise.Bob Zeleznik