aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2020-12-12fixed displaying items (images,et) in treeViews to indent properly. Fixed ↵bobzel
bounds of contentfittingviews in treeViews to be correct.
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
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)
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-11fixed pointerevents set through styleProvider. fixed crash when color ↵bobzel
strings use uppercase. fixed empty text boxes to set default font size/family
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 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-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-10mergingusodhi
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-03fixed background lock iconbobzel
2020-12-03from lastbobzel
2020-12-03added zordering as a sort option for treeViewbobzel
2020-12-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth
2020-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-12-03Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-12-02prevent text docs being created when two+ docs are selected.bobzel
2020-12-02Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
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-30Audio updatesgeireann
2020-11-29pres trails temporal media and fixing group with upgeireann
2020-11-28pres trail colors + group with upgeireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-25filter + bug?usodhi
2020-11-25Merge branch 'master' into presentation_v1geireann
2020-11-25loadergeireann
2020-11-24fixed ink pointer events to honor visiblepaintedbobzel
2020-11-23added an LOD minimapbobzel
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-21fixed goldenLayout to remove rowCol when removing a stack if the rowCol's ↵bobzel
parent contains only the rowCol. prevented unlocking documents from setting NativeWidth/Height
2020-11-21fixed issue with tabs disappearing from Off-Screen tab listbobzel
2020-11-21turned off automatic loading of non-active tabs. fixed placement of ↵bobzel
contentfittingview content for link preview of web/pdf etc (was vertically displaced). turned off javascript in webBox's.
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-14fixed mobx strict run-time exception when opening the presentation trail, ↵bobzel
then dragging a collection menu item into it.