7bce4d452655210b6301c6eab5aa86ca1ff9f93e |
|
12-Feb-2016 |
apenner <penner@vaxxine.com> |
if viewbox does not exist, create it from page size, only if page size exists. (Bug 1544016) |
09b81e3ad5bc258da0e6446c151f333c2e9d9b27 |
|
20-Aug-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
small fix for pasting svg that were not copied in inkscape |
d88656eb89cb33c5cc7fa2d3fe2e66bc17cca3e0 |
|
19-Aug-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
Allows for copying clones between inkscape instances.
This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>).
Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc),
then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed).
[an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink.
Depending on whether people would be more interested in this behavior there could be a preference item to choose] |
15154a96861d033eb4878c31390f6255737171cd |
|
08-May-2015 |
Marc Jeanmougin <marcjeanmougin@free.fr> |
fixes a few of jenkins warnings |
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) |
dd795a363aa5d374e1b9bf4ff0d8e6adbb8342e0 |
|
23-Feb-2015 |
apenner <penner@vaxxine.com> |
on a File->Open, set the viewBox if it did not previously exist, same as was done for File->New. (Bug 1239682) |
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. |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
acb2755374c6741ce2194eeb5cae90bccabec6e0 |
|
26-Nov-2014 |
tavmjong-free <tavmjong@free.fr> |
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned by function. |
cee084c8a6394fa638af2629ca8670ca138ed706 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move obvious ui component to ui/ |
3ff61caf0e7a9a87df4f3164c547dbbe20a191b4 |
|
19-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Clear the waiting cursor on the old desktop after creating a new one |
524f7f2c810a18ea22916a34bf3c43c322549a15 |
|
16-Aug-2014 |
Diederik van Lierop <mail@diedenrezi.nl> |
Fix shift of transformation center on pasting |
f56a004a02e93fca10e27e819a97b10ca9cd8ee1 |
|
29-Jun-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
noop: fix bool type (C to C++) |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
bdd77920088d5498d22675b0ed6c1cdb843bc51b |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Convert accidental member accesses into static function accesses |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
3706c353bc04597e458073a3b2f291c81c05305c |
|
16-Mar-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
string class usage |
210b2da41882b2e6bf4f85e19640388cf8f3d9c4 |
|
15-Mar-2014 |
penginsbacon <> |
Saving. Fix for Bug #529843 (save a copy reverts to save as) by Tomasz Boczkowski. |
eae09f1ef56aae61abfa75f5feb097551765cdd4 |
|
14-Mar-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
string class usage |
a7b639d786a7f3331cb31b8aed3b48aae9922505 |
|
11-Jan-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
gtkmmification (seems there is more margin in desktop-widget.cpp) |
9350ac47a75314a6304ffe65c352398e8b4965f3 |
|
06-Jan-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
c-string buffer > Glib::ustring usage |
60e0420bb96bab6b22a681197bc0d93cd5abd7ed |
|
02-Jan-2014 |
Kris <Kris.De.Gussem@hotmail.com> |
memory leak fix (doc_title) + code readability |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
28c3a9de9a8b7b5f345447ef581218d2b7751cb7 |
|
24-Oct-2013 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix bug "some of the locale-based templates cause objects to be resized when default units are changed" #1236257 |
c2f599d808d667cf72cf25192e065ba27e724ab8 |
|
04-Oct-2013 |
buliabyak <> |
properly protect the undo stack from deleting templates and setting viewbox |
b3f4affc57c29eb1febb6fe1edae7c3c04d1bea3 |
|
26-Sep-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1229605 (inkscape crashes when canceled import pdf). |
87d2ee3b16068e03b26a409994b73605fde664a6 |
|
22-Sep-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Fix adding viewBox to new documents. |
cf574a5495412be9caf6944c24ade29166029611 |
|
20-Sep-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Change paths storage to std::string. |
a259f611c6fee83d8267052a674235d2e5df8567 |
|
18-Sep-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Opening new documents behaviour fixed. |
d16495c17bbc27ff37e18ea3eb61f6b07448152a |
|
27-Aug-2013 |
Matthew Petroff <matthew@mpetroff.net> |
Added viewBox implement document unit support. |
9336b3bf6bdf5bb9da8b34c676de20d04da31871 |
|
14-Aug-2013 |
~suv <suv-sf@users.sourceforge.net> |
fix build with dbusapi enabled |
384f6090bc38b10045e970734ea255fd52a44ab7 |
|
06-Aug-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Adapted sp_file_new for use with templates |
e9228b785fe2b8700031e7f8f7d7de19dfd4b0da |
|
04-Aug-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Removing template data from XML tree added |
e885403f0516233ae40b66b3b0c23f6a81b80ff8 |
|
04-Jul-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Added loading templates into NewFromTemplate dialog. |
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 |
7160e468d5ff26af125a2e97361cb2d3469a642e |
|
03-Jul-2013 |
Slagvi Public <JandotDarowskiattgmaildottcom> |
Templates menu item fixed |
3a17722ca37fc7d3d725a2278a4be3e4d7628d85 |
|
15-Apr-2013 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #503712 (Personal default template not used) by Slagvi. |
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 |
d61d2d7858ded67cc041d49e7c81a10a84c9e164 |
|
19-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing regression |
b411bf4b8d2be4d10c0c5371c3b282639ff47bcf |
|
17-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Working with widjets |
a5c542e48f76f85de228b7e7fa7ccb6c1e3a1e5a |
|
15-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop a couple of unused variables and a pixmap |
4e76feda29ea64e1a27d4ead4dc59ae26706b3b7 |
|
04-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop dead Inkboard code. Config flag no longer exists |
7fcaa5a74fb9115a7110b16473821458f39afaa5 |
|
12-Feb-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
A couple of forward declarations |
9ca720a63c9eae3d87c00d3f451fab736a39397e |
|
28-Oct-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1072391 (Save as copy crash). |
3d4b8dd057a4be6757f9507ba1836768c4e8cd50 |
|
26-Oct-2012 |
JazzyNico <nicoduf@yahoo.fr> |
Fix for Bug #1070903 (Crash when saving a new document). |
e0f5c08fd2dd2fb7877f9f99369cba6f6632bf44 |
|
10-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 426763 : Cancelling import leads to error message |
5018d95ebe4fcf268f7751ecea14d477735924d9 |
|
19-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 643150 : Auto-palette swatches duplicated on copy and paste |
6741654c6ad788ae071a5a74b76956f6b3c98794 |
|
03-Sep-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 422644 : Show filename in statusbar on saving |
6a63a733c4609101b151195577ae67b11403bace |
|
30-Aug-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 170550 : open blank document on 'close' |
b343b3a1e2fdd0e438eef0f769bee48606aaa2ce |
|
12-Jul-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 612221 : Add metadata default configuration in the preferences |
278a30394582aa890c7f8ff15bac0b839dc2f190 |
|
04-Jul-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 168658 : Font substitution warning dialog |
e36ba41d70c5d22bc13839cab01482e22a56a5bd |
|
20-Jun-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 591225 : Fix wording of 'Clean up document' in Undo History |
401611010c221760a073bfd509b93334e76e21cb |
|
05-Apr-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
add test code for bug #967416 |
32d75eb2ac6405321de8790da63ba672a8c75a12 |
|
05-Apr-2012 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix crash (bug #973174) |
1244957a148e181f7bf9c9f10b66af495396341c |
|
05-Apr-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread "Some clipboard functions") |
d24abf4da142673d2f8f5a8e1deaec0db4d5457d |
|
14-Mar-2012 |
Josh Andler <scislac@gmail.com> |
Patch for multi-import by heisenbug from lp:203070 |
b9002edd77d18ae04b2f7f1130ee385e51f39500 |
|
03-Mar-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 390458 : Convert Export Bitmap to a dockable dialog |
5a0c9c0d523287747d281c61c78cb529b1118778 |
|
29-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header tidying, suppress all gdk deprecation errors in gtkmm |
7a951db604f0fafd2e992dfbd4a23d02477d56f0 |
|
15-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
ecc13ee8394d230f4e821bc46dd22034f76db477 |
|
02-Jan-2012 |
Johan Engelen <goejendaagh@zonnet.nl> |
file saving: fix appending of extension for files in directories with periods in name. (patch by David Xiong) |
c0537dcfe264414d52ad86579d57cb0cb2183dcb |
|
08-Dec-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Switch to top-level glib headers. Thanks to DimStar for patch |
bf1d02bbf9f93b5d10304fd4f70f367d430c750e |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Another minor pass of Doxygen cleanup. |
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. |
2db61e98a77f19ab69a26ed9a5da99035221c8bf |
|
21-Aug-2011 |
JazzyNico <nicoduf@yahoo.fr> |
DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes. |
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. |
a63dbee6633e3ed991bb2b34cbed7c9f02c1a839 |
|
06-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Adding initial cut of resource manager. |
02625209e903da96db1db8902354d4324afd5a84 |
|
15-Apr-2011 |
Jasper van de Gronde <jasper.vandegronde@gmail.com> |
No more PrintWin32, including no special cases for non-Unicode Windows anymore. |
a3b9ca814df74a343209ff2960d29427095c75b2 |
|
26-Mar-2011 |
Andrew rugby471@gmail.com <> |
Sorted wrapping of labels |
e7d224ae245a7c6d3e23503188e6f4009dd9ef6b |
|
25-Mar-2011 |
Andrew rugby471@gmail.com <> |
Change menutems and title to "Import Clip Art" |
08986d142b89f095bd624904f1ddb13c5086c08a |
|
24-Mar-2011 |
Andrew rugby471@gmail.com <> |
Made dialog's state persistant
Cleanup of code
Made download of image work
Put all images into a /tmp/openclipart directory
Use GUID for filename |
5d20bc2b06301f5688e337f7b4cd949f22178e76 |
|
22-Mar-2011 |
Andrew rugby471@gmail.com <> |
Split OCALDialog code in fill.cpp into two, so we can have async stuff working
Added StatusWidget to show status of operations in dialog
Styled no search results label appropriately
Corrected callbacks for buttons
Start to get image downloading working |
ada3002fea326e585d69697966580fde3e3d3488 |
|
14-Mar-2011 |
JazzyNico <nicoduf@yahoo.fr> |
Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), by Johannes Lipp. |
86bd703be844fbb91a629edbe2fa379f99615811 |
|
13-Mar-2011 |
Andrew rugby471@gmail.com <> |
Added OCAL namespace within Dialog namespace |
59fcfe31f52e21ff358b18d8ca157b8df91a867a |
|
11-Mar-2011 |
Andrew rugby471@gmail.com <> |
converted to use var_name from CamelCase
removed erroneous size_request |
60282e8335d7b6ae7020613bb22c7c69a6909fbb |
|
22-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Finished cleanup of outdated SP_OBJECT_REPR C macro. |
d37634d73670180f99a3e0ea583621373d90ec4f |
|
02-Feb-2011 |
Johan Engelen <goejendaagh@zonnet.nl> |
update to latest 2geom ! |
98642e1599b79dd4207c88375e2a030f5f570a4b |
|
12-Oct-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the failed and unused "new gui" stuff. |
173b40b9fe58992580c16917b2d9bc6bca066b24 |
|
14-Aug-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Completely remove NRPixBlock |
01db00ef935f12ee1eece810a1ee86c2c42d5105 |
|
17-Jul-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Fix build failure when DBus is not enabled |
ab17729e09d54ccfcb65645e6dae62a343e9c6b7 |
|
03-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
another c++ification for sp-object.h/cpp and still in progress... |
5e1a030f60fc5f5753e30882711db9af56f763f5 |
|
02-Jul-2010 |
Abhishek Sharma Public <spyzerdotabhishek0at-signgmaildotcom> |
New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods |
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]. |
455ec16c2a85122884474742b2c3d331658c130d |
|
18-Oct-2009 |
scislac <scislac@users.sourceforge.net> |
Patch by Adib for 429529 |
68f5a2a9036aa06813c6f3ae5eb5c3743b8325ac |
|
29-Sep-2009 |
joncruz <joncruz@users.sourceforge.net> |
Fixed leaking memory and added proper name fallback. Applies modified patch and addresses bug #436151. |
32cf4f4071d8b1becf5252910223ffe12dfb861e |
|
27-Sep-2009 |
scislac <scislac@users.sourceforge.net> |
Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. |
c091bf609ef421557ff56ede2b98e7ac0d9ae0a6 |
|
16-Sep-2009 |
scislac <scislac@users.sourceforge.net> |
Fix by Adib for 353847 |
f85e4fd41b0e56e971c00d20237324d1a638043d |
|
09-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes when trying to export files, dunno why) |
0620785ae52b0b76cf39d3aae8efe3d4455beb49 |
|
09-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Put #ifdefs around all code related to the so-called "new" ExportDialog (whatever that is) |
081a843d20a46d9526f6be83a913635cf5717188 |
|
09-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Cleanup (remove unused variable; use generic function to determine the file extension) |
48ca4bc36d8d8fa0536dc5f3eb619ae0c369c9d7 |
|
09-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. |
4325c73c705ad4c09590f8d4f1e62d849eeda096 |
|
07-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Store last used paths separately for the 'Save as ...' and 'Save a copy ...' dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). |
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. |
a32c46f6d904b4cf75ea5cb133f49a2fea91a82b |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
be949709d663b1d2c58c50c3e703a6ba4a36857b |
|
12-Jul-2009 |
glimmer07 <glimmer07@users.sourceforge.net> |
Added code to add a DBus interface for every desktop created. |
7e3ea1728b4d284efa5200457c0d5f9cd525168d |
|
28-Jun-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
save/restore initial dir when importing |
84ff7164a7daa94979f798475bb938a6fb1efb42 |
|
17-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
remove temporary prefs hack |
51d5d061f1756df3d3865c0d36522a7d8c5c9d22 |
|
13-May-2009 |
speleo3 <speleo3@users.sourceforge.net> |
parent transformation on import and paste (Bug #376064, Bug #375499) |
57e08398f414bcc6ed4b2e7b1e5aa3983d4e5d60 |
|
29-Apr-2009 |
theAdib <theAdib@users.sourceforge.net> |
FIX for BUG 368879: crash on 'save a copy as' when document has no filename yet |
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. |
15b756122adb3351729725bdae6bfde6e4d3f1b3 |
|
01-Mar-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
remove more static dialogs. |
65c7c18253139ed1f3a2804cf0c2e715cae95d6f |
|
01-Mar-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
fix crash bug #241390 |
a73e5f92baa51f76f70126ed64cabac4fa811764 |
|
21-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time. |
99f48758f93fa2d7f2cba5d3974d15413312caea |
|
29-Jan-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
set waiting cursor while loading a file |
3612e7243a46fcda43ad22dc7e9166fe90efc1c5 |
|
14-Jan-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
i guess this is better but doesn't fix crash |
210b8a1adf47f7c9edd2b817ef233f7403d1c07f |
|
04-Jan-2009 |
johanengelen <johanengelen@users.sourceforge.net> |
fix possible crash |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
5c6771ad614c8c281c8fcf8f6c1aa727e981a823 |
|
18-Sep-2008 |
cilix42 <cilix42@users.sourceforge.net> |
More NR ==> Geom conversion (points and some matrices/transforms) |
4852f347df5405e934e2ccd5b30597d196f3949c |
|
16-Sep-2008 |
tweenk <tweenk@users.sourceforge.net> |
Refactored preferences handling into a new version of
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans. |
623ff472f7c7c13cbcfa9a74556cc2c4aeae337d |
|
11-Sep-2008 |
jeff_schiller <jeff_schiller@users.sourceforge.net> |
First patch for Bug 209199: Update Win32 Save As dialog to include a Title edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). |
8b9a820756fdf348239872236be2257f854e094a |
|
06-Aug-2008 |
johanengelen <johanengelen@users.sourceforge.net> |
NR::Maybe => boost::optional |
c8f31ca031aaccc98c131ac22c63e043ca60a049 |
|
24-Jun-2008 |
sasilver <sasilver@users.sourceforge.net> |
Resolve ID clashes when pasting (fixes bug 165936). |
f07e17fc30efe44f971b2c953c0ea795f592c98c |
|
13-Jun-2008 |
sasilver <sasilver@users.sourceforge.net> |
Resolve ID clashes when importing files (fixes bug 168626). |
7172ca263a52785cf54dd07a0e1aaabebb8a9358 |
|
24-May-2008 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Fixed the open dialog so that it remembers which folder you were browsing in |
42fe2f214dd4fdf0ef475367d2aef0aaf27ccfde |
|
09-May-2008 |
ozmikepittman <ozmikepittman@users.sourceforge.net> |
Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs mentioned in that bug's description. |
e461c4631e51a8e7f77aa3e3e5cd978934286c09 |
|
13-Apr-2008 |
mfloryan <mfloryan@users.sourceforge.net> |
Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. |
fd81cca9448f3ec45db258eb73b8de41f301e4e1 |
|
08-Mar-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
3c28ab2f8546bf05582ecd481030e40fea0ff761 |
|
06-Mar-2008 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Fix for bug #167364 - "Win2k: file dialog uses wrong home directory" |
957636c0be78be5b40816c77f6494bc8bce3d232 |
|
23-Feb-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning and space cleanup |
416d7c3dbd94794cd4c3005b5bf2c9b51073b726 |
|
23-Feb-2008 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Merged in Native File Dialogs for Windows Branch |
1e595ddc34dd7090b285ed9f6fc8e125b9a264d9 |
|
15-Jan-2008 |
mental <mental@users.sourceforge.net> |
stop toggling insensitive state for modification flag updates (fixes critical bug #182401)
In order to do this, I got rid of sodipodi:modified in favor of a simple
flag in SPDocument, also renaming SPDocument::{set,is}Modified to
SPDocument::{set,is}ModifiedSinceSave |
7348bd1fda2f0fd2297788a486bf2eaa9b5650cc |
|
15-Jan-2008 |
mental <mental@users.sourceforge.net> |
abstract use of sodipodi:modified |
9792dba52e63007971eb93670e2ea2fb5e1e289b |
|
23-Dec-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Removed Win32 only Print Direct verb, which was an exact clone of normal print |
5e8a67a77defea10844838086169cc65985712ef |
|
22-Dec-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Fixed the parenting of the print dialog so that it cannot fall behind the main inkscape desktop window |
99d082a6370f28463a8a21995f1cffdf42b13bab |
|
16-Nov-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
fix warnings and delete gradient pixmap that will not be used |
31859e56d2cef32cccab3b61717e9b7004f5d1a1 |
|
13-Nov-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Partial fix for bug #1824387 [Still asks to save after complete undo] |
e7333a0a54c8d33b7397406dd76938aa430836d5 |
|
04-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
caf60ce95aac2d44c7cdd41125e9f4ab32ded886 |
|
02-Nov-2007 |
joncruz <joncruz@users.sourceforge.net> |
warning cleanup |
622e69d46d2e53e8bf2562dff810ebb8eb811e91 |
|
12-Sep-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Preserve current zoom and view for reverted documents |
76b969065cfc58f139c8056a7af37f85197cef85 |
|
20-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
small fix in export to ocal gnome_vfs function calls |
2d4aeccc796c90f2301f78b14242ba2e77cef859 |
|
20-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
merge of dialog and impl classes of ocaldialogs |
83965d687aa02620e79151c91948d313bda9cbf1 |
|
20-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
search and reset buttons added to ocal related features. fixed signals in import from ocal dialog. |
81d4aa31c465e77bb0291b4385c4817b2d06e437 |
|
20-Aug-2007 |
miklosh <miklosh@users.sourceforge.net> |
Removed left-in debug stuff which caused frenzy |
9f1a03c94fe1489d6d4b39d6e077259a2c2375ed |
|
19-Aug-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Relocated the code that adds a link to the example folder inside from file.cpp to filedialogimpl-gtkmm.cpp |
0f5aa157f7c7947699cb72b896da454a43145e36 |
|
19-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
fixing the ocal dialogs bug |
df3d6740377ea1c0915094f639dee71a74b7657e |
|
18-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
few changes in import from ocal dialog |
fdb234b3a4bd5517ba2aed1b09604f2053279387 |
|
17-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
fixing export to ocal uri |
0ecfdc3306de11985632877d1944f4d9825e945c |
|
16-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
add import from ocal feature |
179726de7e87c87e60db35ef00d42b961a296e18 |
|
09-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
changes export to ocal dialog |
297cd3386afc582bfa0d638513c89315434dd6ea |
|
08-Aug-2007 |
theadib <theadib@users.sourceforge.net> |
prevent file_save_remote to break build on system without GNOME_VFS |
f3d225e830fd102d33d644f1b6f1f3a6174113c6 |
|
08-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
export to ocal bug fix |
1c8797563cc134190fe424f8fdb6b2f8ed7d9275 |
|
06-Aug-2007 |
bdilly <bdilly@users.sourceforge.net> |
adds export to ocal feature without dialog window |
08be22f20985e3183bec96c9fb5e74d502f99e0b |
|
28-Jul-2007 |
joelholdsworth <joelholdsworth@users.sourceforge.net> |
Gtkmm-ified the desktop window object, and modified the file dialogs so that they are correctly parented |
6a9b1c6de85b724f8710f640f298536e8d75c610 |
|
06-Apr-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
some people reported crashes when adding nonexisting dirs to dialog - though it did not crash for me |
0b907eefa29d0435ec8d9ec0c616e903df24c1b1 |
|
01-Apr-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
allow easy access to templates profile dir from save dialog |
636ed5d539723cc233fe274e320c36d00a430431 |
|
30-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
allow easy access to our examples folder from Open dialog |
7333a6d3d0e1b6b738726a859e5875d5d97b27d9 |
|
20-Mar-2007 |
mental <mental@users.sourceforge.net> |
plumb XML::Document parameter into duplication, courtesy of bryce |
9edfc75079a4cdb2b79ee0626b18a2757ab7987e |
|
20-Mar-2007 |
keescook <keescook@users.sourceforge.net> |
format string protection/clean up (CVE-2007-1463, CVE-2007-1464) |
37c7339841101a77b5242d7af036ef4fe3178b72 |
|
11-Mar-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
add fixupHrefs right after import, so that images get correct relative xlink:href at once and not only after save as before (fixes 1267081) |
d414fe3e051a6fced9010f6b610fdca5c7285304 |
|
11-Mar-2007 |
mental <mental@users.sourceforge.net> |
Switch selection bounds and center to use NR::Maybe, addressing most of the
recent bbox regressions. |
dcb188b9e24a306e0cc433c93765d60a0614a381 |
|
02-Mar-2007 |
joncruz <joncruz@users.sourceforge.net> |
Switched from deferred extension appending to live extension swapping in the dialog |
54ed8cbdeedfb8efafcbece9accf5cbf2e04cdf0 |
|
26-Feb-2007 |
mental <mental@users.sourceforge.net> |
dead code removal |
b902338102f471045764e6d2e7888adb865dda0b |
|
04-Feb-2007 |
bryce <bryce@users.sourceforge.net> |
Reverting patch |
f2a67e2b38565f5d87c733a1718babe83c6230b1 |
|
04-Feb-2007 |
bryce <bryce@users.sourceforge.net> |
Patch from Debian bug tracker from Daniel Kahn Gillmor
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343840
Allows individual users to keep their preferred default template in
~/.inkscape/templates/default.svg. This allows them to keep custom page
settings, etc. locally. |
3caca4f8381f7ae35678d16074c2414c02a0c0ff |
|
21-Jan-2007 |
mental <mental@users.sourceforge.net> |
start switching sp_repr_new* over to XML::Document::create*, and rename create methods to match DOM |
cac261a42ff2b1bdec65aad94459c48e596661cc |
|
17-Jan-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
display 'Saving document...' visible when saving takes a long time |
49208837808e4c15f5458cd1d7584ad83efeb188 |
|
18-Nov-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
separate updating window from updating layers |
469c9ea92e7d1cc3fec6a26cc79ac54c6ff5b3df |
|
05-Oct-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
undo annotations |
1f60221c7de693c3fe1cbd60ffd1d5406b22d9fb |
|
01-Oct-2006 |
keescook <keescook@users.sourceforge.net> |
Fixes path memory issues with the save dialog. (Closes: #1089414) |
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.... |
f2ab0fa1527c64eacc741d3726de7458b5df9b3a |
|
22-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
I added Johan's badass patch for save a copy with the features I requested.
Now it all works quite well! Great! |
2c6c65b78f49af3bf0e84372d2c9f065ff037c8c |
|
22-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
I added a key configuration for this command, changed a variable name and added the patch's author to the AUTHORS file.... |
305941d63be322f6f571a29b5845485fe6de4219 |
|
22-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Committed a great patch which adds a Save A Copy menu function. This is the first gloss of this patch...I will add more stuff to it shortly... |
e34b436837164a85983d798ae08066800b81e889 |
|
25-Jul-2006 |
ishmal <ishmal@users.sourceforge.net> |
Fix a null pointer bug I made myself. Sorry. |
2db78040e87bce1dd8e709e75e6b8480b1c8c872 |
|
17-Jul-2006 |
ishmal <ishmal@users.sourceforge.net> |
factor native PNG export out of file.cpp in preparation for new export dialog |
9d95372dc732e69607a92ee04e0db12bb088d6c2 |
|
16-Jul-2006 |
ishmal <ishmal@users.sourceforge.net> |
more string cleanup |
793b039e1a54a5b2545b85eb8d578d77bac376a6 |
|
12-Jul-2006 |
ishmal <ishmal@users.sourceforge.net> |
move filedialog to its new home |
4ec52515516e3a6bf2fbc3ed01a7e179bde16d20 |
|
29-Jun-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
patch from Gustav Broberg: undo annotations and history dialog |
535b1596de71acb960a629b0f34f0d2171a34348 |
|
23-Jun-2006 |
daleharvey <daleharvey@users.sourceforge.net> |
manually merging the INKBOARD_PEDRO branch into trunk |
1a02c2b616bd167a58870ad9ed33af5e042c9daf |
|
22-Jun-2006 |
rwst <rwst@users.sourceforge.net> |
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export") |
815e3fc44098466b138092ef35137c5f71de14f9 |
|
28-May-2006 |
mental <mental@users.sourceforge.net> |
replace nr_new() with g_new(), and try to converge on using the glib allocator a little more instead of the others (aside from libgc) |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
a3ff46f4ebfd727e2580a2705888447333b3ea45 |
|
17-Mar-2006 |
buliabyak <buliabyak@users.sourceforge.net> |
ensure document up-to-date if it's being loaded into a virgin desktop |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |