summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-26r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould1-2/+0
2008-04-23Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan1-1/+1
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-11/+12
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-7/+4
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-9/+5
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY1-1/+1
2007-02-04Fixed saving bug, now attributes are correctly handled for both normal saves ...Johan B. C. Engelen1-16/+43
2007-02-04null the sodipodi:modified before saving, not after; whitespacebulia byak1-10/+20
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-4/+4
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-1/+1
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-08-22I added Johan's badass patch for save a copy with the features I requested. Jon Phillips1-6/+15
2006-08-22Committed a great patch which adds a Save A Copy menu function. This is the f...Jon Phillips1-1/+6
2006-05-02r11467@tres: ted | 2006-04-19 21:49:02 -0700Ted Gould1-0/+9
2006-05-02r11259@tres: ted | 2006-04-07 21:55:33 -0700Ted Gould1-0/+8
2006-02-13no longer GC::release(NULL) with defect inx files, fixes #1358999Ralf Stephan1-2/+3