aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
AgeCommit message (Expand)Author
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 currentl...mehekj
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 timeli...bobzel
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 wit...bobzel
2021-09-24from lastbobzel
2021-09-24refactored trim stuff out of audiobox into collectionstackedtimeline so that ...bobzel
2021-09-24added doubleclick on clip button to switch to editing entire timeline vs. sin...bobzel
2021-09-23added code for editing the original waveform, not a clip when trimming is act...bobzel
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 aud...bobzel
2021-09-22fixed up context menu for audio box labels .bobzel
2021-09-22fixed dragging anchor on audio timeline to position correctly. fixed being a...bobzel
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
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
2021-07-17basic trim ui complete - switching laptopsMehek Jethani
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.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-26extracted AudioWaveform out of AudioBox in order to use in CollectionStackedT...bobzel
2021-03-24renamed audioState to mediaState and cleaned up screenshotBox a little.bobzel
2021-03-22fixed audio/video synchronizatoin for screengrab videos. fixed following isL...bobzel
2021-03-21added auto-linking to video screen grabs.bobzel
2021-03-21upload screengrab video to server in mkv format ... can't yet play them.bobzel
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. di...bobzel