aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-24removed marker vertical offsetmehekj
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-23cleanupbobzel
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-23Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2021-09-23Revert "Merge pull request #34 from brown-dash/linking-anh"geireann
This reverts commit 70d80e30de9963c353636d9780ffb83f3285aac7, reversing changes made to d5f9533d153e11e24d2ab7c03b4561170f0768fe.
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-23Merge branch 'master' into linking-anhGeireann Lindfield Roberts
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 default color of link lines in dark mode.bobzel
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-21from lastbobzel
2021-09-21temporary change to reset old accounts on browndash to enable dark mode.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
2021-09-20partially added dragging timeline markersmehekj
2021-09-20replaced convert to ink in marquee menu with create Groupbobzel
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵bobzel
show titles for ink or equations using fields now.
2021-09-20changed link previews to show document, not context, unless document is a ↵bobzel
marker. de select documentViews when unmounted.
2021-09-17stop propagation of keybaord events in EquationBox to allow cursor controls ↵bobzel
w/o moving the document
2021-09-17fixed setting time of audio doc when clicking on audiotag in RTF.bobzel
2021-09-17fixed making link to selected region in videobobzel
2021-09-17more conservative fix for previous.bobzel
2021-09-17reverting last change.bobzel
2021-09-17fixed following links to documents in sidebars that haven't been opened to ↵bobzel
still open the sidebar and show the document. required a change to how ProxyFields set field promises and use field caches.
2021-09-17fixed link lines to text selections in PDF/Web. fixed pointer Events for ↵bobzel
anchor in PDF/Web to be active when doc is active.
2021-09-17fixed warningsbobzel
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-09-17fixed not inadvertently moving webBoxes after creating a marquee adn then ↵bobzel
clicking in the webBox, then clicking outside it.