aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.tsx
AgeCommit message (Collapse)Author
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.
2020-07-17fixed pdf runtime errors. fixed link lines to redraw durin animations.Bob Zeleznik
2020-07-02started some cleanup for Mobile .. lookslike workspaces view is broken nowBob Zeleznik
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-28avoid pdf crash by testing that the data field is a pdfBob 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-19fixed LOD for pdfs. fixed linking to collection annotation on pdf/image etc ↵Bob Zeleznik
to not create text box. fixed textbox popup to display contents at renderDepth 0 so that PDFs will display
2020-06-19fixed a bunch of minor bugs with pdf ui, text box selection, menus, etc.Bob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-18pdf changes + radial menu + create new workspacesgeireann
(bug with ink)
2020-06-17pdf view updatesgeireann
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-23fixed browser back after link navigation. simplified menus more. fixed ↵Bob Zeleznik
jitter mode to be seeded. fixed menu gear for collections. .
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-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-09cleanup of warningsBob Zeleznik
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-17fixed fwd/back pdf buttons and selectionBob Zeleznik
2020-02-16fixed warningsBob Zeleznik
2020-02-16got rid of unneeded ignoreAspect field. other cleanup.Bob Zeleznik
2020-01-24warning fixes.bob
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-06compile fixes and playing with Corsbob
2019-12-14fixes to make nativewidth/height more robust for PDFs. fixes for search - ↵Bob Zeleznik
filter out extension docs.
2019-12-13wrong constructor dammitSam Wilkins
2019-12-13absolute pathname to pdfbox, improved checkSam Wilkins
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-11-24lots of fixes for full screen image/pdf/video views. fixes to image box ↵Bob Zeleznik
fade image.
2019-11-20fixed some layout issues with PDF boxesBob Zeleznik
2019-11-20lots of changes to make rendering more efficient (fewer mobx invalidations). ↵bob
made selection and collecitonviews use an observableMap that works now.