| Commit message (Expand) | Author | Files | Lines |
| 2008-10-27 | From trunk | Ted Gould | 2 | -9/+15 |
| 2008-09-23 | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 26 | -367/+1016 |
| 2008-09-16 | Add a header with forward declarations for the XML namespace. | Krzysztof Kosi??ski | 1 | -0/+57 |
| 2008-08-02 | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 1 | -1/+1 |
| 2008-08-01 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2008-07-20 | Warning cleanup | Jon A. Cruz | 2 | -10/+10 |
| 2008-07-19 | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 1 | -0/+3 |
| 2008-07-18 | Fix for PathString to prevent it from getting into a very, very long copying ... | Jasper van de Gronde | 1 | -10/+4 |
| 2008-07-07 | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2 | -8/+4 |
| 2008-07-05 | Change link line for a couple of the test programs, so that `make check' comp... | Peter Moulder | 1 | -0/+3 |
| 2008-07-01 | remove "public private" virtual methods from XML::Node | MenTaLguY | 3 | -26/+8 |
| 2008-07-01 | remove additional unnecessary indirection in tree operations | MenTaLguY | 2 | -22/+22 |
| 2008-07-01 | access some SimpleNode fields directly | MenTaLguY | 1 | -29/+44 |
| 2008-07-01 | remove last traces of "floating nodes" | MenTaLguY | 5 | -49/+8 |
| 2008-07-01 | CxxTest unit tests can now be built on Windows, also adds CxxTest versions of... | Jasper van de Gronde | 2 | -2/+131 |
| 2008-06-30 | Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un... | Stephen Silver | 2 | -0/+18 |
| 2008-06-24 | Cmake: remove header files from source lists | Joshua L. Blocher | 1 | -27/+1 |
| 2008-06-11 | re-enable assertions | MenTaLguY | 1 | -2/+2 |
| 2008-06-11 | Back out the `document != NULL' assertions added to SimpleNode constructors i... | Peter Moulder | 1 | -2/+2 |
| 2008-06-08 | force single single document over a node's lifetime | MenTaLguY | 2 | -1/+5 |
| 2008-06-08 | plumb document references a little deeper in | MenTaLguY | 9 | -28/+46 |
| 2008-05-08 | merge inline patch from Jimmy | MenTaLguY | 2 | -11/+3 |
| 2008-04-15 | cmake: copy over some excluded files from build.xml | Johan B. C. Engelen | 1 | -4/+4 |
| 2008-04-07 | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 1 | -43/+43 |
| 2008-04-02 | Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca... | Bob Jamison | 2 | -40/+44 |
| 2008-04-01 | delete remaining .cvsignore files | Adib Taraben | 1 | -10/+0 |
| 2008-03-30 | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min... | Johan B. C. Engelen | 1 | -0/+44 |
| 2008-03-15 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2008-03-14 | Unused params | Jon A. Cruz | 4 | -4/+4 |
| 2008-03-13 | Add convenience functions to read from/write to Glib::ustrings. | Bob Jamison | 2 | -0/+32 |
| 2008-03-07 | add basic support for preserving processing instructions in the AST | MenTaLguY | 7 | -5/+71 |
| 2008-03-07 | export sp_repr_write_stream() | Bob Jamison | 2 | -1/+4 |
| 2008-03-01 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -2/+2 |
| 2008-02-11 | Fixed composite-node-observer including a file not existing in stable glib | Niko Kiirala | 2 | -1/+1 |
| 2008-02-11 | remaining g++ 4.3 compilation fix-ups | Kees Cook | 1 | -0/+1 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 11 | -8/+25 |
| 2008-01-05 | Applying Gail's patch for font-specification | Bryce Harrington | 1 | -1/+3 |
| 2008-01-05 | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 4 | -4/+4 |
| 2008-01-05 | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 4 | -0/+7 |
| 2007-12-20 | guidelines: minor corrections | Johan B. C. Engelen | 2 | -2/+27 |
| 2007-12-19 | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2 | -0/+18 |
| 2007-11-04 | Warning cleanup | Jon A. Cruz | 1 | -3/+3 |
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -2/+2 |
| 2007-10-11 | Provide Node const* versions of existing sp_repr_children and sp_repr_next fu... | Peter Moulder | 1 | -0/+10 |
| 2007-09-12 | r16525@tres: ted | 2007-09-11 20:49:47 -0700 | Ted Gould | 1 | -1/+1 |
| 2007-09-12 | **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX... | Peter Moulder | 1 | -3/+3 |
| 2007-08-14 | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 2 | -3/+10 |
| 2007-07-04 | make subtree monitoring part of XML::Node's interface | MenTaLguY | 5 | -63/+41 |
| 2007-07-01 | was trying to have my cake and eat it too, memory-management-wise ... for | MenTaLguY | 2 | -18/+7 |
| 2007-07-01 | initial implementation of XML::Subtree API for tracking changes on a | MenTaLguY | 3 | -0/+181 |