aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
AgeCommit message (Collapse)Author
2021-04-04stopped system docs from being filteredusodhi
2021-04-04mergingusodhi
2021-04-02added snap lines button to freeform properties. renamed & simplified ↵bobzel
treeViewPreventOpen stuff
2021-04-01more tree view cleanupbobzel
2021-04-01cleaning up tree view stuff.bobzel
2021-03-31added childHideLinkButtonbobzel
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-30mergingusodhi
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation ↵bobzel
annotations scroll in place.
2021-03-25filters is going to kill me the files I should look at on return to this ↵usodhi
branch are documents.ts, propertiesview, colsubview, colview, filterbox
2021-03-24renamed audioState to mediaState and cleaned up screenshotBox a little.bobzel
2021-03-23changed audio/video to use playFrom() viewbox method instead of ↵bobzel
audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes.
2021-03-22fixed audio/video synchronizatoin for screengrab videos. fixed following ↵bobzel
isLinkButton's in stackedTimelines. Made links from screenGrab videos to document whn presented in lightbox.
2021-03-21added auto-linking to video screen grabs.bobzel
2021-03-20fixed up audio dictation to its former glory.bobzel
2021-03-20cleaned up warnings. fixed webBox annotations to write to correct key so ↵bobzel
that they appear on startup.
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-19fixing up some baseProto initialization. fixing stacking view with hidden docs.bobzel
2021-03-18renamed pdfanno to htmlAnchorbobzel
2021-03-18preparing to break sidebar out into its own componentbobzel
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-18from lastbobzel
2021-03-18made linkanchorbuttons not show up next to pdf annos. gave pdfannos a ↵bobzel
baseProto. made textboxes dynamically remove hashtags when deleted from text.
2021-03-18why won't this document from hell change heightusodhi
2021-03-18minor tweaks from lastbobzel
2021-03-18cleaned up link making. Documents don't add to the Undo stack when being ↵bobzel
created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_"
2021-03-17made and/or a property of the document so it's saved with the filterusodhi
2021-03-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-17fix Doc.MakeClone to deal wth links correctly again. fixed dashboard ↵bobzel
snapshot to either alias top-level documents, or clone everything.
2021-03-17starting process of addingfilter attributes to new docs in collectionusodhi
2021-03-16mergingusodhi
2021-03-16fixed up leaving pushpins - leave pushpin when moving from one annotated doc ↵bobzel
to another.
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2021-03-15fixed warnings. made savedAnnotations an ObservableMap. turned off ↵bobzel
annotationLayer when there are no annotations - text is blurry on windows Chrome with mix-blend-mode overlay
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-14added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵bobzel
sidebar annotation is selected.
2021-03-13minor changesusodhi
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-03-12Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-11fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵bobzel
dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar.
2021-03-11adding and/or to filtering, added editableview, changed a bunch of thingsusodhi
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-11made text boxes span stackingview's when fitWidth or autoColumn is set. ↵bobzel
made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels.
2021-03-10fixed bugs leftover from removing docholders.bobzel
2021-03-10made initial load of filterbox much more efficient by preventing incremental ↵bobzel
invalidations. fixed display of sliderBox filters.
2021-03-09Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbobzel