aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
AgeCommit message (Collapse)Author
2020-09-15fixed some warningsbobzel
2020-09-15simplifying menus for annotations. added target toggle option to PDFmenubobzel
2020-09-10fixiing behavior of following link to target in a PDF that hasn't loaded its ↵bobzel
contents yet... need to wait. also fixed pdf titltes in lod view
2020-09-09adjusted opacities of PDF anchorsbobzel
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-09-09fixed link lines to go to text anchors directlybobzel
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-09-03stopped pdfs from scrolling when hovering over link and showing a preview -- ↵bobzel
a better fix would be to just stop the scrolling in the non-preview views but let the preview scroll
2020-09-03from lastbobzel
2020-09-03fixed pdf link following not to require two clicks.bobzel
2020-09-03made import stack non-selectablebobzel
2020-09-02made highlight colors more obvious. fixed tags to update when #key is set ↵bobzel
in textdoc.
2020-09-01fixed some layout issues with fonticons that have no label. fixed anchor ↵bobzel
link colors for pdfs and webboes.
2020-08-31fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵bobzel
register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default'
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
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-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
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-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-20grab cursorusodhi
2020-08-19more cleanup of SearchBox. made searchMatch be a tri-state for ↵bobzel
forward/backward/nomatch
2020-08-19fixed width => _widthbobzel
2020-08-18fix pdf highlight change bugLionel Han
2020-08-14cleaned up invocation of RichTextMenubobzel
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-27removed pdf menu pin button. tried to improve performance by computin links ↵Bob Zeleznik
in document view.
2020-07-27fixed scrollin to web annotationsBob Zeleznik
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-20fixed active flag for pdfsBob 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