ce403fe58d5797e6eade54b606a9c9c73d22778a |
|
15-May-2016 |
tavmjong-free <tavmjong@free.fr> |
GTK3: Fix compile for GTK3 versions less than 3.16. |
4e3f339f206fb67cf0f2ad086bdf4ea6430747f4 |
|
08-May-2016 |
tavmjong-free <tavmjong@free.fr> |
Start of GTK3 external style sheet support. |
c3f84ae23bbfb35bc90f6cf50f607c2cc79db19c |
|
20-Nov-2015 |
insaner <launchpad@insaner.com> |
window/task bar icon missing when installed in non-standard location |
3e5363a5df0492469944038c83af8175b3d88222 |
|
30-Sep-2015 |
Adrian Johnson <ajohnson@redneon.com> |
Change command line PostScript export level to 3 (bug #1432310) |
8134091b19fa6b55da860b22070ee1f1ffd1ae06 |
|
08-May-2015 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Remove round_rectangle_outwards from helper/geom.h |
f789e93464ce3e156a12bc353532047015b66e29 |
|
27-Apr-2015 |
Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> |
Just reread the entire diff against trunk. Given the diff size, i must have forgotten things, but hopefully, there are only very few changes of semantics:
->childList is now in the intuitive order (childList()[0] is now firstChild)
-> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things)
-> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it)
-> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) |
aa9235c966804d9b8f8daa083a2d123d9d47d2bb |
|
27-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
corrected the casts (hopefully) |
8f8f7c7fe35e8c54bf8ce47fbb4d6021bd7a712d |
|
26-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
Rename libgc/ => inkgc/ to reflect difference from Boehm GC |
c83fdd0e5de4555dcd3c0814071b8c681eb49a39 |
|
25-Feb-2015 |
Liam P. White <inkscapebrony@gmail.com> |
Isolate components of libgc |
acd93b79c034f4bcc8ff02de8aa877f70f081881 |
|
19-Feb-2015 |
Marc Jeanmougin <mc> |
Put a few std::vector<SPitem*> |
0de73848362e95b081e5fa85f910d6481094b2b9 |
|
17-Feb-2015 |
Marc Jeanmougin <mc@localhost.localdomain> |
At first, I was thinking "I just have to go to the selection file, and change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on. |
3c5ddb51d857f6e6cc04b2bfc17025675419f668 |
|
04-Feb-2015 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1417990 (Trunk: crash on export to PS/EPS/PDF via command line (rev >= 13880)). |
da4bca199b132e21ceb5b375d1c25ba251c73bef |
|
03-Nov-2014 |
apenner <penner@vaxxine.com> |
default export dpi = 96 |
cee084c8a6394fa638af2629ca8670ca138ed706 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move obvious ui component to ui/ |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
30f9f4fe4daca79803eb15c44fea79502bf3ce72 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move constructor/destructor into private section, remove protected section. Rename init(). Add to-do list. |
bdd77920088d5498d22675b0ed6c1cdb843bc51b |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Convert accidental member accesses into static function accesses |
52cad88e59adf0342e9294b9249b96bffe8fbe9e |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
4. further refactor Application class; create proper singleton, encapsulate members, simplify signals |
6cc2da37c4f1d408dbc9ca92ee622d4093f554fb |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
3. remove dead code, refactor existing code. Connect overlooked signals. |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
67bc89481d6d169da17efc38cf39c616dec58d58 |
|
03-Jun-2014 |
mathog <> |
Fix for bugs 1262782 and 1262792 |
50432d329d79df8db572107c587a239727cc6ebf |
|
05-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Allow command line options -i and -j to effect plain-svg output, this involves cropping and reducing. |
f48bc4de4380356aed46fb4484ce68e21fe7bcf0 |
|
03-Apr-2014 |
Martin Owens <doctormo@gmail.com> |
Use the save mechanism from the export instead of suplicating code to save an svg. Fixes bug #500440 also clean vacuum defs from command line which should be using extension also. |
942fad96b23fb5d413a80866fab06905fb9befaf |
|
29-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Removed obsolete header file. |
3e81ab982a9c97363775152a78e2876757f14103 |
|
27-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Protect pdf and png exports from failure and output reasonalbe warnings. |
326d88b20a5552486f5cd3e39b9b8f1856be3412 |
|
27-Jan-2014 |
Martin Owens <doctormo@gmail.com> |
Protect export options from blank filenames, png, pdf, emf and wmf. This should fix Bug #941103 |
9ebe2da593292f923c30f6d89a408b7d1ad7b708 |
|
02-Jan-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in Windows 7) by Max Gaukler. |
35b6196eeb37dce8eb695a4f814727dbdb7164cd |
|
21-Nov-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
reorder header file includes. Because glibmm depends on a deprecated/threads.h of glib, it has to be included first. |
c595882a48c70bd140a3c36e88c6ae1c24a0d52a |
|
13-Nov-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Add command line support for EMF and WMF export, by David Mathog. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
a235c2b827a388f0ee109359c3c3e5119197a908 |
|
24-Sep-2013 |
bryce <bryce@canonical.com> |
Fix my email address through codebase |
35636e0c762d50c37515a072b12bdc0197afd24c |
|
28-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Improve code readability. |
fc2e20aa610641335a34aa9b6604c3c4ec0ae7c4 |
|
05-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Switched to global UnitTable. |
c751b68e56ace7b9d649ee20b7f25ed1f65922e3 |
|
01-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Eliminate "unit-constants.h". |
66dfa5c3094a0271d3640678e2a8cb8eafb3f141 |
|
17-Jul-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix remaining g_type_init deprecation issues |
5a50399d73848f325bc99bf005fd990900a670a2 |
|
10-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Added "dbus-name" command line option to allow a D-Bus bus name other than
"org.inkscape" to be specified. This allows multiple Inkscape instances to
be controlled over D-Bus in a single user session. |
df25fb9885def2805a4399e8f20d43efb693949a |
|
05-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Fix for builds without --enable-dbusapi (missing #ifdef) |
f2614fa5142149207082d04e9b039c4520fa0856 |
|
03-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Modified dbus interface so that it works in console mode (--dbus-listen)
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode |
27e8a544f1ad1e2044b3e993fe7236e16ac099c7 |
|
01-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Factored layer model out into new Inkscape::LayerModel class. This allows
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes. |
fd9ba6922d65c04e71e9b018e7ffdc270425ef5a |
|
07-Jun-2013 |
VinĂcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Refactor --export-pdf-version detection.
If the user try to export the pdf and ps versions at one run, the
sp_export_pdf detection would fail. A better approach (this commit) is to check
the mime argument. |
1bb16e051f38f36841ad5c9a5d0d553e954370ea |
|
06-Jun-2013 |
VinĂcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Fixes r12348 and r12350.
Typo error (sp_export_pdf_version instead sp_export_pdf). |
7776f066c66a9be51de5153265850d115fac1bf8 |
|
05-Jun-2013 |
VinĂcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Add option to set --export-ps-level. Fixes bug #669748.
Moreover, a bug in --export-pdf-version was fixed. The bug made Inkscape crash
if someone try to export a ps file. |
7d0a24e5df88fe8f24c72a6d5ef1d96e13ae9bd8 |
|
05-Jun-2013 |
VinĂcius dos Santos Oliveira <vini.ipsmaker@gmail.com> |
Add command line option to specify PDF export version. Patch from schwieni.
From the patch's author:
Additional command line option added to export to different PDF-versions
supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must
provide the exact string found in the PDF-export dialog of Inkscape. This
feature was previously only accessible via the GUI of Inkscape. This option is
useful for people opting for PDF-a conformance in their PDFs. Moreover, the
Extension and Parameter classes are extended by setters for enum parameters
(used in combo boxes). |
ce7f8ea4d3bacd06724d8b0143cf13f7770460d8 |
|
10-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Removed old SPObject factory. |
197f4f627044258ec5846db5304be2a96ff3320f |
|
06-Apr-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
add --export-margin option to PDF/EPS/PS export cmdline |
0a7b156efd8eda8ee5e09f6fb37a83f308b9fc82 |
|
02-Apr-2013 |
Markus Engel <markus.engel@tum.de> |
Cleaned up a bit. Uses some C++11 features. |
92eb663500564c06258bc74260952f9fe89258d1 |
|
26-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible check for X11 backend |
2a0770ab8e651d1796b513a24205f30e458357b1 |
|
30-Nov-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 430301 : core dump exporting to non existing folder |
0925dca1a75222e8ea0f8a458ce3cfc3bd171042 |
|
29-Nov-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive is present |
4ccb9ee772c82b365be7c93b0776250c57f6d126 |
|
09-Oct-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Philipp Hagemeister. Greek and French man page translations updated. |
e4a094fa5446f7e5e226a3b10fdb7bf676808863 |
|
07-Oct-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Translations. Fix for Bug #425202 (Script messages not translated). |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
0b23283fdad70584cd777fa4bfccf0a1367dc192 |
|
01-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1059132 : --export-pdf crashes with inkscape trunk |
9f7129a3f49f08aabb009542d8e410de71a90d9f |
|
16-Jul-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #425202 (Script messages not translated). |
7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc |
|
05-Jul-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GTK+ 2.20 support. |
4ec2118d69b6f286b99e6d907fd9cf96f4f7cc9b |
|
26-May-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 903772 : Support --export-text-to-path when outputting plain SVG |
ede33ce30cc5c82eb86178da0d073191deb75696 |
|
12-May-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape should return non-0 on 'errors') |
cb636f65fa2a5cd40ff3d571719326351ae68ad8 |
|
03-May-2012 |
Jon A. Cruz <jon@joncruz.org> |
Eliminated duplication of GTK key defines. |
32add6f916cb26b468b5bec439ba18dc2629a200 |
|
22-Apr-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
some more string class usage |
126aa5b056be3aec870a698c7a7d99df41ce12d8 |
|
15-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of remaining deprecated GDK Key symbols |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
74f9c778a773984d73b82d8b954e13c4e0e40183 |
|
25-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
907793259ac834a90b0ea42827e89406eeb06f6e |
|
07-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
dropped deprecated function sp_repr_get_double_attribute |
153bb1867986d6db392e2cfa711ad6231fce8abe |
|
27-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Fixing more broken and split doc comments. |
36bb2154f1627a17c3591eb4d7f89335e8b5dadd |
|
27-Aug-2011 |
Krzysztof Kosinski <tweenk.pl@gmail.com> |
Refactor SPItem bounding box methods: remove NRRect usage and make code
using them more obvious. Fix filter region computation. |
e898e8dd3fbc3e21f3a35f089a0d1c1dc6d48850 |
|
17-Jul-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded |
de0a546f63f67df68b0d4c5a3032865ed9977b66 |
|
28-Jun-2011 |
Gellule Xg <gellule.xg@gmail.com> |
If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to start the GUI version. |
07b7f1aaaf1087716e784a50cf574a059f7018d3 |
|
04-Jun-2011 |
Jon A. Cruz <jon@joncruz.org> |
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro. |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
02625209e903da96db1db8902354d4324afd5a84 |
|
15-Apr-2011 |
Jasper van de Gronde <jasper.vandegronde@gmail.com> |
No more PrintWin32, including no special cases for non-Unicode Windows anymore. |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
0c737ce52f97c4a146d9bafab095ded5033a862b |
|
13-Oct-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix build breakage on Windows after the recent "new gui" removal. |
98642e1599b79dd4207c88375e2a030f5f570a4b |
|
12-Oct-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Remove the failed and unused "new gui" stuff. |
a633a3ef3de605ad960373ce28dc7916750bd4d8 |
|
04-Aug-2010 |
Jasper van de Gronde <th.v.d.gronde@hccnet.nl> |
Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Coverity |
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]. |
e17b4ad27fa4f13915af895604534786e99cfc90 |
|
03-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix command line invocation on Windows (LP #167455). |
344a3633dd82b5f47aa9cbc6ae1f1c6e68d6f2ce |
|
02-Apr-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Do not print PYTHONPATH on every invocation (stale debug output) |
d3915dd7c0e58110960c9256e5ca33f22bc5e2de |
|
30-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Make all paths in PYTHONPATH absolute. |
2cbc3f167bb47f2580274c8d1456a1e2de38b232 |
|
30-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
More correct setting of PYTHONPATH at startup |
c62c37b445ed8e1dec2c16ed1e199379cd3fffa5 |
|
29-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Oops - obviously the previous fix didn't work outside Windows |
f940dc6dec129f21b6a9938dd8322995113aa3d4 |
|
29-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Fix regression (inkex.py not found for extensions in user's directory) |
fc619a4a231d691cde619438a5ad8c73126ba98e |
|
28-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Allow Inkscape to run from Unicode directories on Windows |
291a36596c2ad735aa6c37ece0936f1147bdea57 |
|
05-Mar-2010 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Patch from Fridrich - LP #520532 |
839598cdda20adbc1a3b5d0982c13558440d1fcb |
|
02-Mar-2010 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup on id access. |
f3462bff432feef773f99bab7d5ae208d077ddb1 |
|
22-Feb-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
- change cmdline option to --export-latex.
- change source file names to reflect that it is "generic" latex renderer
- make latex export work for EPS and PS aswell |
51790ed24be8d453fbb8d7a84c515e6acc9b2fab |
|
21-Feb-2010 |
Johan Engelen <goejendaagh@zonnet.nl> |
add --export-pdf-latex option to the cmdline |
f5394d3bac1d27ed34b58cc3253e0ace8a30283e |
|
20-Dec-2009 |
Chris Morgan <chris.morganiser@gmail.com> |
Make Inkscape Portable not fiddle with the registry. |
ab5b79df9e6fa31f3482d118900c2dcd1b98664a |
|
18-Aug-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 396851: move absolutizing relative path (added by Ted) out of sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode |
1dd082e25599433b757e357cbf503bc461497d78 |
|
07-Aug-2009 |
tavmjong <tavmjong@users.sourceforge.net> |
Change "canvas" to "page" to be consistent with use in all other dialogs and
menus. '-C' is kept, as '-P' is used for PostScript export. |
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. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
98b4958fec682130e18f15bf5ddcab0c35fa8a32 |
|
12-Jun-2009 |
joncruz <joncruz@users.sourceforge.net> |
Mark areas with charset conversion issues |
63e3b8a7c227f111c060e81e1941679a156b1999 |
|
06-May-2009 |
helix84 <helix84@users.sourceforge.net> |
* [INTL:*] fixed typos (by Yuri Chornoivan) |
d85ed5469e3e305b1e5561cb4ab85848b499375a |
|
30-Apr-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
copyedit labels, expand range |
6045ac39647c85e04a50481b413b8cfbb90d8127 |
|
30-Apr-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
allow --export-dpi to be used for setting the filter rasterization resolution in PS/EPS/PDF export |
ec35142cad8ce4f534989cacd6cc98e276263548 |
|
07-Apr-2009 |
pjrm <pjrm@users.sourceforge.net> |
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref.
Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.)
extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.)
When exporting plain SVG, change the relative hrefs according to the destination filename. |
3dd7292a3f23ac0b771374df8c275eeeea665ac4 |
|
03-Apr-2009 |
joncruz <joncruz@users.sourceforge.net> |
Add XDG locations for icons |
02baf0b35e9fd593a89d252e40aae6bfab7af3b9 |
|
16-Mar-2009 |
speare <speare@users.sourceforge.net> |
response to bug #167290; add another undoc option to support alt-key tracking for osx x11 and other gdk systems that cannot sense alt key properly |
4cb9ed4c3d183554e888e636844f8e3c2e666c40 |
|
26-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Patch from Lubomir Rintel: fixes for GCC 4.4 |
e49c087d2ea128bdf66cc60871649b49a6ac97af |
|
26-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Several icon name fixes |
aa241d9832f2ce76dfd2adf9d6bcbfcfff518ddd |
|
26-Feb-2009 |
theadib <theadib@users.sourceforge.net> |
add #include <gtk/gtk.h> to fix defect #333767 |
035e109c2dce9f6a9552f75d09b1573311d02546 |
|
20-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Make all icons themable (except the filter icons). |
d45d0bf91888ee9773dbf5743d121b5fc205bf76 |
|
13-Jan-2009 |
tweenk <tweenk@users.sourceforge.net> |
Improved version reporting. Add SVN revision and custom status to
version string on Linux. |
7cff29615374c1b9d7e7e88cf9cbe787b5c732e1 |
|
10-Jan-2009 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to wrap GdkPixbuf". |
06aecef405c4cf6f7551ab622c3040562cb62c78 |
|
28-Dec-2008 |
verbalshadow <verbalshadow@users.sourceforge.net> |
More NR ==> Geom changes |
025db6f90298127a666cd24bcfc2e22fd35ca84d |
|
16-Dec-2008 |
speleo3 <speleo3@users.sourceforge.net> |
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
sp_item_i2doc_affine or sp_item_i2d_affine respectively
* remove sp_root_bbox, root->c2p was considered in the wrong place there
* in sp_item_i2doc_affine do not consider SP_ITEM(object)->transform for root
node, because <svg> node does not have a transform attribute
* fix style scaling for boolean operations (with viewBox)
* fix zoom to fit drawing (with viewBox)
* fix export area size for "export drawing" (with viewBox)
* fix simultaneous movement of clone + original (with viewBox) |
c3d688e0db18349170361840c5834631a4d8ea70 |
|
30-Nov-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
add --export-ignore-filters |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
7079a43aa387066c2f67402d77dbe3db981b1054 |
|
31-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merge from trunk |
01d27eab5fca2dcb8e883011f8be77ae6b78a11c |
|
28-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merge from trunk |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
791ececb38de50ef3d52d64d7c3cbdc3575b6828 |
|
22-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
releasing fails to delete document, even when memory is scarce, so delete it explicitly |
c091d84f7f76ea0c814df9e30a5beddbbca2befe |
|
16-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
the proper way to delete a SPDocument, according to mental |
4e2443d33426ad00e57c3ef258727f6a6820f580 |
|
16-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
Finish the original command-name addition. |
22300de4ee19ebbafdf2f4c8cc60764fe2577c06 |
|
15-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix first argument being lost in shell mode |
394b186a901853a7c3b52a4b6ff405db3b537cf6 |
|
14-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
Handle optional bbox behavior. Fixes warning. |
b6bc15a4702ab63cae52f39437639f937ab17ac5 |
|
14-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
Applied cleaned-up patch for 'server' or 'shell' mode.
Fixes bug #259303 |
ddf75e186aecfac23975241ff0177ed738b3f7be |
|
13-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
More tabs |
414a64988719ff0815eeedd43296341ce43cfbd2 |
|
13-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
Whitespace cleanup |
e981c84492bd299c641a8076ffad78ac0ef81513 |
|
20-Aug-2008 |
johncliff <johncliff@users.sourceforge.net> |
Fix to bug with export-width and export-height due to errno not being reset during strtoul.
See jabber logs at 4pm 8/20/08 |
26b62dfb088a00b6debad350538a64c2af145f50 |
|
08-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
remove many unnecessary to_2geom and from_2geom calls |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
e77e2e02d8ab186389f86e48b1834d95f51cf68d |
|
12-Jun-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions |
43d06c7da14a174c6b2b41f9849b0cf098de4770 |
|
11-Jun-2008 |
mental <mental@users.sourceforge.net> |
plumb XML::Documents in everywhere |
f2ea7ba114e45f3bf90d630a965c96870c564c0d |
|
29-May-2008 |
ishmal <ishmal@users.sourceforge.net> |
Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. |
147b1a6f8f9c2e9e0daec70dcc9b92ac2707ee7e |
|
03-May-2008 |
ishmal <ishmal@users.sourceforge.net> |
Remove invalid struct initialization warnings. |
8508cf251222a557e69d261b697f788ab85dcf4e |
|
02-May-2008 |
joncruz <joncruz@users.sourceforge.net> |
Switch to alternate const correction. |
e06eadaa4386ea49a02efc71d893cb6eeaa09581 |
|
02-May-2008 |
joncruz <joncruz@users.sourceforge.net> |
Const cleanup on strings. |
7efd3764721d61e678031b6dfcf52560475a4515 |
|
01-May-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
enable text-to-path command line control for pdf export |
0d1d9b01d8ed957c2bed1e7fd371457612fe8035 |
|
29-Apr-2008 |
ozmikepittman <ozmikepittman@users.sourceforge.net> |
Uniconvertor import extension changes for Win32 - Fixes LP# 197617 |
99075926c1b3d64a38b5550b65ea98cb80f39992 |
|
16-Apr-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
make sure --export-area-canvas works for pdf export too |
3a13f949a6708458a8b757a4c5855b08baeaef90 |
|
21-Mar-2008 |
jaspervdg <jaspervdg@users.sourceforge.net> |
Replace char buffer by std::string to prevent buffer overflow when computing the new PATH. |
16ed349cd6f193bb5eef5678f6bdb87e3c92b676 |
|
16-Mar-2008 |
theadib <theadib@users.sourceforge.net> |
prepend correctly the PATH and append an existist PYTHONPATH if existing |
448c98239ed00327cc3d6cf0fa284e6965602dd7 |
|
13-Mar-2008 |
ishmal <ishmal@users.sourceforge.net> |
added missing ';' |
05eb039990d07b9577010bc9e8be0fae5a6aabc9 |
|
12-Mar-2008 |
theadib <theadib@users.sourceforge.net> |
tweaked patch from Ulf to make extension working |
281f415c86e8fdd9d9d6455d247fa5d00d9ccd3b |
|
12-Mar-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
enable --export-id and --export-area-drawing for PDF export |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
d7e450f5a59e704774ac67cb5c2778230572cce0 |
|
31-Dec-2007 |
bryce <bryce@users.sourceforge.net> |
Applying patch from tbnorth to add a --query-all command to dump object
data from the .svg. (Closes LP: #174701) |
08135712f567d09af39220ac04fc083244a649d9 |
|
16-Nov-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
hopefully fix compile (#include <errno.h> |
b51ec9ee0a6f46a4616c6a8b64edafc41263c660 |
|
16-Nov-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 |
186e627fe87af6a18d8981b79c1a653cf498a425 |
|
08-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
246b1e7cbda3fac6085b27ad0f568928d6785a72 |
|
13-Oct-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Commit patch 1787855: fix for [ 1723558 ] Command line export for emf files |
24d8e4e55d59c8e5ad81431dab0a68e9ce5ed1d6 |
|
29-Aug-2007 |
mental <mental@users.sourceforge.net> |
add experimental modifier remapping |
aa6c6b7b32ff7c408ff0d7062e086e7c549b1ab8 |
|
10-May-2007 |
mental <mental@users.sourceforge.net> |
add logging of basic display properties |
1725ab07344c038c814f91fb3d948d8c81f73f23 |
|
22-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
remove useless and half-broken slideshow mode in favor of inkview |
090b64622aefb974887ffe27031360a5022acc99 |
|
04-Mar-2007 |
mental <mental@users.sourceforge.net> |
adapt code to new Maybe/bbox regime |
b949b7ecee708059c921bb8afdd1c5461026bc66 |
|
04-Mar-2007 |
mental <mental@users.sourceforge.net> |
switch from invokeBbox to getBounds (need to fix problems with empty
rect handling, though) |
dfa5c099f00ba83d36471acf50df55654522c1c7 |
|
02-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
ted's fix |
7c49c68cb7768a1f227bfbfc37b4ed12533fa5f7 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14651@tres: ted | 2007-02-28 23:23:41 -0800
Wow, lost namespacing too. Err, SVK. |
4b4bd4fc0604303d7ff0bb8c0d549bac32101ee9 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14649@tres: ted | 2007-02-28 23:21:44 -0800
Somehow that didn't get deleted. |
9912b702d1f761cbcb527644c2c637e6a84466e8 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14632@tres: ted | 2007-02-28 23:12:58 -0800
Splitting out the command line action class to try and leave SOME
dependencies out of main.cpp. |
15e9c801fa11bae620f13bdb59c257ecf52b5848 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14583@tres: ted | 2007-02-28 19:29:48 -0800
Selection is working too! |
c2a4dc2de6f9b9b1725671be102371e3603a2064 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14582@tres: ted | 2007-02-28 19:07:35 -0800
Oh Yeah! Verbs work! |
63dfc16a2f3d08e01ea186ff798ce9c03b46fbcd |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14581@tres: ted | 2007-02-27 19:36:54 -0800
Calling everything on the command line. Good stopping point. |
3abacc56a45005317f51918f7c96c898065cb738 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14579@tres: ted | 2007-02-27 19:00:22 -0800
Adding in an extension init in arguably the wrong place, but it does
make the code much more readable. I guess that makes it the right place
then doesn't it? ;) |
759784e69278fdab4873ab9bff6ec9ddaf734f19 |
|
01-Mar-2007 |
gouldtj <gouldtj@users.sourceforge.net> |
r14576@tres: ted | 2007-02-26 23:29:13 -0800
Basic construction in place to --verb-list |
60bfa7e2e086c7fa95a93033ce64b4a39e026581 |
|
14-Feb-2007 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* src/main.cpp: Allow the user to override the locale directory by
setting the environment variable INKSCAPE_LOCALEDIR. This is required
for OS X where the install location is not known at compile time and
relative paths can'r be used. Fixes bug #1641705 and possibly some
others. |
46449d31b3475c99193f378352353330a9a1ee27 |
|
11-Feb-2007 |
kidproto <kidproto@users.sourceforge.net> |
Actually, just ditched the whole option...its useless I decided... |
4c38f98aec76497808cf14864ee2d45e123568b6 |
|
11-Feb-2007 |
kidproto <kidproto@users.sourceforge.net> |
oops...commented out my fix for new cli option...ugh...oops... |
4daf8f89039a1881c25f9743d7143e5755063b4d |
|
11-Feb-2007 |
kidproto <kidproto@users.sourceforge.net> |
Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local
GNOME-VFS URIs. We could do before on commandline, but this allows us to with
the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. |
da6d56189d23135bd93853f4d7516c0bb39da900 |
|
10-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
remove duplicate include |
2ebae4c87c79dc0f626084f038a7710177eaabe9 |
|
18-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch 1219308 for embedding type 1 fonts into ps/eps output |
c15efac8f95eb7228c63cf88f79157cd1053f1c1 |
|
15-Nov-2006 |
prokoudine <prokoudine@users.sourceforge.net> |
removed obsolete -G option from main.cpp and therefore from '--help' output |
f4f507228b30d55fd7e39386ba513f3a0a54bd5d |
|
25-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools |
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f |
|
23-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified.... |
d067a873246bc4e8a1dd7170c1831113167c80aa |
|
18-Jul-2006 |
tgdwyer <tgdwyer@users.sourceforge.net> |
Committed again without the essential fix on line 84 commented out! |
484c6ac92181ef820ce4b6f9fe242c8712f66367 |
|
18-Jul-2006 |
tgdwyer <tgdwyer@users.sourceforge.net> |
added include of "helper/png-write.h" to fix compile error:
main.cpp:973: error: âsp_export_png_fileâ was not declared in this scope
Did someone else do an incomplete commit? |
a92d87502013171b3edf046aa33e5494e21c6c72 |
|
01-Jul-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
remove text-to-path option for command line pdf export, it's not supported for now |
4e645f62356271ad22d2d03f2c6795be9e5e9c59 |
|
27-Jun-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
pdf export from commandline |
1a02c2b616bd167a58870ad9ed33af5e042c9daf |
|
22-Jun-2006 |
rwst <rwst@users.sourceforge.net> |
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") |
745d4fc251ed710cba892fd177e92c6502eea736 |
|
26-Mar-2006 |
acspike <acspike@users.sourceforge.net> |
clarify case for --export-id and --export-drawing |
b8c051048f147b0925d61d86804f996bba91ae11 |
|
26-Mar-2006 |
acspike <acspike@users.sourceforge.net> |
Added --export-area-canvas (-C).
Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id. |
91ff754f4da47efc8f558ea87cfcf92f86934944 |
|
13-Mar-2006 |
pjrm <pjrm@users.sourceforge.net> |
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. |
679a570061239d307155806b135d71fd6935412c |
|
04-Feb-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
query: report true svg bbox, not inkscape's desktop bbox (makes more sense for scripting), remove newline |
a486e5614854c20a8acfb61041d3a625f4bc51d1 |
|
30-Jan-2006 |
rwst <rwst@users.sourceforge.net> |
separated doxygen main page from main.cpp for readability |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |