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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-2
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+2
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-2
/
+1
*
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
2016-06-12
1
-0
/
+5
*
replaced remaining GHashTable with std::map
Marc Jeanmougin
2015-12-09
1
-11
/
+7
*
Fix "Value stored to 'child' is never read"
Tavmjong Bah
2014-10-12
1
-1
/
+0
*
Improve warnings for missing files. Don't just assert bolocks to the user.
Martin Owens
2014-01-22
1
-1
/
+4
*
cppcheck initialisation
Kris De Gussem
2013-10-16
1
-4
/
+7
*
fix windows build
Johan B. C. Engelen
2013-09-14
1
-1
/
+1
*
Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...
Martin Owens
2013-09-13
1
-33
/
+49
*
Use g_match_info_free instead of g_match_info_unref
Krzysztof Kosi??ski
2013-09-13
1
-1
/
+1
*
Fix regex so it effects the buffer and ban PUBLIC entities too.
Martin Owens
2013-09-12
1
-11
/
+26
*
Improve code with KosiĆski's regex replacement
Martin Owens
2013-09-12
1
-9
/
+13
*
Introduce a backup loading method that enables NOENT but hacks out system cal...
Martin Owens
2013-09-11
1
-12
/
+36
*
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
1
-3
/
+2
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-0
/
+2
*
- fix security bug lp:1025185
Johan B. C. Engelen
2012-12-05
1
-1
/
+7
*
syntx of null pointer dereference checks
Kris De Gussem
2012-05-12
1
-10
/
+16
*
some more string class usage
Kris De Gussem
2012-04-22
1
-13
/
+9
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-35
/
+17
*
cppcheck
Kris De Gussem
2011-12-04
1
-0
/
+4
*
Add possibility to check validity of attributes and usefulness of properties.
Tavmjong Bah
2011-11-29
1
-1
/
+22
*
Preserve CDATA sections on output.
Tavmjong Bah
2011-09-08
1
-2
/
+10
*
Adding initial cut of resource manager.
Jon A. Cruz
2011-05-06
1
-13
/
+34
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-2
/
+0
|
\
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
add libxml/parser.h to fix compile on windows
d
2010-09-22
1
-0
/
+2
*
|
add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting
d
2010-09-21
1
-1
/
+1
|
/
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
1
-29
/
+100
*
functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...
Peter Moulder
2009-04-06
1
-8
/
+8
*
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
2009-04-06
1
-11
/
+0
*
functional noop: xml/repr-io.cpp: Simplify a calculation.
Peter Moulder
2009-04-05
1
-12
/
+6
*
Work-around output encoding issues with comments. Fixes bug #340451.
Jon A. Cruz
2009-03-14
1
-1
/
+30
*
Casts and legibility cleanup
Jon A. Cruz
2009-03-14
1
-47
/
+82
*
promote default namespace for INX extension files
Thomas Holder
2009-01-11
1
-9
/
+12
*
From trunk
Ted Gould
2008-10-27
1
-3
/
+4
*
Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...
Bob Jamison
2008-04-02
1
-37
/
+43
*
Warning cleanup
Jon A. Cruz
2008-03-15
1
-1
/
+1
*
Add convenience functions to read from/write to Glib::ustrings.
Bob Jamison
2008-03-13
1
-0
/
+28
*
add basic support for preserving processing instructions in the AST
MenTaLguY
2008-03-07
1
-4
/
+9
*
export sp_repr_write_stream()
Bob Jamison
2008-03-07
1
-1
/
+0
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
r16525@tres: ted | 2007-09-11 20:49:47 -0700
Ted Gould
2007-09-12
1
-1
/
+1
*
Add fixme comment re testing for file existence inside g_return_if_fail.
Peter Moulder
2007-06-20
1
-0
/
+3
*
eliminate last uses of sp_repr_new*
MenTaLguY
2007-01-25
1
-23
/
+16
*
make SVG indent and inlined attrs configurable via prefs
bulia byak
2006-11-01
1
-24
/
+38
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
1
-8
/
+8
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-8
/
+8
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-8
/
+8
*
Removed debugging messages
Jon A. Cruz
2006-06-01
1
-3
/
+0
[next]