summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+4
2016-07-28Fixed failed buildAdrian Boguszewski1-1/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2016-04-27Fixed path resolution in plugin loader.Moritz Eberl1-5/+8
2016-04-12fixed naming of methods. External extensions can now be other module types.Moritz Eberl1-5/+3
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl1-8/+9
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-09-14Always check result of sp_repr_read_mem for NULLBryce Harrington1-1/+2
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-03-30Removed some operator keywords.Markus Engel1-1/+1
2013-11-19Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah1-2/+2
2013-10-30fix warningsJohan B. C. Engelen1-2/+14
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2013-03-12cppcheckKris De Gussem1-2/+1
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-02-15Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...Nicolas Dufour1-34/+0
2013-02-13Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...Nicolas Dufour1-0/+1
2012-10-11Fix for 426763 : Cancelling import leads to error messageJohn Smith1-0/+1
2012-07-19Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on t...Nicolas Dufour1-0/+10
2012-04-28C++ify syntax a bitJohan B. C. Engelen1-7/+6
2012-04-28fix paths when working with command line (Bug #695120 , patch by Patrick Monn...Kris De Gussem1-0/+26
2012-03-18Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour1-0/+16
2012-03-07UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour1-4/+0
2012-02-29cppcheckKris De Gussem1-1/+0
2012-02-12Header cleaningAlex Valavanis1-1/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-06-08Save a copy dialog now opens in current directory if this option is set for s...Johan B. C. Engelen1-2/+8
2011-04-23Fixed warning to use GUI when appropriate.Jon A. Cruz1-8/+10
2010-07-18Correct default for save-as location. Fixes bug #561375.Jon A. Cruz1-1/+1
2010-07-18Correct the default for the save-as location to match the UI. Fixes bug #5613...Jon A. Cruz1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-9/+9
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2009-10-18Patch by Adib for 429529Josh Andler1-1/+1
2009-10-02Patch by Max to add option for better Save As behavior.Josh Andler1-0/+9
2009-09-16Fix by Adib for 353847Josh Andler1-0/+8
2009-08-12Don't open 'Save as ...' dialog inside the application bundle on OS X when it...Maximilian Albert1-4/+6
2009-08-09Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...Maximilian Albert1-5/+97
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-08-02FIX 309856 353847 in case save_as fails the document uri is revertedtheAdib1-10/+23
2009-08-01FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben1-1/+13
2009-05-10BUG 218090 opening of bitmap fails, now error messagetheAdib1-1/+1
2009-04-07Use the new sp_document_change_uri_and_hrefs function.Peter Moulder1-8/+1
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-6/+11
2009-04-06Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder1-2/+0
2009-04-05noop: whitespace (and localize one var)Peter Moulder1-23/+25
2009-04-05functional noop: extension/system.cpp: g_strdup handles NULL fine, so don't b...Peter Moulder1-13/+11
2008-11-21Merge from fe-movedTed Gould1-2/+3