aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TabDocView.tsx
AgeCommit message (Collapse)Author
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-13trying to fix PDFs for fitWidth and otherwise in ContentFitting and ↵bobzel
CollectionFreeFormDoc containers.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13converted TabDocView to just use a ContentFittingDocumentView. Fixed ↵bobzel
schemView to use a styleProvider
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11fixed pointerevents set through styleProvider. fixed crash when color ↵bobzel
strings use uppercase. fixed empty text boxes to set default font size/family
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-12-10fixed infinite loop in treeView. changed styleProvider signature back to ↵bobzel
have an optional 'props'
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-12-10more cleanup to documentViewprops. got rid of nudge() addedbobzel
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-07fixed lists to allow multiple null-value entries & be able to edit in ↵bobzel
KeyValuePane. cleaned up a lot of stuff with animation frames and got working again. fixed previews of links to text selections to preview properly.
2020-12-03fixed background lock iconbobzel
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-11-30Merge branch 'master' into presentation_v1geireann
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-30Audio updatesgeireann
2020-11-29pres trails temporal media and fixing group with upgeireann
2020-11-28pres trail colors + group with upgeireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-24fixed ink pointer events to honor visiblepaintedbobzel
2020-11-23added an LOD minimapbobzel
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-21turned off automatic loading of non-active tabs. fixed placement of ↵bobzel
contentfittingview content for link preview of web/pdf etc (was vertically displaced). turned off javascript in webBox's.
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-14fixed mobx strict run-time exception when opening the presentation trail, ↵bobzel
then dragging a collection menu item into it.
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-10-28fixed dark scheme mode for menu, properties view, and minimap button.bobzel
2020-10-27Performance updates for up/down arrowsGeireann Lindfield Roberts
Only calls resetSelection when necessary
2020-10-25Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel
2020-10-25fixed undoing tab namebobzel
2020-10-25code cleanup and changesGeireann Lindfield Roberts
- fix open in new tab bug changed from replace
2020-10-24add slide title and fix shift-arrow selectionGeireann Lindfield Roberts
2020-10-22added more caching for linkManager queries.bobzel
2020-10-22aadded some caching to tabView propertiesbobzel
2020-10-22fixed pinning multiple documents to work and be undoable.bobzel
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-21fixed warnings. fixed pinning of multiple documents at the same time to ↵bobzel
bring up the presentation view just once.
2020-10-21fixed undo from breaking when you click on pinDoc in TabView doc buttons.bobzel
2020-10-21updates before pushGeireann Lindfield Roberts
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-14fixed focusDocument in freeform views to work with annotation ↵bobzel
overlays(mostly) - still an issue when original image is in a frame that doen't match its dimensions
2020-10-04stepping through PDF fixesgeireann