summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Unused paramsJon A. Cruz2008-03-144-4/+4
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-132-0/+32
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-077-5/+71
* export sp_repr_write_stream()Bob Jamison2008-03-072-1/+4
* Warning and whitespace cleanupJon A. Cruz2008-03-011-2/+2
* Fixed composite-node-observer including a file not existing in stable glibNiko Kiirala2008-02-112-1/+1
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-3111-8/+25
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+3
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-054-4/+4
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-054-0/+7
* guidelines: minor correctionsJohan B. C. Engelen2007-12-202-2/+27
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-192-0/+18
* Warning cleanupJon A. Cruz2007-11-041-3/+3
* warning cleanupJon A. Cruz2007-11-021-2/+2
* Provide Node const* versions of existing sp_repr_children and sp_repr_next fu...Peter Moulder2007-10-111-0/+10
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-121-1/+1
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-142-3/+10
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-045-63/+41
* was trying to have my cake and eat it too, memory-management-wise ... forMenTaLguY2007-07-012-18/+7
* initial implementation of XML::Subtree API for tracking changes on aMenTaLguY2007-07-013-0/+181
* Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder2007-06-201-0/+3