aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Expand)Author
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's particualrl...bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel
2021-01-28Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...anika
2021-01-27fixed size of timeline toggle on videoBox and some other tweaks to hide docum...bobzel
2021-01-27mergedusodhi
2021-01-25changed how to start/stop video when clicking/double-clicking on markersbobzel
2021-01-25fixed linking to video to create an anchor if the timecode is not zero.bobzel
2021-01-22fixed selection bounds for video box annotations, especially when in full scr...bobzel
2021-01-22Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-01-21moved lock icon outside of doc. tweaked inkingstroke behavior to not drag wh...bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed fo...bobzel
2021-01-18mergedusodhi
2021-01-15fixed more issues with audio Box - simplified decorations when selected. fix...bobzel
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ...bobzel
2021-01-14fixed rendering of labels in audioBox's to use standard dash-style provider s...bobzel
2021-01-12fixed layout of audioBox markersbobzel
2021-01-11adjustments to restore inkMask functionalitybobzel
2021-01-07merge fixanika
2021-01-04Fixed filterbox to use scriptContext to determine where to apply/clear filter...bobzel
2021-01-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into fi...usodhi
2020-12-31fixes for sliderBox to work in FilterBox. suppressed brush highlighting in f...bobzel
2020-12-18added something that was removedusodhi
2020-12-17mergedusodhi
2020-12-16fixed unbrushing docsbobzel
2020-12-16simplified DocumentView a bit more. cleaned up other code.bobzel
2020-12-16moved float() to collectionfreeformdocviewbobzel
2020-12-16cleaned up some link following code. fixed problem following links from Link...bobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to DocumentV...bobzel
2020-12-15fixed some events with groups - they remain active when in "background"bobzel
2020-12-15added real groupingbobzel
2020-12-15fixed previous problems -- weird that you can't call componentWillUnmount. a...bobzel
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead o...bobzel
2020-12-14fixed linkButton boxShadow so it will show upbobzel
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as D...bobzel
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a Conten...bobzel
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with anno...bobzel
2020-12-13fixed comparisonBox'sbobzel
2020-12-13trying to fix PDFs for fitWidth and otherwise in ContentFitting and Collectio...bobzel
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13from lastbobzel
2020-12-13converted TabDocView to just use a ContentFittingDocumentView. Fixed schemVi...bobzel
2020-12-13adding documentView as a fieldView prop to make contetnScaling available in P...bobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having StyleP...bobzel
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-12cleaned up ContentFittingDocumentViewbobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. fixe...bobzel