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-perp_bisector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-20
Add knot ungrabbed event
Jabiertxof
1
-0
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+2
2017-04-28
Code formating
Jabiertxof
1
-2
/
+2
2017-04-28
Reset
Jabiertxof
1
-2
/
+2
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-2
/
+2
2016-12-16
remove rollback to 15315
Jabiertxof
1
-3
/
+3
2016-12-16
Rollback 15315
Jabiertxof
1
-3
/
+3
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-3
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-2
/
+2
2014-01-19
LPE strings consistency fix.
Nicolas Dufour
1
-2
/
+2
2013-01-17
const ....
Johan B. C. Engelen
1
-6
/
+6
2013-01-17
more const happiness (and removal of duplicate code in sp-object.h)
Johan B. C. Engelen
1
-1
/
+1
2012-10-21
UI uniformisation
Kris De Gussem
1
-2
/
+2
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-7
/
+7
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-1
/
+0
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+2
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-6
/
+4
2012-04-07
cleanup knotholder code for LPEs
Johan B. C. Engelen
1
-19
/
+28
2008-08-04
Remove some obsolete code
Maximilian Albert
1
-57
/
+0
2008-08-04
Correct handle tips
Maximilian Albert
1
-2
/
+2
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-29
/
+29
2008-08-01
Make LPE knotholder handles snap
Maximilian Albert
1
-10
/
+13
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-6
/
+2
2008-06-16
First step towards making helper paths for LPE items work better
Maximilian Albert
1
-0
/
+2
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-06-11
warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-06-10
Don't convert path to straight line for LPE perpendicular bisector
Maximilian Albert
1
-0
/
+2
2008-06-10
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
Maximilian Albert
1
-16
/
+0
2008-06-08
Re-add two handles for PerpBisector LPE (we don't add the other two because t...
Maximilian Albert
1
-26
/
+67
2008-06-08
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
1
-0
/
+2
2008-06-02
set eol-style:native for recently added files
Maximilian Albert
1
-204
/
+204
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-187
/
+204
2008-05-19
Make LPEPerpBisector use the new nearest_point() function from point to line
Maximilian Albert
1
-4
/
+1
2008-05-19
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
1
-27
/
+123
2008-05-18
New LPE: Perpendicular bisector
Maximilian Albert
1
-0
/
+94