aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-12-23changed DashbaoardStyleProvider to not show icons for tab's by adding an ↵bobzel
'afterHeader' property extension to treeView styleprovider calls.
2020-12-23minor styling fixMelissa Zhang
2020-12-23UI styling changesMelissa Zhang
2020-12-23move lock/hide buttons to StyleProviderMelissa Zhang
2020-12-21hardcoded lock/hide buttonsMelissa Zhang
2020-12-20added settings manager to esc key handlerusodhi
2020-12-18added something that was removedusodhi
2020-12-17mergedusodhi
2020-12-16videoLionel Han
2020-12-16fixed unbrushing docsbobzel
2020-12-16fixed errors with linkmenu propsbobzel
2020-12-16from lastbobzel
2020-12-16from lastbobzel
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.