aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.tsx
AgeCommit message (Collapse)Author
2022-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-10-20added double-tap to keep ink primitive mode. cleaned up circle drawing and ↵bobzel
some other gesture code.
2022-10-19fixed erasing straight line stroke segments caused by intersections with ↵bobzel
other strokes. cleaned up more with gestures. changed docView lock icon to be part of docDecorations.
2022-10-18cleaned up gestureutils a bit. added recognize gestures option, but it ↵bobzel
probably shouldn't be used until the geometry gesture recognition descriptions are improved.
2022-09-12made annotation pen available in lightbox.bobzel
2022-07-26fixed error selecting svg elements.bobzel
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-15fixed iconifying cropped images to show the correct image.bobzel
2022-06-08fixes from mergebobzel
2022-06-08merge with masterbobzel
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
2022-06-05refactored writing mode code into InKTranscriptionNaafiyan Ahmed
2022-06-05cleanupmehekj
2022-06-02Merge branch 'inking-naafi-mehek' into master-cleanupmehekj
2022-05-13removed layerProvider functionality.bobzel
2022-05-05doubletapNaafiyan Ahmed
2022-04-28merged and getting started on mapping algoNaafiyan Ahmed
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-14fix: fixed panning with finger interactionNaafiyan Ahmed
2022-04-14fix: fixed panning with finger interactionNaafiyan Ahmed
2022-04-12Merge branch 'inkocr-mehek' into inking-naafi-mehekmehekj
2022-04-12ink to text for groupingsmehekj
2022-04-12made changes to ink groupingNaafiyan Ahmed
2022-04-07added todo commentNaafiyan Ahmed
2022-04-07added grouping and write mode vs pen modeNaafiyan Ahmed
2022-04-05added basic grouping when exiting pen modeNaafiyan Ahmed
2022-03-22fixed temporal media merge that had reverted a lot of things.bobzel
2022-03-17Merge branch 'naafi-linking' of https://github.com/brown-dash/Dash-Web into ↵Naafiyan Ahmed
naafi-linking
2022-03-17feat: working on implementing writing modeNaafiyan Ahmed
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2021-12-02added scale factor for arrows. added control point drag to reparameterize. ↵bobzel
fixed toggling tangent lines to not happen when dragging.
2021-11-21splitting/deletion occurs but too many t-values are storedvkalev
2021-10-28adding eraser tool to menuLauren
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-29support drawing of closed ink shapes. fixed highlight state of pen button on ↵bobzel
startup
2021-09-27fixed ink stroke editing to work with closed curves (eg break / restore ↵bobzel
tangent & drag start/end point). changed ink rendering to use svg bezier curves. fixed bugs with keydown handler to break tangent.
2021-09-14merged with masterbobzel
2021-09-02working on moving ink UI to DocumentDecorationsvkalev
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-25many updatesgeireann
2021-08-18highlighter tool added & workingvkalev
2021-08-13cleaning upvkalev
2021-08-12fixed positioning of selection linevkalev
2021-08-11added circle shape generation using only 4 Bézier curvesvkalev
2021-06-30fixed drawing on images/videos/photosbobzel
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29initial changes to cleanup pointer events.bobzel