aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
AgeCommit message (Collapse)Author
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-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-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-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-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-12-08simplified styleProvider arguments. fixed useClustersbobzel
2020-12-08cleaned up presEffects a bit so that they're part of PresBoxbobzel
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-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-22fixed backgroundHalo() computedFn to not invalidate and cause new text boxes ↵bobzel
to lose focus.
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
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-06Cleaned up codeGeireann Lindfield Roberts
(1) Updated to use enums for PresEffect (Directions) and PresColor (2) Made update pres selection work with applying to selected items (3) Removed Effects + Movement from when targetDoc === presCollection
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-04stepping through PDF fixesgeireann
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
2020-09-15fixed some warningsbobzel
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-09-13fixed borderRadius for enumerated fieldsbobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-27switched back to recentlyClosed from inactive. fixed adding tag to multiple ↵bobzel
document seleciton.
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-19fixed frame animations and added frames to bookmarked views.bobzel
2020-08-13bug fixes, small UI changes, import in left sidebarGeireann Lindfield Roberts
2020-08-12Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-11updated how background colors workbobzel
2020-08-09updatesGeireann Lindfield Roberts
2020-08-05cleanup of presentation code pre-merge.bobzel
2020-08-06automatic text progressivize, ui changes, bug fixesGeireann Lindfield Roberts
2020-07-30pres collectionGeireann Lindfield Roberts
presentation is always associated with a single collection
2020-07-28scrollProgressivize + viewfinderGeireann Lindfield Roberts
2020-07-26download name updategeireann
**not part of pres trails**
2020-07-24Merge branch 'master' into presentation_updatesgeireann
2020-07-24internal navgeireann
2020-07-23cleaned up contextMenus a bitBob Zeleznik
2020-07-20ui updates + progressivize featuresgeireann
2020-07-17Merge branch 'master' into presentation_updatesgeireann
2020-07-17pres changesgeireann
2020-07-15added progressivize featuresgeireann
2020-07-09fixed issues with frame based animations for annotations on images,etc.Bob Zeleznik