aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
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-12made conentScaling a DocumentView-only propbobzel
2020-12-12cleaned up ContentFittingDocumentViewbobzel
2020-12-12another attempt to fix document decorations for documents nested in ↵bobzel
treeviews/stackingviews etc.
2020-12-12fixed hitting Esc in text to turn off text options in menubobzel
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.
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-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-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-09final improvements to audio waveform rendering.bobzel
2020-12-09better fix for caching audio waveform as list.bobzel
2020-12-09only load audio waveform data when audio is selected -- should be replaced ↵bobzel
by something more efficient like a cached bitmap..
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-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-12-02fixed warnings. prevent titles form showing up in presentationViewbobzel
2020-12-02Merge branch 'master' into presentation_v1geireann
2020-12-02loader progress bar (superficial)geireann
- temp media changes
2020-12-01fixed formatted text box not to clear the richTextMenu when it blurs if it's ↵bobzel
still selected.
2020-12-01small changes to temp audio stopping (not final)geireann
2020-12-01temp media stop on change slidegeireann
2020-12-01UI mini changesgeireann
2020-11-30fixes and minor changes to temporal media settings in pres. trailsgeireann
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-29temporal media updates for pres. trailsgeireann
2020-11-29group with up functionalitygeireann
2020-11-28pres trail colors + group with upgeireann
2020-11-28Merge branch 'master' into presentation_v1geireann
2020-11-28audio in pres updates + pre-loadergeireann
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-11-25Merge branch 'master' into presentation_v1geireann
2020-11-25loadergeireann