aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2021-10-07fix presentation play bounds to fit trim boundsmehekj
2021-10-07fixed clicking the contextmenu button on timeline entries. set fitWidth for ↵bobzel
timeline documents since they sometimesm couldn't be clicked (eg an Image would not necesarily fit the span in the timeline without fitWidth). fixed error on comparison box. fixed having lock show up for annotation documents..
2021-09-30Merge branch 'temporalmedia-mehek' of https://github.com/brown-dash/Dash-Web ↵bobzel
into temporalmedia-mehek
2021-09-30added back correct labeling of trimmed titles in audioboxbobzel
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-27improved image resizing flickering caused by Chrome bug with overflow:auto. ↵bobzel
works now when fitWidth is false.
2021-09-27made docs with no author Admin for everyone. fixed run-time warnings: not ↵bobzel
memoized accesses when panning, NaNs drawing some labelBoxes, filter box filter boolean options,
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-25fixed warningbobzel
2021-09-25from lastbobzel
2021-09-25from lastbobzel
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-24label box minor tweak.bobzel
2021-09-24updated titling of LabelBox to show custom titles when they are set.bobzel
2021-09-24changed label boxes to fit their entire text by scaling their fontbobzel
2021-09-24changed label boxes to fit their entire text by scaling their fontbobzel
2021-09-24updated titling of LabelBox to show custom titles when they are set.bobzel
2021-09-24Merge branch 'master' into temporalmedia-mehekbobzel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
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-23minor fixes.bobzel
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-23small schema UI tweakGeireann
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-22Merge branch 'master' into temporalmedia-mehekbobzel
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-22fixed problem with fontsize corruption. fixed showing correct font size ↵bobzel
when creating a new empty document with storedMarks. fixed color of previewcursor in dark mode.
2021-09-22fixed dropdowns to be over documentdecorations by moving top menu bar out of ↵bobzel
maincontent area and giving it a higher z-index than DocDecorations. fixed toggle behavior of shape drawing modes. made color dropdown state be runtime only (doesn't write to data model) -- need to decide if that's what we want.
2021-09-22fixes for fontcolor dropdown to be continuous as pointer moves.bobzel
2021-09-22fromlastbobzel
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ↵bobzel
and overflow. removed sidebar button from captions.
2021-09-20fixed retrieving fillColor for color button menu option.bobzel
2021-09-20Merge branch 'master' into temporalmedia-mehekmehekj