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
/
cairo-png-out.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-17
Remove confusing and broken save as PNG option
Marc Jeanmougin
1
-126
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+2
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-2
/
+2
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-2
/
+2
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-1
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-6
/
+4
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-2
/
+1
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+2
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-8
/
+5
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
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
-3
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-2
/
+2
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2008-08-29
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
bulia byak
1
-1
/
+1
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-2
/
+0
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-133
/
+133
2006-10-01
Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
miklosh
1
-0
/
+5
2006-10-01
PNG output for Cairo renderer
miklosh
1
-34
/
+29
2006-10-01
Initial commit of Cairo renderer for PDF export
miklosh
1
-0
/
+133