aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GestureOverlay.tsx
AgeCommit message (Collapse)Author
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
2021-03-16made ink stroke size preview match the size it will be on the selected document.bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel
2021-02-03fixed webBox forward/backward and in lightbox.bobzel