| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ensure correct order of inheriting style from ancestors (children override ↵ | bulia byak | 2007-03-27 | 1 | -8/+19 | |
| | | | | | | parents) and of reading decls in a style string (later decls override) (bzr r2770) | |||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 8 | -12/+15 | |
| | | | | (bzr r2723) | |||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -4/+3 | |
| | | | | (bzr r2720) | |||||
| * | switch repr-css to using libcroco, same as SPStyle uses, instead of its own ↵ | bulia byak | 2007-03-16 | 1 | -26/+45 | |
| | | | | | | hacky css parser; quote font-family, if necessary, on writing (bzr r2663) | |||||
| * | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 2007-02-27 | 2 | -12/+1 | |
| | | | | (bzr r2461) | |||||
| * | get rid of sp_repr_document wrapper function | MenTaLguY | 2007-02-26 | 1 | -6/+0 | |
| | | | | (bzr r2445) | |||||
| * | Improve null check | Bob Jamison | 2007-02-20 | 1 | -1/+1 | |
| | | | | (bzr r2407) | |||||
| * | remove obsolete assert | Aaron Spike | 2007-01-26 | 1 | -1/+0 | |
| | | | | (bzr r2289) | |||||
| * | get rid of sp_repr_new* | MenTaLguY | 2007-01-25 | 2 | -31/+0 | |
| | | | | (bzr r2284) | |||||
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 4 | -47/+19 | |
| | | | | (bzr r2283) | |||||
| * | remove sp_repr_new use from document creation | MenTaLguY | 2007-01-25 | 1 | -2/+2 | |
| | | | | (bzr r2282) | |||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 4 | -9/+9 | |
| | | | | | | create methods to match DOM (bzr r2253) | |||||
| * | Deprecate sp_repr_new* functions | MenTaLguY | 2007-01-21 | 1 | -4/+5 | |
| | | | | (bzr r2252) | |||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 12 | -394/+168 | |
| | | | | (bzr r2248) | |||||
| * | fixes for style-test prefs crashes | Kees Cook | 2007-01-13 | 1 | -0/+2 | |
| | | | | (bzr r2202) | |||||
| * | full correction for rest of test builds | Kees Cook | 2007-01-13 | 1 | -3/+11 | |
| | | | | (bzr r2201) | |||||
| * | make SVG indent and inlined attrs configurable via prefs | bulia byak | 2006-11-01 | 1 | -24/+38 | |
| | | | | (bzr r1879) | |||||
| * | switch pref/repr utility methods to using long long ints; with | bulia byak | 2006-10-25 | 2 | -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. Sloan | 2006-08-26 | 2 | -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 Phillips | 2006-08-25 | 2 | -9/+9 | |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| * | I peeled back my changes because of some deep error. | Jon Phillips | 2006-08-25 | 1 | -2/+0 | |
| | | | | (bzr r1636) | |||||
| * | Cleaned up more of the gboolean to bool janitorial task...great! | Jon Phillips | 2006-08-24 | 1 | -0/+2 | |
| | | | | (bzr r1634) | |||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 2 | -9/+9 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
| * | add fixup for infamous (and apparently quite widespread) "duck prion" | MenTaLguY | 2006-08-03 | 1 | -2/+9 | |
| | | | | (bzr r1554) | |||||
| * | * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert, | mjwybrow | 2006-07-14 | 1 | -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 messages | Jon A. Cruz | 2006-06-01 | 1 | -3/+0 | |
| | | | | (bzr r1119) | |||||
| * | Strip BOM from incoming files | Jon A. Cruz | 2006-05-30 | 1 | -77/+101 | |
| | | | | (bzr r1086) | |||||
| * | comments explaining namespace mapping for the broken sodipodi namespace | MenTaLguY | 2006-05-08 | 1 | -0/+6 | |
| | | | | (bzr r772) | |||||
| * | add fixup for incorrect sodipodi namespace | MenTaLguY | 2006-05-07 | 2 | -2/+7 | |
| | | | | (bzr r759) | |||||
| * | fix for #1483198 ("infectious namespaces") | MenTaLguY | 2006-05-07 | 1 | -14/+27 | |
| | | | | (bzr r757) | |||||
| * | switch everyone to simpler debug event API | MenTaLguY | 2006-04-29 | 1 | -173/+79 | |
| | | | | (bzr r634) | |||||
| * | Adding multiple test output formats. | Jon A. Cruz | 2006-04-27 | 1 | -1/+1 | |
| | | | | (bzr r592) | |||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 15 | -83/+83 | |
| | | | | (bzr r240) | |||||
| * | optimization: do not notify any listeners if attributes' new value is the ↵ | bulia byak | 2006-02-13 | 1 | -1/+1 | |
| | | | | | | same as old (bzr r121) | |||||
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 1 | -8/+8 | |
| | | | | (bzr r104) | |||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 16 | -105/+109 | |
| | | | | (bzr r87) | |||||
| * | Catch failures in fopen of XML files. Fixes #1374551. | Carl Hetherington | 2006-01-23 | 1 | -3/+14 | |
| | | | | (bzr r23) | |||||
| * | applied patch #1348672 from enchanter | Ralf Stephan | 2006-01-17 | 1 | -1/+1 | |
| | | | | (bzr r11) | |||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 46 | -0/+5829 | |
| (bzr r1) | ||||||
