aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-02added scale factor for arrows. added control point drag to reparameterize. ↵bobzel
fixed toggling tangent lines to not happen when dragging.
2021-12-02fixed filled strokes when erasing to render properly. fixed stretch ink to ↵bobzel
work with multiple selections.
2021-12-02added shift erase stroke to delete full strokes. added shift drag end of ↵bobzel
stroke to scale uniformly. added ctrl+p,ctrl+e to switch between eraser/pen. added delete to menu options for tree view items. cleaned up a lot of ink code.
2021-12-01cleanup DocDecorations ink rotationbobzel
2021-11-30from lastbobzel
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click ↵bobzel
now to add a point to an ink stroke.
2021-11-30latest from MapboxAubrey Li
2021-11-30change delete points for ink to try to preserve the shape as much as ↵bobzel
possible. Shift + backspace deletes the point without preserving geometry
2021-11-29fixed playback loop to beginning and added click to go to currently playingmehekj
2021-11-29added moving ink stroke segments. added stretching and rotating ink ↵bobzel
strokes about opposite end point.
2021-11-29Merge branch 'ink_v1'bobzel
2021-11-25fixed up erasing ink by segmentsbobzel
2021-11-24map latestAubrey Li
2021-11-24segmentation of ink strokes prior to deletionvkalev
2021-11-21splitting/deletion occurs but too many t-values are storedvkalev
2021-11-20updating intersections to map t-values to inksvkalev
2021-11-20fixing undo batchvkalev
2021-11-19Merge pull request #47 from brown-dash/search-davidbobzel
Page rank
2021-11-18mapbox latestAubrey Li
2021-11-18change arrow colorLauren Choi
2021-11-18remove console.log statementLauren Choi
2021-11-18added arrow toggling functionalityLauren Choi
2021-11-17Merge branch 'master' into treeviewFixingbobzel
2021-11-17changed link line curves a bit. fixed formatted text box not to center text ↵bobzel
for typed notes.
2021-11-16added textboxes inside closed ink strokesbobzel
2021-11-15fixed initial fontsize for treeView slides. made fontsize use ↵bobzel
styleprovider. fixed caption width to cover the whole document by fixing overflow-y setting
2021-11-13treeview title fixes - made it aformatted text box so clicking on it will ↵bobzel
select the document. fixed margins. fixed dragging over tree view to not highlight drop bullets in outline mode unless its a bullet point being moved.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-11-12reverting NaN check when moving tangent handlevkalev
2021-11-12undo works with ink deletionvkalev
2021-11-11prevent clips from becoming infinitely smallmehekj
2021-11-11collapses audio controls when node is resized, preliminary setup for ↵mehekj
currently playing audio "mini player"
2021-11-11color arrow headLauren Choi
2021-11-09fixed width of trimmed markersmehekj
2021-11-09working on undo/redovkalev
2021-11-09fixed clearTimeout defaults and label marker playbackmehekj
2021-11-09fixed playback bug and durationmehekj
2021-11-09added arrowheadLauren Choi
2021-11-08fixed dragging snap lines to get recomputed properly (sometimes they didn't ↵bobzel
activate before) and fixed snapping to not be off by 1 screen space pixel
2021-11-08fixed macbook horizontal scrolling of zoomed timeline.bobzel
2021-11-08fixed vertical height of timeline for video. fixed initial display of ↵bobzel
timeline by not assigning clipEnd in DidMount
2021-11-06eraser tool workingLauren
2021-11-06from lastLauren
2021-11-05ink document iteration not workingLauren
2021-11-04link relationships workingLauren Choi
2021-11-04smooth scroll in timeline while playing audiomehekj
2021-11-04working on link relationshipsLauren Choi
2021-11-04change color of line, remove inputLauren Choi
2021-11-02fixed display of documents anchored on a map marker. fixed adding documents ↵bobzel
with same geolcoation to end up on the same marker.
2021-11-02mapbox render infowindowAubrey Li