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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update cmake files & make function static.
Campbell Barton
2012-10-22
1
-1
/
+1
*
UI uniformisation
Kris De Gussem
2012-10-21
12
-38
/
+38
*
Do not show console debug messages for dynastroke lpe
Kris De Gussem
2012-10-20
1
-17
/
+17
*
UI uniformisation
Kris De Gussem
2012-10-20
2
-11
/
+11
*
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
2012-10-14
11
-36
/
+36
*
Don't try to set infinite bounds on SpinButtons in LPE Scalar
Alex Valavanis
2012-10-14
1
-2
/
+2
*
powerstroke: fix stuff! (apparently commit didn't work yesterday)
Johan B. C. Engelen
2012-10-10
1
-68
/
+61
*
UI consistency fix (pointed Bug #955060, comment #24).
Nicolas Dufour
2012-10-09
1
-1
/
+1
*
powerstroke: arc extrp. corner case handling
Johan B. C. Engelen
2012-10-07
1
-7
/
+28
*
powerstroke: arc extrapolate fix
Johan B. C. Engelen
2012-10-07
1
-3
/
+5
*
powerstroke: add arc-extrapolation, but disable it for release
Johan B. C. Engelen
2012-10-06
1
-1
/
+140
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
5
-18
/
+20
*
Translations. Adding new LPE to the translation template, UI consistency fixe...
Nicolas Dufour
2012-10-01
2
-10
/
+10
*
Warnings cleanup (see Bug #1034663).
Nicolas Dufour
2012-08-09
1
-1
/
+1
*
Fix missing glibmm header
Alex Valavanis
2012-06-21
1
-0
/
+2
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
33
-51
/
+0
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
31
-0
/
+64
*
probably this was intended
Kris De Gussem
2012-06-07
1
-1
/
+1
*
Fixing warnings.
Jon A. Cruz
2012-05-25
1
-2
/
+2
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
10
-65
/
+44
*
powerstroke: restrict the 'ray' values for ellipses that powerstroke can gene...
Johan B. C. Engelen
2012-04-28
1
-0
/
+9
*
powerstroke: cautious fix.
Johan B. C. Engelen
2012-04-25
1
-2
/
+2
*
powerstroke: add errorhandling for rounded corners.
Johan B. C. Engelen
2012-04-25
1
-1
/
+11
*
Warning cleanup
Jon A. Cruz
2012-04-18
2
-5
/
+6
*
Loop index type cleanup
Jon A. Cruz
2012-04-16
1
-1
/
+1
*
powerstroke: fix inside of corners.
Johan B. C. Engelen
2012-04-15
1
-50
/
+40
*
powerstroke: more robust method of determining parameters at joins. should fi...
Johan B. C. Engelen
2012-04-14
1
-71
/
+18
*
small 2geom update
Johan B. C. Engelen
2012-04-13
1
-15
/
+0
*
fix potential issue with tangent calculation
Johan B. C. Engelen
2012-04-10
1
-6
/
+6
*
powerstroke: remove the need to reload the node tool when adding/deleting con...
Johan B. C. Engelen
2012-04-10
1
-12
/
+33
*
small cleanup
Johan B. C. Engelen
2012-04-10
1
-2
/
+0
*
clone original path lpe: add boilerplate code to allow to compensate for link...
Johan B. C. Engelen
2012-04-08
4
-0
/
+23
*
fix inclusion.
Johan B. C. Engelen
2012-04-08
1
-1
/
+1
*
powerstroke parameter small fix
Johan B. C. Engelen
2012-04-08
1
-3
/
+6
*
powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)
Johan B. C. Engelen
2012-04-07
1
-4
/
+7
*
powerstroke: previous and this commit fix extrapolated and miter join behavio...
Johan B. C. Engelen
2012-04-07
1
-1
/
+1
*
complementary to rev11175
Johan B. C. Engelen
2012-04-07
1
-1
/
+1
*
powerstroke: use path's strokewidth on applying powerstroke effect
Johan B. C. Engelen
2012-04-07
1
-5
/
+16
*
gives distinguishing colors to two vector params of LPE rough hatches
Johan B. C. Engelen
2012-04-07
3
-1
/
+11
*
cleanup knotholder code for LPEs
Johan B. C. Engelen
2012-04-07
18
-225
/
+255
*
powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEnt...
Johan B. C. Engelen
2012-04-07
1
-1
/
+6
*
the knotholders for LPE parameters should not derive from LPEKnotHolderEntity...
Johan B. C. Engelen
2012-04-07
2
-3
/
+3
*
powerstroke: spiro join: more robust detection of tangent direction. fixes in...
Johan B. C. Engelen
2012-03-24
1
-5
/
+9
*
powerstroke: add Spiro rounded join! (genius idea Jasper!)
Johan B. C. Engelen
2012-03-24
1
-7
/
+39
*
final cleanup of spiro?
Johan B. C. Engelen
2012-03-23
2
-6
/
+127
*
cleanup spiro code
Johan B. C. Engelen
2012-03-23
8
-194
/
+124
*
more spiro cleanup
Johan B. C. Engelen
2012-03-23
7
-87
/
+6
*
clean up spiro code
Johan B. C. Engelen
2012-03-23
5
-88
/
+146
*
powerstroke: correct naming of join parameter. breaks earlier created powerst...
Johan B. C. Engelen
2012-03-23
2
-28
/
+28
*
powerstroke: properly implement rounded joins. brain buster!!
Johan B. C. Engelen
2012-03-21
1
-12
/
+81
[next]