8c32a3bc6f42bceafbd1fdb825194b990d97fae0 |
|
28-Oct-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
add bleed/margin to pdf export |
3a3365c39fe3932d005ae1aa4324ef48606f5e18 |
|
07-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArena -> Inkscape::Drawing. Call render and update
methods on the Drawing rather than on the root DrawingItem. |
d1bde559850436556ebee2e70e10f1cfc8aff636 |
|
06-Aug-2011 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Rewrite NRArenaItem hierarchy into C++ |
8a0a34615f080ecd1c09986d8963d6afe5937a25 |
|
16-Jul-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup of oudated/redundant SP_ITEM() macro use. |
cefdba1595ab39197d47d6e89d850c3509aa22b9 |
|
22-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Warning cleanup. |
2b635337710b879262acf4906dd85ee99b69f474 |
|
01-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
C++fied SPDocument added |
d5ad05ac17abfd7d2eae333a8c1233971e1c1a8f |
|
29-Jun-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
a02211fee45e7402a822d3f81bc0ed49233718e5 |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
884edd729abf49df5b3c9a4679a0d5b6c85d182c |
|
06-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
noop: Rename argument from uri to filename for Extension::...::save implementations, given that that's how it's used at present.
Add a couple of fixme comments to do with use of this argument. |
f9e66b5deb95d8fcf8a766ecdaeaca0fa049baaf |
|
16-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
remove extra unref; now ref/unref is done by show/hide; this used to stop this arenaitem from leaking, but this is now fixed properly in SPItem |
ddc1f1d1291eb21b244c7328d260c7d4a43be2fc |
|
29-Aug-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
Ulf Ericson's patch for implementing missing properties in the new pdf exporter |
00f8f5fca7184b0662b859af3ca2d2986119dd6a |
|
03-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many needless references to n-art-bpath.h |
e4a9f366dbcb54f76b8c42869fa6873808132357 |
|
22-Apr-2008 |
gouldtj <gouldtj@users.sourceforge.net> |
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them. |
91934be261c16d036521379306a74b0991720e67 |
|
19-Feb-2007 |
joncruz <joncruz@users.sourceforge.net> |
Cleaned up DOS line ends that had snuck in. |
93c007ed89077e6a338adc0f2968057fb764f91b |
|
01-Oct-2006 |
miklosh <miklosh@users.sourceforge.net> |
Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair |
915f222e72a35382120e42ff1d204a99b16644b6 |
|
01-Oct-2006 |
miklosh <miklosh@users.sourceforge.net> |
PNG output for Cairo renderer |