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
*
powerstroke: properly implement rounded joins. brain buster!!
Johan B. C. Engelen
2012-03-21
1
-12
/
+81
*
Fix false gtk deprecation warnings from gtkmm headers
Alex Valavanis
2012-03-12
2
-2
/
+1
*
powerstroke: - add miter size limit
Johan B. C. Engelen
2012-03-08
1
-20
/
+51
*
powerstroke: add miter cusp type. improve tangent detection for cusps drawing
Johan B. C. Engelen
2012-03-04
2
-18
/
+78
*
cppcheck
Kris De Gussem
2012-02-29
1
-2
/
+0
*
powerstroke: work on cusps, so people can play with it a bit. it is not done ...
Johan B. C. Engelen
2012-02-26
1
-13
/
+53
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
12
-43
/
+37
*
some clean up
Johan B. C. Engelen
2012-02-19
1
-16
/
+5
*
Header cleaning
Alex Valavanis
2012-02-12
6
-5
/
+6
*
add missing files in cmake
Campbell Barton
2012-02-08
1
-0
/
+3
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
8
-8
/
+3
*
add tooltip for powerstroke control points
Johan B. C. Engelen
2012-01-18
2
-8
/
+5
*
select referred path when pressing shift+d (select original) for a path with ...
Johan B. C. Engelen
2012-01-18
1
-1
/
+2
*
powerstroke: add new linecap type to have zero width at path start/end
Johan B. C. Engelen
2012-01-17
1
-10
/
+22
*
add underscores to some member variables.
Johan B. C. Engelen
2012-01-17
4
-4
/
+4
*
more header cleanup
Johan B. C. Engelen
2012-01-17
1
-12
/
+7
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
3
-3
/
+3
*
change pencil tool dropdown shapes to use powerstroke, instead of pattern alo...
Johan B. C. Engelen
2012-01-17
1
-1
/
+2
*
proper forward decl
Johan B. C. Engelen
2012-01-16
1
-2
/
+1
*
LPE: originalpath parameters: implement select original button
Johan B. C. Engelen
2012-01-12
1
-1
/
+11
*
LPE: add new LPE that outputs the original path data. used to make a clone (w...
Johan B. C. Engelen
2012-01-12
11
-1
/
+274
*
Powerstroke: fix crashers
Johan B. C. Engelen
2012-01-11
1
-3
/
+9
*
CanvasText: reinstate ability to set anchor position manually
Diederik van Lierop
2012-01-04
1
-5
/
+3
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
1
-1
/
+4
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
22
-44
/
+31
*
1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...
Diederik van Lierop
2012-01-01
1
-3
/
+5
*
mixed usage of class and struct for same object
Kris De Gussem
2011-12-11
2
-8
/
+8
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
8
-8
/
+8
*
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
2011-11-09
3
-1
/
+11
*
Powerstroke: add smoothness parameter for CubicBezierJohan
Johan B. C. Engelen
2011-11-08
3
-0
/
+10
*
split interpolator code from main powerstroke code
Johan B. C. Engelen
2011-11-08
4
-243
/
+279
*
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
2011-11-05
4
-5
/
+50
*
Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...
Johan B. C. Engelen
2011-11-04
1
-8
/
+30
*
reduce scope of some variables
Johan B. C. Engelen
2011-11-04
1
-11
/
+9
*
fix order of checks.
Johan B. C. Engelen
2011-10-28
1
-1
/
+4
*
cppcheck
Kris De Gussem
2011-10-21
5
-8
/
+8
*
cppcheck
Kris De Gussem
2011-10-18
3
-7
/
+8
*
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2011-10-05
2
-2
/
+0
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
9
-29
/
+30
*
add PowerStroke to the normally visible LPEs, but with 'unstable!' warning
Johan B. C. Engelen
2011-09-29
1
-2
/
+2
*
PowerStroke: handle cusps in some way. properly bugged for all types but "bev...
Johan B. C. Engelen
2011-09-29
2
-216
/
+167
*
powerstroke: add bevel cusp. but it bugs closed paths. need to restructure...
Johan B. C. Engelen
2011-09-24
1
-21
/
+14
*
restructure powerstroke LPE a bit in preparation for cusp fixup
Johan B. C. Engelen
2011-09-22
2
-184
/
+253
*
LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug)
Johan B. C. Engelen
2011-09-21
2
-43
/
+132
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
4
-4
/
+0
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
4
-6
/
+8
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
2
-2
/
+2
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
4
-10
/
+6
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
3
-17
/
+87
|
\
|
*
added missing header
Campbell Barton
2011-07-02
1
-0
/
+1
[next]