summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-03-14Unused paramsJon A. Cruz4-4/+4
2008-03-13Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2-0/+32
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY7-5/+71
2008-03-07export sp_repr_write_stream()Bob Jamison2-1/+4
2008-03-01Warning and whitespace cleanupJon A. Cruz1-2/+2
2008-02-11Fixed composite-node-observer including a file not existing in stable glibNiko Kiirala2-1/+1
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-0/+1
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington11-8/+25
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+3
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington4-4/+4
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington4-0/+7
2007-12-20guidelines: minor correctionsJohan B. C. Engelen2-2/+27
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2-0/+18
2007-11-04Warning cleanupJon A. Cruz1-3/+3
2007-11-02warning cleanupJon A. Cruz1-2/+2
2007-10-11Provide Node const* versions of existing sp_repr_children and sp_repr_next fu...Peter Moulder1-0/+10
2007-09-12r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould1-1/+1
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-08-14Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2-3/+10
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY5-63/+41
2007-07-01was trying to have my cake and eat it too, memory-management-wise ... forMenTaLguY2-18/+7
2007-07-01initial implementation of XML::Subtree API for tracking changes on aMenTaLguY3-0/+181