aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-12-16cleaned up removing frame animation fieldsbobzel
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 ↵bobzel
LinkAnchorBox's
2020-12-16fixed showing of snapping lines.bobzel
2020-12-16from last - fix to sidebarheightbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-16partial tree view fix.bobzel
2020-12-16from lastbobzel
2020-12-16fixed exxception on deactivating background lock.bobzel
2020-12-15from lastbobzel
2020-12-15from lastbobzel
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. ↵bobzel
also fixed dragging to show original unless hideSource is set
2020-12-15simplifying dragging to make links by moving linkDocument to event, instead ↵bobzel
of dragData. moved link anchor and caption styling to default style provider. CURRENTLY, typing text, brushing doc highlights along with a bunch of other things ARE BROKEN ..
2020-12-15fixed borderradius for videos & images to match highlight border radiusbobzel
2020-12-14fixed linkButton boxShadow so it will show upbobzel
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14fixed text boxes to be scalable with ctrlbobzel
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of setting width/height properties within CollecitonFreeFormDocView ↵bobzel
becuase they get set now in ContentFittingDocView
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
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-13fixed displaying comparison box in treeview.bobzel
2020-12-13fixed comparisonBox'sbobzel
2020-12-13fixed webboxbobzel
2020-12-13now working on video and web box's to fix their annotation registration with ↵bobzel
doc decorations.
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-13from lastbobzel
2020-12-13converted TabDocView to just use a ContentFittingDocumentView. Fixed ↵bobzel
schemView to use a styleProvider
2020-12-13adding documentView as a fieldView prop to make contetnScaling available in ↵bobzel
PDFview
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-13Merge branch 'master' into contentScalingUpdatebobzel
2020-12-12fixed resetting bookmark view to not set _currentFrame to 0 unless it ↵bobzel
already had a value.
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-12cleaned up ContentFittingDocumentViewbobzel
2020-12-12another attempt to fix document decorations for documents nested in ↵bobzel
treeviews/stackingviews etc.
2020-12-12fixed rtf sidebar to stay visibnle in outline treeview when inking is on. ↵bobzel
changed highlighting based on hover for anitmode buttons to test on msft duo w/ touch.
2020-12-12fixed hitting Esc in text to turn off text options in menubobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.
2020-12-12fixed displaying items (images,et) in treeViews to indent properly. Fixed ↵bobzel
bounds of contentfittingviews in treeViews to be correct.
2020-12-12set minimum width to render title for documentdecorationsbobzel
2020-12-12fixed ink backgrounds.bobzel
2020-12-11fixe documentdecoration selection of menu items in left sidebarbobzel
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
2020-12-11trying out pushing MainView button into defaultStyleProvider -- I think it ↵bobzel
should be a parameterized default style provider instead of referencing MainView.
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. ↵bobzel
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews)