aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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-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-09working on undo/redovkalev
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-06eraser tool workingLauren
2021-11-06from lastLauren
2021-11-05ink document iteration not workingLauren
2021-10-29working on ink stroke intersectionLauren
2021-10-28adding eraser tool to menuLauren
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-26added better exif parser module to serverbobzel
2021-10-26refactoring snapping slightlyLauren
2021-10-26updatedg314
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
2021-10-21changing rotationvkalev
2021-10-21page rankdg314
2021-10-16fixed warnings/errors & redirection to /homebobzel
2021-10-14dashboard treeview freezeAubrey Li