summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* - fix security bug lp:1025185Johan B. C. Engelen2012-12-051-1/+7
* Update to current trunkTed Gould2012-11-252-2/+2
|\
| * SPObject: drop sp_object_ prefix on class membersAlex Valavanis2012-11-111-1/+1
| * Fix crash resulting from r11646.Tavmjong Bah2012-10-161-1/+1
* | Files in /src that no longer existTed Gould2012-10-151-2/+1
|/
* fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)Kris De Gussem2012-10-091-9/+13
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-043-1/+3
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-0/+1
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-203-24/+14
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-033-14/+23
* converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-023-23/+14
* performance: ??Kris De Gussem2012-09-021-2/+0
* Fix for 1036010 : Cant read styles with 'em' unitsJohn Smith2012-08-151-0/+20
* syntx of null pointer dereference checksKris De Gussem2012-05-126-309/+350
* some more string class usageKris De Gussem2012-04-221-13/+9
* cppcheck stuffKris De Gussem2012-04-091-1/+2
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem2012-04-052-0/+72
* Header cleaningAlex Valavanis2012-02-121-1/+1
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-112-34/+1
* dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-073-6/+8
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-035-146/+67
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0814-18/+14
* cppcheckKris De Gussem2011-12-041-0/+4
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-292-7/+76
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-1/+1
* update cmake file listsCampbell Barton2011-10-081-1/+0
* Purging some forward.h files.Jon A. Cruz2011-10-048-65/+19
* Doxygen cleanup.Jon A. Cruz2011-10-035-14/+16
* Removed forgotten debug statement.Tavmjong Bah2011-10-021-1/+0
* Fixed problem with font names that contain spaces.Tavmjong Bah2011-09-281-3/+8
* Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah2011-09-161-2/+1
* Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski2011-09-151-1/+1
* Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah2011-09-151-4/+31
* Preserve CDATA sections on output.Tavmjong Bah2011-09-085-4/+30
* Remove forgotten call to print routine.Tavmjong Bah2011-08-291-1/+0
* Added comments.Tavmjong Bah2011-08-291-5/+79
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
* added missing headerCampbell Barton2011-07-021-0/+3
* cmake:Campbell Barton2011-06-131-1/+32
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
* cmake:Campbell Barton2011-06-131-2/+2
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
* work in progress cmake commit:Campbell Barton2011-06-121-20/+20
* Fix windows build.Jon A. Cruz2011-05-071-5/+4
* Adding initial cut of resource manager.Jon A. Cruz2011-05-067-140/+296
* Path. Fix for Bug #170225 (relative image paths instead of absolute).Nicolas Dufour2011-03-221-3/+43
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
* Fixed const/non-const mismatch loop.Jon A. Cruz2010-12-121-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-129-62/+89
|\