summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix #358704 that I introduced with r21075.Peter Moulder2009-04-181-1/+1
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-075-33/+431
* functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...Peter Moulder2009-04-061-8/+8
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-062-12/+1
* functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder2009-04-051-12/+6
* Added explicit tagging of "solid color gradients" and base context menu to ad...Jon A. Cruz2009-03-211-10/+18
* Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz2009-03-141-1/+30
* Casts and legibility cleanupJon A. Cruz2009-03-141-47/+82
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-14/+1
* Adding explicit parenthesis to remove warningsJon A. Cruz2009-02-101-2/+2
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-1/+3
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* promote default namespace for INX extension filesThomas Holder2009-01-111-9/+12
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-18/+1
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-283-0/+80
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-093-189/+9
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-5/+5
* Removed sp_main_* stubs from individual headers to make the unit tests build ...Jasper van de Gronde2008-12-081-3/+0
* Warning cleanup.Jon A. Cruz2008-12-041-5/+30
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-312-0/+5
* From trunkTed Gould2008-10-272-9/+15
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-2326-367/+1016
* Add a header with forward declarations for the XML namespace.Krzysztof Kosi??ski2008-09-161-0/+57
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* Warning cleanupJon A. Cruz2008-07-202-10/+10
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+3
* Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde2008-07-181-10/+4
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-072-8/+4
* Change link line for a couple of the test programs, so that `make check' comp...Peter Moulder2008-07-051-0/+3
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-013-26/+8
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-012-22/+22
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
* remove last traces of "floating nodes"MenTaLguY2008-07-015-49/+8
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-012-2/+131
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver2008-06-302-0/+18
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-27/+1
* re-enable assertionsMenTaLguY2008-06-111-2/+2
* Back out the `document != NULL' assertions added to SimpleNode constructors i...Peter Moulder2008-06-111-2/+2
* force single single document over a node's lifetimeMenTaLguY2008-06-082-1/+5
* plumb document references a little deeper inMenTaLguY2008-06-089-28/+46
* merge inline patch from JimmyMenTaLguY2008-05-082-11/+3
* cmake: copy over some excluded files from build.xmlJohan B. C. Engelen2008-04-151-4/+4
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-43/+43
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison2008-04-022-40/+44
* delete remaining .cvsignore filesAdib Taraben2008-04-011-10/+0
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...Johan B. C. Engelen2008-03-301-0/+44
* Warning cleanupJon A. Cruz2008-03-151-1/+1