index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
/
repr-io.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
- fix security bug lp:1025185
Johan B. C. Engelen
1
-1
/
+7
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-10
/
+16
2012-04-22
some more string class usage
Kris De Gussem
1
-13
/
+9
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-35
/
+17
2011-12-04
cppcheck
Kris De Gussem
1
-0
/
+4
2011-11-29
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
1
-1
/
+22
2011-09-08
Preserve CDATA sections on output.
Tavmjong Bah
1
-2
/
+10
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-13
/
+34
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-22
add libxml/parser.h to fix compile on windows
d
1
-0
/
+2
2010-09-21
add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting
d
1
-1
/
+1
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-29
/
+100
2009-04-06
functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...
Peter Moulder
1
-8
/
+8
2009-04-06
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
1
-11
/
+0
2009-04-05
functional noop: xml/repr-io.cpp: Simplify a calculation.
Peter Moulder
1
-12
/
+6
2009-03-14
Work-around output encoding issues with comments. Fixes bug #340451.
Jon A. Cruz
1
-1
/
+30
2009-03-14
Casts and legibility cleanup
Jon A. Cruz
1
-47
/
+82
2009-01-11
promote default namespace for INX extension files
Thomas Holder
1
-9
/
+12
2008-10-27
From trunk
Ted Gould
1
-3
/
+4
2008-04-02
Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...
Bob Jamison
1
-37
/
+43
2008-03-15
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-03-13
Add convenience functions to read from/write to Glib::ustrings.
Bob Jamison
1
-0
/
+28
2008-03-07
add basic support for preserving processing instructions in the AST
MenTaLguY
1
-4
/
+9
2008-03-07
export sp_repr_write_stream()
Bob Jamison
1
-1
/
+0
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2007-09-12
r16525@tres: ted | 2007-09-11 20:49:47 -0700
Ted Gould
1
-1
/
+1
2007-06-20
Add fixme comment re testing for file existence inside g_return_if_fail.
Peter Moulder
1
-0
/
+3
2007-01-25
eliminate last uses of sp_repr_new*
MenTaLguY
1
-23
/
+16
2006-11-01
make SVG indent and inlined attrs configurable via prefs
bulia byak
1
-24
/
+38
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-8
/
+8
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-8
/
+8
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-8
/
+8
2006-06-01
Removed debugging messages
Jon A. Cruz
1
-3
/
+0
2006-05-30
Strip BOM from incoming files
Jon A. Cruz
1
-77
/
+101
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
1
-5
/
+5
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
1
-6
/
+7
2006-01-23
Catch failures in fopen of XML files. Fixes #1374551.
Carl Hetherington
1
-3
/
+14
2006-01-17
applied patch #1348672 from enchanter
Ralf Stephan
1
-1
/
+1