summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-06-20Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder1-0/+3
2007-03-27ensure correct order of inheriting style from ancestors (children override pa...bulia byak1-8/+19
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY8-12/+15
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-4/+3
2007-03-16switch repr-css to using libcroco, same as SPStyle uses, instead of its own h...bulia byak1-26/+45
2007-02-27get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2-12/+1
2007-02-26get rid of sp_repr_document wrapper functionMenTaLguY1-6/+0
2007-02-20Improve null checkBob Jamison1-1/+1
2007-01-26remove obsolete assertAaron Spike1-1/+0
2007-01-25get rid of sp_repr_new*MenTaLguY2-31/+0
2007-01-25eliminate last uses of sp_repr_new*MenTaLguY4-47/+19
2007-01-25remove sp_repr_new use from document creationMenTaLguY1-2/+2
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY4-9/+9
2007-01-21Deprecate sp_repr_new* functionsMenTaLguY1-4/+5
2007-01-20merge XML::Session into XML::DocumentMenTaLguY12-394/+168
2007-01-13fixes for style-test prefs crashesKees Cook1-0/+2
2007-01-13full correction for rest of test buildsKees Cook1-3/+11
2006-11-01make SVG indent and inlined attrs configurable via prefsbulia byak1-24/+38
2006-10-25switch pref/repr utility methods to using long long ints; withbulia byak2-3/+3
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2-9/+9
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2-9/+9
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-2/+0
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-0/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2-9/+9
2006-08-03add fixup for infamous (and apparently quite widespread) "duck prion"MenTaLguY1-2/+9
2006-07-14* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow1-1/+1
2006-06-01Removed debugging messagesJon A. Cruz1-3/+0
2006-05-30Strip BOM from incoming filesJon A. Cruz1-77/+101
2006-05-08comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY1-0/+6
2006-05-07add fixup for incorrect sodipodi namespaceMenTaLguY2-2/+7
2006-05-07fix for #1483198 ("infectious namespaces")MenTaLguY1-14/+27
2006-04-29switch everyone to simpler debug event APIMenTaLguY1-173/+79
2006-04-27Adding multiple test output formats.Jon A. Cruz1-1/+1
2006-03-15shared_ptr -> ptr_sharedMenTaLguY15-83/+83
2006-02-13optimization: do not notify any listeners if attributes' new value is the sam...bulia byak1-1/+1
2006-02-08share_static -> share_static_stringMenTaLguY1-8/+8
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY16-105/+109
2006-01-23Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington1-3/+14
2006-01-17applied patch #1348672 from enchanterRalf Stephan1-1/+1