aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-21Fixed errors merging with masterbobzel
2021-04-19more improvements to comic mode.bobzel
2021-04-11added declaration for idToDoc so that edits to doc lists can be made in kvpbobzel
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-10Merge branch 'master' into demo_changesbobzel
2021-04-10from lastbobzel
2021-04-09removed some old comments + some unused importsusodhi
2021-04-08Merge branch 'master' into filtersbobzel
2021-04-08changesGeireann
2021-04-07Merge branch 'master' into demo_changesGeireann
2021-04-07bug fixesGeireann
2021-04-07fixes for lightbox stepping intobobzel
2021-04-07removed scope option for filters in favor of selecting dashboard.bobzel
2021-04-06updatesGeireann
2021-04-05fixed dashboard/pres undefined issueusodhi
2021-04-05savingusodhi
2021-04-05adding video wall testsbobzel
2021-04-04mergingusodhi
2021-04-02added snap lines button to freeform properties. renamed & simplified ↵bobzel
treeViewPreventOpen stuff
2021-03-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-03-31sharing bugfix + minor restructure + some commentsusodhi
2021-03-31added childHideLinkButtonbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-30mergingusodhi
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
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-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25cleaned up dragmanager a bit and fixed issues with document shifting on drop ↵bobzel
when dragged via DocDecorations and
2021-03-25fixed dragging documents so that the scroll position of pdfs/etc is ↵bobzel
maintained during the drag
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
2021-03-24from lastbobzel
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-03-24fixes for audiotags so that they can be navigated to when focusing. fixes ↵bobzel
to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints.
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-22made stackedTimeline capable of auto showing the annotations that were made ↵bobzel
on it when played back.
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-18why won't this document from hell change heightusodhi
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-16mergingusodhi
2021-03-16fixed dropping into a group using title bar (embed key)bobzel
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