aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-07merge conflict fixesmehekj
2021-10-07Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-07minor bug fixes and added escape key to abort trimmehekj
2021-10-07fix presentation play bounds to fit trim boundsmehekj
2021-10-07ink rotation based on angle changevkalev
2021-10-07addMarker workingAubrey Li
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-10-07from linking-anh mergebobzel
2021-10-07link menu ui tweaking. edge case checks for linkrelationship stuff. ↵bobzel
default links to have linkAutoMove
2021-10-07Revert "Revert "Merge pull request #34 from brown-dash/linking-anh""bobzel
This reverts commit 4e6a1d7a37c8c28014a9f7cd0d92f17c8f29454d.
2021-10-06Merge branch 'master' of https://github.com/brown-dash/Dash-Webgeireann
2021-10-06added zoomgeireann
2021-10-06Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-10-06fixed lightbox view to shrinkwrap collections when opened, but not force fit ↵bobzel
contents to allow users to navigate. fixed comparison box to show context of maker'/annotation documents. fixed ink pointer events to honor pointerEvents prop (eg when embedded in a comparisonBox that turns them off).
2021-10-06presBox type fixgeireann
2021-10-04fixed how filters work in Schema View. made filtering the default for ↵bobzel
clicking in title area.
2021-10-04fixed dropping onto comparison box. added caption of link description to ↵bobzel
link comparison view. added promise wait for protos of link anchors to avoid potential crash. made dragging a link off of a linkmenuitem to create an alias with the hidden flag removed.
2021-10-01added stroke highlighting when following links. turned off display of ↵bobzel
centerline stroke when stroke is just selected but control point editing is not active. fixed snapping ink to make closed curves.
2021-10-01fixed crash / errors with comparison boxbobzel
2021-10-01fixed ink to not have a bounding box when isLinkButton is set but rather to ↵bobzel
have an outline of the ink stroke
2021-10-01fixed keyboard delete of ink control points to never delete the stroke.bobzel
2021-09-30fixed warningbobzel
2021-09-30fixed clipping audio spans to clipstart/clipend,bobzel
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-30fixed ink rotationbobzel
2021-09-30dont select ink control point on drag -- only with an explicit click. ↵bobzel
toggle ink control point selection with clicks.
2021-09-30fixed jitter of position when moving ink points aroundbobzel
2021-09-30fixed creating/drawing straight horizontal/vertical lines. fixed showing ↵bobzel
proper context menu for ink.
2021-09-30fixed context menu for ink from docbuttons barbobzel
2021-09-30from lastbobzel
2021-09-30fixed dragging lines with arrows to display arrowheadbobzel
2021-09-30critical fix for creating new accounts without hanging.bobzel
2021-09-30went back to solid tangent handlesbobzel
2021-09-29fixed placement of link icon for ink strokes.bobzel
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-29fixed breaking smoothness of closed curve at 0/last index. fixed ↵bobzel
highlighting closed curves.
2021-09-29cleaned up/fixed line arrowheads & dots. added linecap options for lines, ↵bobzel
added outline of lines using fillColor. turned off border in comic mode for ink.
2021-09-29added snapping to close curve or to self-snap a vertex to its curve. fixed ↵bobzel
ink decorations from being clipped when zoomed. fixed crash with zero-length tangent
2021-09-29support drawing of closed ink shapes. fixed highlight state of pen button on ↵bobzel
startup
2021-09-29fixed filling of curves. added toggling of brokenindex with right-click. ↵bobzel
changed look of ink handles to be lighter weight and to reflect brokenindex sttate
2021-09-29fixed ink controls to be above document decorationsbobzel
2021-09-29a number of undo/redo fixes for ink (snapping to tangent, add points, ↵bobzel
dragging tangents). also tried to make storage of undo events more efficient when dragging ink controls (avoid saving hundreds of copies of the InkField)
2021-09-28cleaned up inkstrokeproperties code a bit.bobzel
2021-09-28prevent crashes when ink points are not multiple of 4. deleting ink ctrl ↵bobzel
point that leaves one bezier segment no longer converts to a line.
2021-09-28renamed some ink filesbobzel
2021-09-28a bunch of code cleanup for inkingstrokesbobzel