summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-13Fix the latest error with the adobe svg ns errors, boundry exceptions caused ...Martin Owens1-33/+49
2013-09-13Use g_match_info_free instead of g_match_info_unrefKrzysztof Kosi??ski1-1/+1
2013-09-12Fix regex so it effects the buffer and ban PUBLIC entities too.Martin Owens1-11/+26
2013-09-12Improve code with KosiƄski's regex replacementMartin Owens1-9/+13
2013-09-11Introduce a backup loading method that enables NOENT but hacks out system cal...Martin Owens1-12/+36
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-3/+2
2013-04-21Throw better error when attribute isn't availableMartin Owens1-0/+2
2013-04-08NULL pointer checksKris De Gussem1-3/+5
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-0/+2
2013-03-19Fixing regressionjtx1-1/+1
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-65/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+1
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-1/+1
2013-03-14Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2-2/+2
2013-02-11A couple of forward declarationsAlex Valavanis2-6/+14
2012-12-05- fix security bug lp:1025185Johan B. C. Engelen1-1/+7
2012-11-11SPObject: drop sp_object_ prefix on class membersAlex Valavanis1-1/+1
2012-10-16Fix crash resulting from r11646.Tavmjong Bah1-1/+1
2012-10-15Files in /src that no longer existTed Gould1-2/+1
2012-10-09fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)Kris De Gussem1-9/+13
2012-10-04revert changes in r11686 (not related to EMF support)su_v1-4/+2
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton3-1/+3
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-0/+1
2012-09-27fix for 'em' and 'ex' units supportDavid Mathog1-2/+4
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem3-24/+14
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem3-14/+23
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem3-23/+14
2012-09-02performance: ??Kris De Gussem1-2/+0
2012-08-15Fix for 1036010 : Cant read styles with 'em' unitsJohn Smith1-0/+20
2012-05-12syntx of null pointer dereference checksKris De Gussem6-309/+350
2012-04-22some more string class usageKris De Gussem1-13/+9
2012-04-09cppcheck stuffKris De Gussem1-1/+2
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem2-0/+72
2012-02-12Header cleaningAlex Valavanis1-1/+1
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2-34/+1
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem3-6/+8
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem5-146/+67
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis14-18/+14
2011-12-04cppcheckKris De Gussem1-0/+4
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2-7/+76
2011-11-10cppcheck: initialization / warning cleanupKris De Gussem1-1/+1
2011-10-08update cmake file listsCampbell Barton1-1/+0
2011-10-04Purging some forward.h files.Jon A. Cruz8-65/+19
2011-10-03Doxygen cleanup.Jon A. Cruz5-14/+16
2011-10-02Removed forgotten debug statement.Tavmjong Bah1-1/+0
2011-09-28Fixed problem with font names that contain spaces.Tavmjong Bah1-3/+8
2011-09-16Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah1-2/+1
2011-09-15Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski1-1/+1
2011-09-15Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah1-4/+31
2011-09-08Preserve CDATA sections on output.Tavmjong Bah5-4/+30