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-fillet-chamfer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-30
Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to LPE->doc...
Jabier Arraiza
1
-3
/
+3
2019-08-16
Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. Fill...
Jabiertxof
1
-2
/
+2
2019-05-08
Revert bad fix from previous commit
Jabiertxof
1
-1
/
+1
2019-05-08
Fix a crashing bug on Fillet Chamfer LPE
Jabiertxof
1
-1
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
Fixing bad destruction of Fillet Chamfer LPE items
Jabier Arraiza
1
-10
/
+4
2018-09-30
Improve calls to document_units
Jabier Arraiza
1
-6
/
+3
2018-09-14
improbe UX of Fillet/Chamfer LPE
Jabiertxof
1
-44
/
+18
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-14
Misc. typos
luz.paz
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-03-31
Fix fillet chamfer LPE bug on adding points to paths
Jabier Arraiza
1
-3
/
+4
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-7
/
+12
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+5
2017-11-07
Misc. typos
Unknown
1
-3
/
+3
2017-09-17
Flushing std::cout
Jabier Arraiza
1
-2
/
+0
2017-07-29
Fix a bug pointed by CR on delete nodes in fillet/chamfer LPE
Jabier Arraiza
1
-3
/
+3
2017-05-29
Initial release
Jabiertxof
1
-2
/
+2
2017-05-27
More fixes to LPE
Jabiertxof
1
-1
/
+1
2017-05-27
More fixes to LPE
Jabiertxof
1
-1
/
+1
2017-05-27
Change bad named vars
Jabiertxof
1
-1
/
+1
2017-05-27
Change bad named vars
Jabiertxof
1
-1
/
+1
2017-05-06
Add improvement pointed in IRC by Ede_123 to allow defaultables parametes on ...
Jabiertxof
1
-3
/
+51
2017-05-06
Pre merge fixing
Jabiertxof
1
-21
/
+35
2017-05-06
Updating code to trunk
Jabiertxof
1
-1
/
+0
2017-04-28
Reset
Jabiertxof
1
-15
/
+1
2017-04-27
Add end of preferences GUI
Jabier Arraiza Cenoz
1
-1
/
+1
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-1
/
+15
2017-01-22
Update to new code in trunk
Jabiertxof
1
-83
/
+105
2016-12-16
remove rollback to 15315
Jabiertxof
1
-1
/
+1
2016-12-16
Rollback 15315
Jabiertxof
1
-1
/
+1
2016-12-10
Fix headers on LPE's
Jabiertxof
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-06-19
Organize doeffect function
Jabier Arraiza Cenoz
1
-48
/
+39
2016-06-18
Fixes when moves a path
Jabier Arraiza Cenoz
1
-13
/
+11
2016-06-18
fixing bug moving nodes
Jabier Arraiza Cenoz
1
-7
/
+7
2016-06-18
Pre fixing selected points
Jabier Arraiza Cenoz
1
-23
/
+30
2016-06-18
attemp to simplify doeffect code on fillet chamfer
Jabier Arraiza Cenoz
1
-59
/
+50
2016-06-14
Add snap to origin in double direction knots
Jabier Arraiza Cenoz
1
-0
/
+1
2016-06-12
Fix 90% of tweenk review
Jabier Arraiza Cenoz
1
-232
/
+122
2016-06-12
Fix bug consecutive nodes at same position
Jabier Arraiza Cenoz
1
-1
/
+13
2016-06-11
Fix the bug deleting satellites
Jabier Arraiza Cenoz
1
-41
/
+41
2016-06-11
Fixing satellites bug on erase
Jabier Arraiza Cenoz
1
-2
/
+1
2016-05-26
Rename branch
Jabier Arraiza Cenoz
1
-24
/
+24
2016-05-26
Fixing pointwise
Jabier Arraiza Cenoz
1
-21
/
+18
[next]