aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
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-16fixed showing of snapping lines.bobzel
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-16from 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-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-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
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-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
2020-12-11got rid of ChromeHeight and replaced with HeaderMargin in style provider. ↵bobzel
made text headers not overlap the tet itself.
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-12-10a little refactoring in CollecftionFreeFormViewbobzel
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/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
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-09from last - fixed warnings.bobzel
2020-12-09final improvements to audio waveform rendering.bobzel
2020-12-08cleaned up MarqueeView code a bit.bobzel
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-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-02prevent text docs being created when two+ docs are selected.bobzel
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-28pres trail colors + group with upgeireann
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-22extended clusters to support user groups. made clusters select contents on ↵bobzel
click. made send to back/ bring to front apply to entire selection.
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-19made inkingStroke honor _isBackground. prevented link anchor dots from ↵bobzel
moving when target isn't visible. made ui option for showing/hiding link lines and for autoMoving anchor dots.
2020-11-12only use arrow keys to pan freeform views that are at the top levelbobzel
2020-11-10fixed Slides to be Colllections (not text) and fixed dockingView to display ↵bobzel
collections properly.
2020-11-10fixed performance issues with background grid by avoiding making really big ↵bobzel
canvases.
2020-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).
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-11-08added an optional background grid for collections.bobzel
2020-11-06Merge branch 'master' into presentation_v1Geireann Lindfield Roberts
2020-11-04select item in trail after marquee selectGeireann Lindfield Roberts