index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
lpe-tangent_to_curve.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add knot ungrabbed event
Jabiertxof
2019-05-20
1
-0
/
+3
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+3
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-6
/
+6
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+4
*
Code formating
Jabiertxof
2017-04-28
1
-4
/
+4
*
Remove some ocurrences of desktop in knot functions
Jabiertxof
2016-12-19
1
-4
/
+4
*
Fix headers on LPE's
Jabiertxof
2016-12-10
1
-2
/
+2
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-4
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+4
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-4
/
+0
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-4
/
+4
*
Properly allow effect stacking with knotholders (and add extra LPE functional...
Liam P. White
2014-04-06
1
-11
/
+8
*
const ....
Johan B. C. Engelen
2013-01-17
1
-9
/
+9
*
UI uniformisation
Kris De Gussem
2012-10-21
1
-4
/
+4
*
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
2012-10-14
1
-6
/
+6
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
1
-1
/
+0
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
1
-0
/
+2
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-9
/
+6
*
cleanup knotholder code for LPEs
Johan B. C. Engelen
2012-04-07
1
-26
/
+40
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-18
/
+18
*
Make LPE knotholder handles snap
Maximilian Albert
2008-08-01
1
-7
/
+13
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
1
-9
/
+3
*
Fix wrong descriptions
Maximilian Albert
2008-06-18
1
-3
/
+3
*
First step towards making helper paths for LPE items work better
Maximilian Albert
2008-06-16
1
-0
/
+2
*
whitespace
Maximilian Albert
2008-06-12
1
-2
/
+2
*
warning cleanup
Jon A. Cruz
2008-06-11
1
-3
/
+3
*
Get rid of get_bpath() in lpe-tangent_to_curve.cpp
Maximilian Albert
2008-06-10
1
-3
/
+2
*
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
2008-06-10
1
-24
/
+0
*
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
2008-06-08
1
-6
/
+11
*
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
2008-06-08
1
-49
/
+34
*
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
2008-06-08
1
-84
/
+145
*
set eol-style:native for recently added files
Maximilian Albert
2008-06-02
1
-170
/
+170
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-148
/
+170
*
Add possibility to let the 'tangent' have a fixed angle relative to the curve
Maximilian Albert
2008-05-19
1
-1
/
+8
*
Add handles to adapt tangent length
Maximilian Albert
2008-05-19
1
-4
/
+44
*
Forgot to add two files in commit #18667. Sorry for breaking the build for a ...
Maximilian Albert
2008-05-19
1
-0
/
+101