index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
pov-out.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-8
/
+9
2009-02-28
copyedit
bulia byak
1
-1
/
+1
2009-01-13
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
1
-2
/
+2
2008-08-10
clean up code slightly
Bob Jamison
1
-65
/
+64
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-3
/
+2
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
finally got transforms right. flip Y and translate
Bob Jamison
1
-2
/
+1
2008-08-01
make redundant. use correct fields of cubic bezier point array
Bob Jamison
1
-135
/
+158
2008-08-01
un-remove applying item transform to each point
Bob Jamison
1
-20
/
+48
2008-08-01
Warning cleanup
Jon A. Cruz
1
-6
/
+6
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-13
2geomify pov-out extension
Johan B. C. Engelen
1
-93
/
+53
2008-07-04
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
1
-2
/
+2
2008-06-18
use INKSCAPE_VERSION rather than VERSION, to help cmake
Bob Jamison
1
-7
/
+8
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-1
/
+1
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-1
/
+1
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-1
/
+1
2008-04-29
Change in stdarg calls, to correct for const-ness
Bob Jamison
1
-23
/
+6
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2008-02-18
Minor format change. More work needed to improve transition between curve an...
Bob Jamison
1
-74
/
+74
2007-09-16
trivial changes to address warning with g++-4.2
Peter Moulder
1
-1
/
+1
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-1
/
+1
2007-03-20
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
1
-2
/
+3
2007-03-12
use g_vsnprintf() instead of vsnprintf() to avoid platform problems
Bob Jamison
1
-5
/
+1
2007-03-12
Cleanup public/private, doxygen comments
Bob Jamison
1
-11
/
+74
2007-03-12
Buffer output for better reporting.
Bob Jamison
1
-207
/
+260
2007-03-09
Add some code cleanup
Bob Jamison
1
-134
/
+230
2007-03-08
changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273.
Bob Jamison
1
-43
/
+60
2006-05-09
eliminate direct accesses to SPCurve::bpath
MenTaLguY
1
-3
/
+3
2006-02-16
Add new placeholder for ODF
Bob Jamison
1
-6
/
+9
2006-01-30
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Ted Gould
1
-3
/
+5