lp:~adrianboguszewski/inkscape/sax-parser
Created by
Adrian Boguszewski
and last modified
- Get this branch:
- bzr branch lp:~adrianboguszewski/inkscape/sax-parser
Only
Adrian Boguszewski
can upload to this branch. If you are
Adrian Boguszewski
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp:~inkscape.dev/inkscape/trunk
- Mc: Pending requested
-
Diff: 6517 lines (+4413/-1153)67 files modifiedCMakeLists.txt (+1/-0)
CMakeScripts/ConfigCompileFlags.cmake (+1/-1)
src/CMakeLists.txt (+2/-0)
src/document.cpp (+3/-2)
src/extension/implementation/xslt.cpp (+8/-5)
src/extension/internal/filter/filter-file.cpp (+3/-2)
src/extension/internal/filter/filter.cpp (+2/-1)
src/extension/internal/svg.cpp (+4/-4)
src/extension/loader.h (+2/-1)
src/extension/prefdialog.cpp (+2/-1)
src/extension/system.cpp (+3/-2)
src/inkscape.cpp (+11/-15)
src/libxml++/CMakeLists.txt (+34/-0)
src/libxml++/README (+8/-0)
src/libxml++/document.cc (+126/-0)
src/libxml++/document.h (+139/-0)
src/libxml++/dtd.cc (+147/-0)
src/libxml++/dtd.h (+136/-0)
src/libxml++/exceptions/exception.cc (+125/-0)
src/libxml++/exceptions/exception.h (+99/-0)
src/libxml++/exceptions/internal_error.cc (+23/-0)
src/libxml++/exceptions/internal_error.h (+39/-0)
src/libxml++/exceptions/parse_error.cc (+23/-0)
src/libxml++/exceptions/parse_error.h (+42/-0)
src/libxml++/exceptions/validity_error.cc (+23/-0)
src/libxml++/exceptions/validity_error.h (+42/-0)
src/libxml++/exceptions/wrapped_exception.cc (+46/-0)
src/libxml++/exceptions/wrapped_exception.h (+56/-0)
src/libxml++/io/istreamparserinputbuffer.cc (+44/-0)
src/libxml++/io/istreamparserinputbuffer.h (+36/-0)
src/libxml++/io/parserinputbuffer.cc (+84/-0)
src/libxml++/io/parserinputbuffer.h (+75/-0)
src/libxml++/keepblanks.cc (+29/-0)
src/libxml++/keepblanks.h (+35/-0)
src/libxml++/libxml++config.h (+26/-0)
src/libxml++/noncopyable.cc (+21/-0)
src/libxml++/noncopyable.h (+31/-0)
src/libxml++/parsers/parser.cc (+365/-0)
src/libxml++/parsers/parser.h (+220/-0)
src/libxml++/parsers/saxparser.cc (+711/-0)
src/libxml++/parsers/saxparser.h (+261/-0)
src/preferences.cpp (+5/-3)
src/shortcuts.cpp (+16/-16)
src/ui/dialog/template-load-tab.cpp (+2/-1)
src/ui/interface.cpp (+2/-1)
src/xml/CMakeLists.txt (+3/-1)
src/xml/comment-node.h (+9/-0)
src/xml/node.h (+27/-4)
src/xml/pi-node.h (+6/-0)
src/xml/repr-io.cpp (+169/-1060)
src/xml/repr-io.h (+45/-0)
src/xml/repr-util.cpp (+7/-2)
src/xml/repr.h (+0/-25)
src/xml/simple-document.cpp (+12/-0)
src/xml/simple-document.h (+2/-0)
src/xml/simple-node.cpp (+89/-0)
src/xml/simple-node.h (+25/-3)
src/xml/svg-parser.cpp (+266/-0)
src/xml/svg-parser.h (+85/-0)
src/xml/text-node.h (+15/-0)
testfiles/CMakeLists.txt (+5/-1)
testfiles/doc-per-case-test.cpp (+4/-0)
testfiles/src/object-set-test.cpp (+1/-1)
testfiles/src/repr-io-test.cpp (+73/-0)
testfiles/src/sp-object-test.cpp (+1/-1)
testfiles/src/svg-parser-test.cpp (+237/-0)
testfiles/src/svg-writer-test.cpp (+219/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~inkscape.dev/inkscape/trunk