index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
system.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-9
/
+9
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2009-10-18
Patch by Adib for 429529
Josh Andler
1
-1
/
+1
2009-10-02
Patch by Max to add option for better Save As behavior.
Josh Andler
1
-0
/
+9
2009-09-16
Fix by Adib for 353847
Josh Andler
1
-0
/
+8
2009-08-12
Don't open 'Save as ...' dialog inside the application bundle on OS X when it...
Maximilian Albert
1
-4
/
+6
2009-08-09
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
1
-5
/
+97
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-08-02
FIX 309856 353847 in case save_as fails the document uri is reverted
theAdib
1
-10
/
+23
2009-08-01
FIX 309856 353847: correctly advertise exception leads to error message dialogue
Adib Taraben
1
-1
/
+13
2009-05-10
BUG 218090 opening of bitmap fails, now error message
theAdib
1
-1
/
+1
2009-04-07
Use the new sp_document_change_uri_and_hrefs function.
Peter Moulder
1
-8
/
+1
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-6
/
+11
2009-04-06
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
1
-2
/
+0
2009-04-05
noop: whitespace (and localize one var)
Peter Moulder
1
-23
/
+25
2009-04-05
functional noop: extension/system.cpp: g_strdup handles NULL fine, so don't b...
Peter Moulder
1
-13
/
+11
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+3
2008-04-26
r19136@shi: ted | 2008-04-24 19:44:01 -0700
Ted Gould
1
-2
/
+0
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
1
-1
/
+1
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-11
/
+12
2008-01-15
stop toggling insensitive state for modification flag updates (fixes critical...
MenTaLguY
1
-7
/
+4
2008-01-15
abstract use of sodipodi:modified
MenTaLguY
1
-9
/
+5
2007-02-27
get rid of sp_repr_document_root and (commented) sp_repr_duplicate
MenTaLguY
1
-1
/
+1
2007-02-04
Fixed saving bug, now attributes are correctly handled for both normal saves ...
Johan B. C. Engelen
1
-16
/
+43
2007-02-04
null the sodipodi:modified before saving, not after; whitespace
bulia byak
1
-10
/
+20
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-4
/
+4
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-25
I peeled back my changes because of some deep error.
Jon Phillips
1
-1
/
+1
2006-08-24
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-08-22
I added Johan's badass patch for save a copy with the features I requested.
Jon Phillips
1
-6
/
+15
2006-08-22
Committed a great patch which adds a Save A Copy menu function. This is the f...
Jon Phillips
1
-1
/
+6
2006-05-02
r11467@tres: ted | 2006-04-19 21:49:02 -0700
Ted Gould
1
-0
/
+9
2006-05-02
r11259@tres: ted | 2006-04-07 21:55:33 -0700
Ted Gould
1
-0
/
+8
2006-02-13
no longer GC::release(NULL) with defect inx files, fixes #1358999
Ralf Stephan
1
-2
/
+3
[prev]