aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkingStroke.tsx
AgeCommit message (Expand)Author
2021-09-14merged with masterbobzel
2021-09-14fixed adding a new point on an ink strokebobzel
2021-09-14fixed handle size/placement for ink editing.bobzel
2021-09-13working on control pointskimdahey
2021-09-10cleaned up ink button behaviors -- fixed setFill to just set the fill, not th...bobzel
2021-09-10event handling fixes for ink. double click on deselected ink takes shows han...bobzel
2021-09-04added top/left clip bounds to ink decorationsbobzel
2021-09-03selection line width fixvkalev
2021-09-03fixed selection stroke offsetbobzel
2021-09-03adding ComponentDecorationsvkalev
2021-09-02from lastbobzel
2021-09-02cleaned up overlay ink stroke in document decorationsbobzel
2021-09-02corrected fix to drawing ink stroke in doc decorations overlay.bobzel
2021-09-02working on moving ink UI to DocumentDecorationsvkalev
2021-08-25many updatesgeireann
2021-08-18highlighter tool added & workingvkalev
2021-08-13Merge branch 'master' into ink-gfx-victorvkalev
2021-08-13cleaning upvkalev
2021-08-12increasing opacity (selected lines are no longer slightly transparent)vkalev
2021-08-12fixed positioning of selection linevkalev
2021-08-11added circle shape generation using only 4 Bézier curvesvkalev
2021-08-04fixed toggle ink as a mask.bobzel
2021-07-29deselecting an ink stroke properly exits edit viewvkalev
2021-07-27changing format of controls/handles + adding color enumsvkalev
2021-07-17added broken indices to layoutDocgeireann
2021-07-10fixed adding point bug with breaking handle tangencyvkalev
2021-07-06refactoringvkalev
2021-07-02indicator appears on hover for ink control points to be addedvkalev
2021-07-01ink controls resize on hovervkalev
2021-06-30ink Bézier handle movement fixed + small visual changesvkalev
2021-06-21adding commentsvkalev
2021-05-11fixed ink rotation to maintain center pointbobzel
2021-05-10fixes to editing curve UI - handle sizes, no jumping when changing/deleting a...bobzel
2021-05-08fixed deleting ink stroke points.bobzel
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed chr...bobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get document...bobzel
2021-02-27more cleanup of unused fields and minor fixes to things like the color picker...bobzel
2021-01-21moved lock icon outside of doc. tweaked inkingstroke behavior to not drag wh...bobzel
2021-01-11Merge branch 'master' into ink_editsbobzel
2021-01-11adjustments to restore inkMask functionalitybobzel
2021-01-11Merge branch 'master' into ink_editsbobzel
2021-01-09Merge branch 'ink_edits' of https://github.com/browngraphicslab/Dash-Web into...yunahi
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ou...bobzel
2020-11-19made inkingStroke honor _isBackground. prevented link anchor dots from moving...bobzel
2020-10-17fixed rubberbadning ink shapes not to get cutoff. fixed animating annotations...bobzel
2020-10-01fixed resize/rotateyunahi
2020-09-25fixed stroke width on control pointsyunahi
2020-09-24fixed circle, stroke widthyunahi