aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/InkingStroke.tsx
AgeCommit message (Expand)Author
2022-12-21cleaning up ACLs for performance and claritybobzel
2022-12-01refactored process of following links / jumping to docs and added following o...bobzel
2022-11-11made inkMask white.bobzel
2022-11-11fixed converting strokes to inkMasks. cleaned up rendering inkStrkes w/ w/o c...bobzel
2022-11-10fixed inkMaskStrokesbobzel
2022-10-03fixed client crash on text menu for ink strokes. fixed circle rubber banding...bobzel
2022-08-24made text boxes support animation frames. fixed dragging on unselected pres e...bobzel
2022-08-23added color to animated properties. changed doc decorations to stop before m...bobzel
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to be...bobzel
2022-08-22made ink strokes animatable. added currentFrame to playgroundFieldsbobzel
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ...bobzel
2022-07-22adjusted native dim scaling slightly combining props.scaling and props.Conten...bobzel
2022-07-22changed ink width to be scaled by document scale to make it look like ink str...bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by goi...bobzel
2022-06-02fixed highlighting of ink to not show bounding box. stopped shift Tab from b...bobzel
2022-05-13fixed erasing overtop of closed curves. fixed outlining of non-closed strokes.bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop i...bobzel
2022-05-02disallowed dragging a control point past another control point.bobzel
2022-05-02fixed scaling ink label in lightbox,etc views. changed ink strokes so that c...bobzel
2022-04-11lots of layout fixes to groups, labels, ink to support iconification better. ...bobzel
2022-04-11making layout icons work better.bobzel
2022-04-04cleaned up warnings. fixed ink to work better with it's label boxes by not l...bobzel
2022-04-03fixed ink handles to work in lightbox, so re-enabled open in lightbox for sel...bobzel
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