aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
AgeCommit message (Collapse)Author
2021-07-22Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵vkalev
ink-gfx-victor
2021-07-15cleaned up autoHeight for text in conjunction with sidebars and titles and ↵bobzel
some layout scripts
2021-07-15Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵vkalev
ink-gfx-victor Merging master changes into ink branch
2021-07-14fixed dragging marquees on nested images. fixed images to allow marquees on ↵bobzel
nested images. changed drag titlebar message.
2021-07-12Changed "schemaView" :arrow_right: "collectionSchema"geireann
So style is consistent with other folders
2021-07-10added indentation for visibility of hierarchy0x85FB9C51
2021-06-30ink Bézier handle movement fixed + small visual changesvkalev
2021-06-28resolved bugs and removes console.log0x85FB9C51
2021-06-26numbers now recognized as numbers, other misc. bugfixes, some bugs remaining0x85FB9C51
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2021-05-17from merge with filtersbobzel
2021-05-13filter icon on collections and clickableusodhi
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.