aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkingStroke.tsx
AgeCommit message (Expand)Author
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-12-02moved ink appearance menu to top of properties view. fixed size of arrowhead...bobzel
2021-12-02added scale factor for arrows. added control point drag to reparameterize. ...bobzel
2021-12-02fixed filled strokes when erasing to render properly. fixed stretch ink to w...bobzel
2021-11-30from lastbobzel
2021-11-30fixed warnings/errors. added inkingStroke comments. need to double-click no...bobzel
2021-11-30change delete points for ink to try to preserve the shape as much as possible...bobzel
2021-11-29added moving ink stroke segments. added stretching and rotating ink strokes...bobzel
2021-11-17changed link line curves a bit. fixed formatted text box not to center text ...bobzel
2021-11-16added textboxes inside closed ink strokesbobzel
2021-10-27fixed warnings/errors.bobzel
2021-10-26simplified snappingbobzel
2021-10-26adding snapping code between ink strokes. added some componentView API funct...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-26when document is in lightbox view and a link is followed to its sidebar, we n...bobzel
2021-10-07ink rotation based on angle changevkalev
2021-10-06fixed lightbox view to shrinkwrap collections when opened, but not force fit ...bobzel
2021-10-01added stroke highlighting when following links. turned off display of centerl...bobzel
2021-10-01fixed ink to not have a bounding box when isLinkButton is set but rather to h...bobzel
2021-09-30fixed creating/drawing straight horizontal/vertical lines. fixed showing pro...bobzel
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-29fixed breaking smoothness of closed curve at 0/last index. fixed highlightin...bobzel
2021-09-29cleaned up/fixed line arrowheads & dots. added linecap options for lines, ad...bobzel
2021-09-29added snapping to close curve or to self-snap a vertex to its curve. fixed i...bobzel
2021-09-29fixed filling of curves. added toggling of brokenindex with right-click. c...bobzel
2021-09-29a number of undo/redo fixes for ink (snapping to tangent, add points, draggin...bobzel
2021-09-28renamed some ink filesbobzel
2021-09-28a bunch of code cleanup for inkingstrokesbobzel
2021-09-28fixed adding point drag location. fixed broken indices on deleting.bobzel
2021-09-28fixed double click to edit curve.bobzel
2021-09-28only hover ink if its selectedbobzel
2021-09-28converted ink addpoints to not use sampling. needs addPoints() to be filled in.bobzel
2021-09-27fixed ink stroke editing to work with closed curves (eg break / restore tange...bobzel
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