aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2021-11-01implement auto-move anchor and fix changing follow behaviorLauren Choi
2021-10-30change dropdown values and add option for annotation linksLauren Choi
2021-10-30change follow behaviorLauren Choi
2021-10-30edit link descriptionLauren Choi
2021-10-29working on ink stroke intersectionLauren
2021-10-29style properties panelLauren Choi
2021-10-29toggle properties on selectionLauren Choi
2021-10-28adding eraser tool to menuLauren
2021-10-28fixed marker drag and drop in scrolled zoomed timelinemehekj
2021-10-28fixed input slidersmehekj
2021-10-28Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-28fixed marker document decorations on scroll in zoomed timelinemehekj
2021-10-28Merge branch 'master' into trails-aubreyAubrey Li
2021-10-28convert DMS to DDAubrey Li
2021-10-28selection of link lines deselects everything else first.bobzel
2021-10-28from lastbobzel
2021-10-28added rudimentary ability to select link linesbobzel
2021-10-27new exif interface promotes exif data to the regular data field, not data.gpsbobzel
2021-10-27fixed resizing window in lightbox view without messing up the docking viewbobzel
2021-10-27fixed warnings/errors.bobzel
2021-10-27more ink drag cleanup - fixed closing curves / dragging with pick correlationbobzel
2021-10-26cleaned up inkRotation codebobzel
2021-10-26simplified snappingbobzel
2021-10-26from lastbobzel
2021-10-26adding snapping code between ink strokes. added some componentView API ↵bobzel
functions to convert local (eg ink) points to/from screen space and for snapping
2021-10-26use center of selection bounds for rotation if more than one stroke is selected.bobzel
2021-10-26Merge branch 'master' into ink_v1bobzel
2021-10-26 fix to ink rotation to preserve rotation center between rotations.bobzel
2021-10-26Merge branch 'master' into ink_v1bobzel
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-10-26added better exif parser module to serverbobzel
2021-10-26refactoring snapping slightlyLauren
2021-10-26updatedg314
2021-10-26Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-26when document is in lightbox view and a link is followed to its sidebar, we ↵bobzel
no longer reopen the document in its context. fixed selecting annotations on web/pdf. don't change document height when shown in a linkPreview. webBox fixes for pages with scripts. fixed range bounds when clicking on web text several fixes to web pages on server and client. client webbox allows clicks on divs with onclick instead of doing selection also hacky fix so that google search url doesn't keep expanding by removing 'q=' regions also added prevent/allow script menu item server grabs all html and hides id="google.." which are ads. also rewrites hrefs starting with http to route through corsProxy also removes target=_blank tags to prevent pages from opening outside of dash. also cleaned up routes and comments also when not logged in, references to anything in dash domain route to /home