aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
AgeCommit message (Collapse)Author
2022-05-13removed layerProvider functionality.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 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-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-16basic video UI and functionality completemehekj
2022-03-12video ui in progress, basic functions show upmehekj
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-12-02currently playing indicator completemehekj
2021-11-29fixed playback loop to beginning and added click to go to currently playingmehekj
2021-11-11collapses audio controls when node is resized, preliminary setup for ↵mehekj
currently playing audio "mini player"
2021-11-09fixed clearTimeout defaults and label marker playbackmehekj
2021-11-09fixed playback bug and durationmehekj
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-11-04smooth scroll in timeline while playing audiomehekj
2021-10-28fixed marker drag and drop in scrolled zoomed timelinemehekj
2021-10-28fixed marker document decorations on scroll in zoomed timelinemehekj
2021-10-23audiobox UI updatemehekj
2021-10-14pre-redesign changes (zoom but no scroll)mehekj
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-25cleaned up some unused variablesbobzel
2021-09-25better version of punch in/out without reactions.bobzel
2021-09-25fixed play() bug from last. fixed highlight of punch in/punch out region ↵bobzel
with spacebar
2021-09-24from lastbobzel
2021-09-24refactored trim stuff out of audiobox into collectionstackedtimeline so that ↵bobzel
videobox can reuse trimming
2021-09-24added doubleclick on clip button to switch to editing entire timeline vs. ↵bobzel
single click to edit just the clip. fixed some audio timeline bugs with printing out current time and time span when trimming. cleaned up audioWaveform bucket fields.
2021-09-23added code for editing the original waveform, not a clip when trimming is ↵bobzel
activated.
2021-09-23renamed props for stackedTimelinebobzel
2021-09-23fixed trimming already trimmed clips.bobzel
2021-09-23fixed getting duration of audioclip and setting trimEnd the first time.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-22fixed up context menu for audio box labels .bobzel
2021-09-22fixed dragging anchor on audio timeline to position correctly. fixed being ↵bobzel
able to drop anywhere on audio box. fixed undoing drag anchor and drag handles of audio anchors.
2021-09-20partially added dragging timeline markersmehekj
2021-09-13added drop code for dropping onto an audio stackedTimelinebobzel
2021-09-12fixed audioboxkimdahey
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
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-25Update AudioBox.tsxgeireann
2021-08-25basic audio trim completemehekj
2021-08-01made url server references relative.bobzel