summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ensure correct order of inheriting style from ancestors (children override pa...bulia byak2007-03-271-8/+19
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-208-12/+15
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-4/+3
* switch repr-css to using libcroco, same as SPStyle uses, instead of its own h...bulia byak2007-03-161-26/+45
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-272-12/+1
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-6/+0
* Improve null checkBob Jamison2007-02-201-1/+1
* remove obsolete assertAaron Spike2007-01-261-1/+0
* get rid of sp_repr_new*MenTaLguY2007-01-252-31/+0
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-254-47/+19
* remove sp_repr_new use from document creationMenTaLguY2007-01-251-2/+2
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-214-9/+9
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
* merge XML::Session into XML::DocumentMenTaLguY2007-01-2012-394/+168
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+2
* full correction for rest of test buildsKees Cook2007-01-131-3/+11
* make SVG indent and inlined attrs configurable via prefsbulia byak2006-11-011-24/+38
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-252-3/+3
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-262-9/+9
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-9/+9
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-2/+0
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+2
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-9/+9
* add fixup for infamous (and apparently quite widespread) "duck prion"MenTaLguY2006-08-031-2/+9
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
* Removed debugging messagesJon A. Cruz2006-06-011-3/+0
* Strip BOM from incoming filesJon A. Cruz2006-05-301-77/+101
* comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY2006-05-081-0/+6
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-072-2/+7
* fix for #1483198 ("infectious namespaces")MenTaLguY2006-05-071-14/+27
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-173/+79
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
* shared_ptr -> ptr_sharedMenTaLguY2006-03-1515-83/+83
* optimization: do not notify any listeners if attributes' new value is the sam...bulia byak2006-02-131-1/+1
* share_static -> share_static_stringMenTaLguY2006-02-081-8/+8
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-0616-105/+109
* Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington2006-01-231-3/+14
* applied patch #1348672 from enchanterRalf Stephan2006-01-171-1/+1
* moving trunk for module inkscapeMenTaLguY2006-01-1646-0/+5829