summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix windows buildJohan B. C. Engelen2013-09-141-1/+1
| | | (bzr r12517)
* Fix the latest error with the adobe svg ns errors, boundry exceptions caused ↵Martin Owens2013-09-131-33/+49
| | | | | security failure. (bzr r12513)
* Use g_match_info_free instead of g_match_info_unrefKrzysztof Kosi??ski2013-09-131-1/+1
| | | | | for better Glib compatibility (bzr r12511)
* Fix regex so it effects the buffer and ban PUBLIC entities too.Martin Owens2013-09-121-11/+26
| | | (bzr r12505.1.3)
* Improve code with Kosiński's regex replacementMartin Owens2013-09-121-9/+13
| | | (bzr r12505.1.2)
* Introduce a backup loading method that enables NOENT but hacks out system ↵Martin Owens2013-09-111-12/+36
| | | | | | | | calls for adobe files Fixed bugs: - https://launchpad.net/bugs/166371 (bzr r12505.1.1)
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+2
| | | (bzr r12469)
* Throw better error when attribute isn't availableMartin Owens2013-04-211-0/+2
| | | (bzr r12288)
* NULL pointer checksKris De Gussem2013-04-081-3/+5
| | | (bzr r12271)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-65/+0
| | | (bzr r12221)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-142-2/+2
| | | | | forward declarations (bzr r12203)
* A couple of forward declarationsAlex Valavanis2013-02-112-6/+14
| | | (bzr r12119)
* - fix security bug lp:1025185Johan B. C. Engelen2012-12-051-1/+7
| | | | | | | | - make network access optional for XML loading Fixed bugs: - https://launchpad.net/bugs/1025185 (bzr r11931)
* Update to current trunkTed Gould2012-11-252-2/+2
|\ | | | | (bzr r11804.1.8)
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-1/+1
| | | | | | (bzr r11869)
| * Fix crash resulting from r11646.Tavmjong Bah2012-10-161-1/+1
| | | | | | (bzr r11805)
* | Files in /src that no longer existTed Gould2012-10-151-2/+1
|/ | | (bzr r11804.1.2)
* fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)Kris De Gussem2012-10-091-9/+13
| | | (bzr r11771)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-043-1/+3
| | | (bzr r11737)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-0/+1
| | | (bzr r11736)
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-203-24/+14
| | | (bzr r11686)
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-033-14/+23
| | | | | not enabled) and other issues (bzr r11649)
* converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-023-23/+14
| | | | | memory leaks (bzr r11646)
* performance: ??Kris De Gussem2012-09-021-2/+0
| | | (bzr r11645)
* Fix for 1036010 : Cant read styles with 'em' unitsJohn Smith2012-08-151-0/+20
| | | (bzr r11605)
* syntx of null pointer dereference checksKris De Gussem2012-05-126-309/+350
| | | (bzr r11358)
* some more string class usageKris De Gussem2012-04-221-13/+9
| | | (bzr r11279)
* cppcheck stuffKris De Gussem2012-04-091-1/+2
| | | (bzr r11201)
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-052-0/+72
| | | | | thread "Some clipboard functions") (bzr r11153)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-112-34/+1
| | | (bzr r10871)
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-073-6/+8
| | | (bzr r10858)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-035-146/+67
| | | (bzr r10830)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0814-18/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheckKris De Gussem2011-12-041-0/+4
| | | (bzr r10759)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-292-7/+76
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-1/+1
| | | (bzr r10736)
* update cmake file listsCampbell Barton2011-10-081-1/+0
| | | (bzr r10673)
* Purging some forward.h files.Jon A. Cruz2011-10-048-65/+19
| | | (bzr r10664)
* Doxygen cleanup.Jon A. Cruz2011-10-035-14/+16
| | | (bzr r10660)
* Removed forgotten debug statement.Tavmjong Bah2011-10-021-1/+0
| | | (bzr r10657)
* Fixed problem with font names that contain spaces.Tavmjong Bah2011-09-281-3/+8
| | | (bzr r10649)
* Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah2011-09-161-2/+1
| | | (bzr r10631)
* Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski2011-09-151-1/+1
| | | (bzr r10630)
* Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah2011-09-151-4/+31
| | | | | | libcroco uses %.17f for formatting, resulting in trailing zeros or small rounding errors. (bzr r10629)
* Preserve CDATA sections on output.Tavmjong Bah2011-09-085-4/+30
| | | (bzr r10625)
* Remove forgotten call to print routine.Tavmjong Bah2011-08-291-1/+0
| | | (bzr r10597)
* Added comments.Tavmjong Bah2011-08-291-5/+79
| | | (bzr r10596)