aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
AgeCommit message (Collapse)Author
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-01updated to webpack 5bobzel
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-02-05fixed merge conflictsmehekj
2022-02-03Merge branch 'master' into temporalmedia-mehekmehekj
2021-12-02scrub through timeline with arrow keys, minor video fixesmehekj
2021-11-29fixed playback loop to beginning and added click to go to currently playingmehekj
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-10-08fixed dragging markers on video timelines. fixed moving timeline clips to ↵bobzel
write show/hide by default to the layout document but otherwise in place
2021-10-07minor bug fixes and added escape key to abort trimmehekj
2021-09-30fixed video trim button iconmehekj
2021-09-30added trim button to videomehekj
2021-09-27Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-27videoBox fitsWidth properly in lightbox. documentdecorations less hacky for ↵bobzel
deciding when to allow nativewidth/height changes by adding props to document type templates. fixed height of properties pane & updated CSS for leftflyout & properties pane. marquees no longer oveflow image/video boxes.
2021-09-26variable renaming refactoring.bobzel
2021-09-26added dontAutoFollowLinks menu itembobzel
2021-09-26fixed warnings, fixed bug following link w/auto play. plus refactorings.bobzel
2021-09-25more cleanup/refactoring.bobzel
2021-09-25fixed play() bug from last. fixed highlight of punch in/punch out region ↵bobzel
with spacebar
2021-09-24refactored trim stuff out of audiobox into collectionstackedtimeline so that ↵bobzel
videobox can reuse trimming
2021-09-23renamed props for stackedTimelinebobzel
2021-09-23fixed trimming already trimmed clips.bobzel
2021-09-23a bunch of fixes to audio timelines to support undoing clips, simplifying ↵bobzel
audioWaveform and having it recompute when a clip is made.
2021-09-20Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-20partially added dragging timeline markersmehekj
2021-09-17fixed making link to selected region in videobobzel
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'temporalmedia-mehek' into menu_updates_geireanngeireann
2021-08-25fixed video waveform timeline so current time indicator worksmehekj
2021-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-08-23cleaned up videobox controls along with option to switch to native controls. ↵bobzel
changed placement of link buttons in lightbox to be outside of document
2021-08-01made url server references relative.bobzel
2021-06-30fixed drawing on images/videos/photosbobzel
2021-04-22made videobox snapshot icon draggable to place snapshot. removed 1/4 buffer ↵bobzel
when following link to video because it meant following a snapshot link would start the video, then focus back on the snaphshot.
2021-04-19fixed crash with lightboxview and stepping into an image.bobzel
2021-03-30more cleanupbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
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-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25minor error fixes.bobzel
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation ↵bobzel
annotations scroll in place.
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
2021-03-24fixed screenshot box to not show minimapbobzel
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-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-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.