summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-18Fix #358704 that I introduced with r21075.Peter Moulder1-1/+1
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder5-33/+431
2009-04-06functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...Peter Moulder1-8/+8
2009-04-06Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2-12/+1
2009-04-05functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder1-12/+6
2009-03-21Added explicit tagging of "solid color gradients" and base context menu to ad...Jon A. Cruz1-10/+18
2009-03-14Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz1-1/+30
2009-03-14Casts and legibility cleanupJon A. Cruz1-47/+82
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-14/+1
2009-02-10Adding explicit parenthesis to remove warningsJon A. Cruz1-2/+2
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-1/+3
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-11promote default namespace for INX extension filesThomas Holder1-9/+12
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-18/+1
2008-12-28Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches3-0/+80
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski3-189/+9
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-5/+5
2008-12-08Removed sp_main_* stubs from individual headers to make the unit tests build ...Jasper van de Gronde1-3/+0
2008-12-04Warning cleanup.Jon A. Cruz1-5/+30
2008-10-31Making it so that including simple-node.h will generate an errorTed Gould2-0/+5
2008-10-27From trunkTed Gould2-9/+15
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski26-367/+1016
2008-09-16Add a header with forward declarations for the XML namespace.Krzysztof Kosi??ski1-0/+57
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-20Warning cleanupJon A. Cruz2-10/+10
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+3
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde1-10/+4
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2-8/+4
2008-07-05Change link line for a couple of the test programs, so that `make check' comp...Peter Moulder1-0/+3
2008-07-01remove "public private" virtual methods from XML::NodeMenTaLguY3-26/+8
2008-07-01remove additional unnecessary indirection in tree operationsMenTaLguY2-22/+22
2008-07-01access some SimpleNode fields directlyMenTaLguY1-29/+44
2008-07-01remove last traces of "floating nodes"MenTaLguY5-49/+8
2008-07-01CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2-2/+131
2008-06-30Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver2-0/+18
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-27/+1
2008-06-11re-enable assertionsMenTaLguY1-2/+2
2008-06-11Back out the `document != NULL' assertions added to SimpleNode constructors i...Peter Moulder1-2/+2
2008-06-08force single single document over a node's lifetimeMenTaLguY2-1/+5
2008-06-08plumb document references a little deeper inMenTaLguY9-28/+46
2008-05-08merge inline patch from JimmyMenTaLguY2-11/+3
2008-04-15cmake: copy over some excluded files from build.xmlJohan B. C. Engelen1-4/+4
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-43/+43
2008-04-02Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison2-40/+44
2008-04-01delete remaining .cvsignore filesAdib Taraben1-10/+0
2008-03-30add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...Johan B. C. Engelen1-0/+44
2008-03-15Warning cleanupJon A. Cruz1-1/+1