summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make SVG indent and inlined attrs configurable via prefsbulia byak2006-11-011-24/+38
| | | (bzr r1879)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-252-3/+3
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-9/+9
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-9/+9
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-2/+0
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+2
| | | (bzr r1634)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-232-9/+9
| | | | | one major janitorial task we identified.... (bzr r1633)
* add fixup for infamous (and apparently quite widespread) "duck prion"MenTaLguY2006-08-031-2/+9
| | | (bzr r1554)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1414)
* Removed debugging messagesJon A. Cruz2006-06-011-3/+0
| | | (bzr r1119)
* Strip BOM from incoming filesJon A. Cruz2006-05-301-77/+101
| | | (bzr r1086)
* comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY2006-05-081-0/+6
| | | (bzr r772)
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-072-2/+7
| | | (bzr r759)
* fix for #1483198 ("infectious namespaces")MenTaLguY2006-05-071-14/+27
| | | (bzr r757)
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-173/+79
| | | (bzr r634)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-1515-83/+83
| | | (bzr r240)
* optimization: do not notify any listeners if attributes' new value is the ↵bulia byak2006-02-131-1/+1
| | | | | same as old (bzr r121)
* share_static -> share_static_stringMenTaLguY2006-02-081-8/+8
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-0616-105/+109
| | | (bzr r87)
* Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington2006-01-231-3/+14
| | | (bzr r23)
* applied patch #1348672 from enchanterRalf Stephan2006-01-171-1/+1
| | | (bzr r11)
* moving trunk for module inkscapeMenTaLguY2006-01-1646-0/+5829
(bzr r1)