aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-30fixed up editable textview title widths and clicking to set cursor insertion ↵bobzel
point.
2021-03-30more cleanupbobzel
2021-03-30mergingusodhi
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-30Merge branch 'master' into fixingPointerEventsbobzel
2021-03-30fixed alignment of doc decorations for stacking views.bobzel
2021-03-30from lastbobzel
2021-03-30from lastbobzel
2021-03-30from lastbobzel
2021-03-29from lastbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29fixed text input after changes to active/selectedbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-29fixed doc decorations for dictation. gave dictation docs a title. minor ↵bobzel
cleanup.
2021-03-26from lastbobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25from lastbobzel
2021-03-25fixed golden layout tab adding behaviors to prevent scrolled docs from being ↵bobzel
reset to 0.
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation ↵bobzel
annotations scroll in place.
2021-03-25fixed videos in lightbox to not auto-follow links. fixed audiotags to ↵bobzel
higlight more clearly when target of a link follow.
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
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-24fixed screenshot box to not show minimapbobzel
2021-03-22adjusted playLink in videos to start 1/4 sec early to trigger following link ↵bobzel
to anchor. changed text sidebars to show titles. fixed title autoHeight computations in formattedTextBox. fixed styleprovider to compute headerMargin correctly by inquiring style for ShowTitle.
2021-03-22made stackedTimeline capable of auto showing the annotations that were made ↵bobzel
on it when played back.
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-21restored viewModes to topBarbobzel
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-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
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-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-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-17removed stackedTimeline from view types user can switch tobobzel
2021-03-17from last - ignore viewScale in stacking view.bobzel
2021-03-17fixed autoHeight for stackingViews with multiple columnsbobzel
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-17starting process of addingfilter attributes to new docs in collectionusodhi
2021-03-16mergingusodhi
2021-03-16fixed dropping into a group using title bar (embed key)bobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-16made ink stroke size preview match the size it will be on the selected document.bobzel
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.