index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
views
/
InkingStroke.tsx
Age
Commit message (
Expand
)
Author
2022-03-04
removed pseudo Doc type system. playing with hot reloading.
bobzel
2021-12-02
moved ink appearance menu to top of properties view. fixed size of arrowhead...
bobzel
2021-12-02
added scale factor for arrows. added control point drag to reparameterize. ...
bobzel
2021-12-02
fixed filled strokes when erasing to render properly. fixed stretch ink to w...
bobzel
2021-11-30
from last
bobzel
2021-11-30
fixed warnings/errors. added inkingStroke comments. need to double-click no...
bobzel
2021-11-30
change delete points for ink to try to preserve the shape as much as possible...
bobzel
2021-11-29
added moving ink stroke segments. added stretching and rotating ink strokes...
bobzel
2021-11-17
changed link line curves a bit. fixed formatted text box not to center text ...
bobzel
2021-11-16
added textboxes inside closed ink strokes
bobzel
2021-10-27
fixed warnings/errors.
bobzel
2021-10-26
simplified snapping
bobzel
2021-10-26
adding snapping code between ink strokes. added some componentView API funct...
bobzel
2021-10-26
Merge branch 'master' into ink_v1
bobzel
2021-10-26
fix to ink rotation to preserve rotation center between rotations.
bobzel
2021-10-26
Merge branch 'master' into ink_v1
bobzel
2021-10-26
when document is in lightbox view and a link is followed to its sidebar, we n...
bobzel
2021-10-07
ink rotation based on angle change
vkalev
2021-10-06
fixed lightbox view to shrinkwrap collections when opened, but not force fit ...
bobzel
2021-10-01
added stroke highlighting when following links. turned off display of centerl...
bobzel
2021-10-01
fixed ink to not have a bounding box when isLinkButton is set but rather to h...
bobzel
2021-09-30
fixed creating/drawing straight horizontal/vertical lines. fixed showing pro...
bobzel
2021-09-29
made IsClosed a static function. fixed warnings and errors.
bobzel
2021-09-29
fixed breaking smoothness of closed curve at 0/last index. fixed highlightin...
bobzel
2021-09-29
cleaned up/fixed line arrowheads & dots. added linecap options for lines, ad...
bobzel
2021-09-29
added snapping to close curve or to self-snap a vertex to its curve. fixed i...
bobzel
2021-09-29
fixed filling of curves. added toggling of brokenindex with right-click. c...
bobzel
2021-09-29
a number of undo/redo fixes for ink (snapping to tangent, add points, draggin...
bobzel
2021-09-28
renamed some ink files
bobzel
2021-09-28
a bunch of code cleanup for inkingstrokes
bobzel
2021-09-28
fixed adding point drag location. fixed broken indices on deleting.
bobzel
2021-09-28
fixed double click to edit curve.
bobzel
2021-09-28
only hover ink if its selected
bobzel
2021-09-28
converted ink addpoints to not use sampling. needs addPoints() to be filled in.
bobzel
2021-09-27
fixed ink stroke editing to work with closed curves (eg break / restore tange...
bobzel
2021-09-14
merged with master
bobzel
2021-09-14
fixed adding a new point on an ink stroke
bobzel
2021-09-14
fixed handle size/placement for ink editing.
bobzel
2021-09-13
working on control points
kimdahey
2021-09-10
cleaned up ink button behaviors -- fixed setFill to just set the fill, not th...
bobzel
2021-09-10
event handling fixes for ink. double click on deselected ink takes shows han...
bobzel
2021-09-04
added top/left clip bounds to ink decorations
bobzel
2021-09-03
selection line width fix
vkalev
2021-09-03
fixed selection stroke offset
bobzel
2021-09-03
adding ComponentDecorations
vkalev
2021-09-02
from last
bobzel
2021-09-02
cleaned up overlay ink stroke in document decorations
bobzel
2021-09-02
corrected fix to drawing ink stroke in doc decorations overlay.
bobzel
2021-09-02
working on moving ink UI to DocumentDecorations
vkalev
2021-08-25
many updates
geireann
[next]