summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+2
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+4
| | | (bzr r15027)
* Fixed failed buildAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15026)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
| | | (bzr r15025)
* Fixed path resolution in plugin loader.Moritz Eberl2016-04-271-5/+8
| | | (bzr r14862.1.1)
* fixed naming of methods. External extensions can now be other module types.Moritz Eberl2016-04-121-5/+3
| | | (bzr r14761.1.2)
* Added a mechanism to load c++ extensions dynamically.Moritz Eberl2016-04-111-8/+9
| | | (bzr r14761.1.1)
* Update to experimental r13598Liam P. White2014-10-081-2/+3
|\ | | | | (bzr r13341.5.17)
| * Update to trunk r13580Liam P. White2014-10-061-1/+2
| |\ | | | | | | (bzr r13341.1.255)
| | * Always check result of sp_repr_read_mem for NULLBryce Harrington2014-09-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In cases where undefined or invalid XML is passed to sp_repr_read_mem(), it will indicate failure by returning NULL. All callers must check for this and handle the error condition accordingly. Fixes: lp: #1170248 Fixed bugs: - https://launchpad.net/bugs/1170248 (bzr r13556)
| * | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| |/ | | | | (bzr r13341.1.247)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 1. make it compileLiam P. White2014-06-251-1/+1
|/ | | (bzr r13341.5.1)
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
| | | (bzr r13237)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-191-2/+2
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
| | | (bzr r12752)
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* cppcheckKris De Gussem2013-03-121-2/+1
| | | (bzr r12197)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of ↵Nicolas Dufour2013-02-151-34/+0
| | | | | the current directory) by Michael Karcher. (bzr r12127)
* Build. Adding unistd header (fixes compilation on Win32 with OpenSuse ↵Nicolas Dufour2013-02-131-0/+1
| | | | | cross-compiled libs.) (bzr r12122)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-111-0/+1
| | | (bzr r11777)
* Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on ↵Nicolas Dufour2012-07-191-0/+10
| | | | | the command line) by Patrick Monnerat. (bzr r11556)
* C++ify syntax a bitJohan B. C. Engelen2012-04-281-7/+6
| | | (bzr r11300)
* fix paths when working with command line (Bug #695120 , patch by Patrick ↵Kris De Gussem2012-04-281-0/+26
| | | | | Monnerat) (bzr r11299)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-0/+16
| | | (bzr r11097)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-4/+0
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* cppcheckKris De Gussem2012-02-291-1/+0
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-2/+2
| | | (bzr r10830)
* Save a copy dialog now opens in current directory if this option is set for ↵Johan B. C. Engelen2011-06-081-2/+8
| | | | | | | | save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog) Fixed bugs: - https://launchpad.net/bugs/791098 (bzr r10263)
* Fixed warning to use GUI when appropriate.Jon A. Cruz2011-04-231-8/+10
| | | (bzr r10191)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-19/+21
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-9/+9
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | (bzr r9546.1.2)
* | Correct the default for the save-as location to match the UI. Fixes bug ↵Jon A. Cruz2010-07-181-1/+1
|/ | | | | #561375 (pending branch) (bzr r9623)
* Patch by Adib for 429529Josh Andler2009-10-181-1/+1
| | | (bzr r8792)
* Patch by Max to add option for better Save As behavior.Josh Andler2009-10-021-0/+9
| | | (bzr r8697)
* Fix by Adib for 353847Josh Andler2009-09-161-0/+8
| | | (bzr r8601)
* Don't open 'Save as ...' dialog inside the application bundle on OS X when ↵Maximilian Albert2009-08-121-4/+6
| | | | | it is invoked for the first time (bzr r8472)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-5/+97
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8405)
* FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib2009-08-021-10/+23
| | | (bzr r8387)
* FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben2009-08-011-1/+13
| | | (bzr r8380)
* BUG 218090 opening of bitmap fails, now error messagetheAdib2009-05-101-1/+1
| | | (bzr r7844)
* Use the new sp_document_change_uri_and_hrefs function.Peter Moulder2009-04-071-8/+1
| | | | | | The change to extension/system.cpp is a functional noop. The change to extension/implementation/script.cpp should fix importing of .ai files that contain images (or whatever ill2svg.pl creates png files for). The effect on any other scripts that create SVG files with relative hrefs is unknown. (bzr r7656)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-6/+11
| | | | | | | | | 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. (bzr r7643)
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-061-2/+0
| | | (bzr r7640)
* noop: whitespace (and localize one var)Peter Moulder2009-04-051-23/+25
| | | (bzr r7631)