aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
AgeCommit message (Collapse)Author
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
2020-06-28fixed errors. fixed selecting in an unselected text note to not create a ↵Bob Zeleznik
phantom selection from the last selected point to the current point.
2020-06-28renamed some fields scale=>_viewScale, transtion=>dataTransition, ↵Bob Zeleznik
panTransformType=>_viewTransform. fixed animation frames to not break acls (sort of).
2020-06-22made chrome commands fire by clicking bullseye. added commands for ↵Bob Zeleznik
freeformview. made backgroundHalo() work diffrently for ink strokes
2020-06-10Merge branch 'ink_menu'Bob Zeleznik
2020-06-10changed how ink is highlighted when selected.Bob Zeleznik
2020-06-09fixed keyFrame animation positioning issues when adding a doc at t != 0. ↵Bob Zeleznik
added isInkMask field and inkStroke menu option to create an ink mask. added cantLeaveCollection flag.
2020-05-29added toggle to switch from fade to default keyframe. added mixBlendMode for ↵Bob Zeleznik
collections
2020-05-28added aimated transitions to presentations of frame animationsBob Zeleznik
2020-05-23switched frame animations to use currentFrame and activeFrame to fix ↵Bob Zeleznik
aliasing issue of progressive slides at different frame codes