aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
AgeCommit message (Collapse)Author
2022-06-08merge with masterbobzel
2022-06-06fixed recorded videos so that they can be played back. fixed regiontimer to ↵bobzel
be turned off after pausing a video to not prevent the video from being played again. removed dictation from stackedtimeline rendering.
2022-06-02fixed previously introduced bug where pin doc added pres to first tab ↵bobzel
collection. Highlight pres targets when following. fixed videoBox to play regions properly. adjusted labelBox for stackedTimeline views. fixed stacked timelines to not stop keyboard events which was preventing text notes from being created on video boxes.
2022-06-02merge with presentmodeMichael Foiani
2022-06-01now tracks and replays scaling accuratelyMichael Foiani
2022-05-13removed layerProvider functionality.bobzel
2022-05-12feat: added checkbox for optional screen trackingJenny Yu
2022-05-12feat: option to recreate recordingJenny Yu
2022-05-05fixed videobox ui sizing. added rotation for imageBoxsbobzel
2022-05-05fix some bugs and start position. ready for demo :)Michael Foiani
2022-05-04Merge with jenny bug fixesMichael Foiani
2022-05-04fix infinite pause/play bug with a stopper, but still very buggyMichael Foiani
2022-05-04fixes to make recordingBox appear on slides after reopening.bobzel
2022-05-04Pause works with presentation now.Michael Foiani
2022-05-04Get play and pause to work. There is a bug with getting double called that ↵Michael Foiani
was causing choppiness.
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that ↵bobzel
clicking on label of closed stroke is lower preceden than clicking on line. fixed fontsize UI for setting ink label sizes. can no longer slide ink pts that are cusps along curve.
2022-04-26made creating a new thumbnail icon delete previous ones. fixed bug where ↵bobzel
documents would re-render if an earlier docuent in the collection list was added/removed.
2022-04-12cleaned up errors/warnings. fixed dragging to turn off pointer events on ↵bobzel
whatever's being dragged.
2022-04-11got pdf's to generate icons when iconifying.bobzel
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not ↵bobzel
letting textbox ComponentView override inkinstroke. made ink text boxes go away unless they have text or are selected. fixed up brushing code and made it work for ink and ink w/ text labels
2022-03-24fixed videobox upload data uri to have nosuffix parameter again.bobzel
2022-03-24fixing data_url uploading to have a no suffix option.bobzel
2022-03-24fixed videoBox play issue. cleaned up global referencing a bit.bobzel
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-20cleaned up files and added some commentsmehekj
2022-03-20fixed rendering on mount issuemehekj
2022-03-20fix videobox merge issuesmehekj
2022-03-20Revert "Merge remote-tracking branch 'origin/speedups2' into ↵mehekj
temporalmedia-mehek" This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
2022-03-17Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehekmehekj
2022-03-17Merge branch 'master' into temporalmedia-mehekmehekj
2022-03-16basic video UI and functionality completemehekj
2022-03-12video ui in progress, basic functions show upmehekj
2022-03-09Merge branch 'master' into speedups2bobzel
2022-03-08fixed following a link to a video segment that triggers a navigation back to ↵bobzel
the source of the link
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.