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
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+8
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers 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-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-11
/
+11
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-11
/
+11
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-3
/
+4
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-10
/
+3
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-3
/
+10
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-2
/
+2
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-3
/
+2
2012-02-29
cppcheck
Kris De Gussem
1
-0
/
+12
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-3
/
+3
2011-10-20
cppcheck
Kris De Gussem
1
-1
/
+1
2011-10-18
cppcheck
Kris De Gussem
1
-1
/
+1
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+2
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-9
/
+8
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-1
/
+1
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-17
/
+17
2009-10-16
More proper fix for 451588 by Tavmjong
Josh Andler
1
-9
/
+21
2009-10-14
Patch by Tavmjong for 451588
Josh Andler
1
-5
/
+16
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
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
[next]