summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing slash so that install.sh works on Solaris. It seems thatgnome-2-14Dom Lachowicz2006-06-292-1/+4
* Use G_GNUC_PRETTY_FUNCTION so as to not depend on GCC extensions (3461163)Dom Lachowicz2006-06-292-2/+7
* bug 341499Dom Lachowicz2006-05-122-2/+2
* Fix build on GTK+ >= 2.9. (329850)Dom Lachowicz2006-05-072-0/+20
* 2006-05-03 Emmanuel PacaudDom Lachowicz2006-05-042-4/+9
* silence build warningsDom Lachowicz2006-05-032-2/+4
* pass the lenght to rsvg_make_valid_utf8. avoid some strdups and avoid aPaolo Borelli2006-05-034-49/+52
* Use g_try_malloc0 so that the app doesn't abort() if we can't malloc theDom Lachowicz2006-05-022-1/+8
* 340290Dom Lachowicz2006-05-011-1/+1
* Only initialize the SAX handler once (on class init) rather than atDom Lachowicz2006-04-303-2/+7
* xmlChar vs. char (#340114)Dom Lachowicz2006-04-294-98/+95
* Fix a "type-punned pointer" issue found by Thomas VSDom Lachowicz2006-04-292-2/+11
* Initialize node->super, to avoid a crash (#339637)Dom Lachowicz2006-04-252-0/+5
* export rsvg_error_get_type()Dom Lachowicz2006-04-242-0/+5
* Bump version numberDom Lachowicz2006-04-199-22/+88
* rsvg_handle_set_base_uri() in rsvg_handle_new_from_file() is too lateDom Lachowicz2006-03-223-13/+33
* prevent against getting a null handle backDom Lachowicz2006-03-192-0/+6
* Fix a crash exposed by bug 335107Dom Lachowicz2006-03-192-1/+5
* bump version numberDom Lachowicz2006-03-161-1/+1
* rsvg-convert 'crashes' because it calls g_error() on an error condition,Dom Lachowicz2006-03-162-4/+9
* 2.14.2 releaseDom Lachowicz2006-03-112-1/+7
* Depend on newer libcroco for bugfix 333057Dom Lachowicz2006-03-022-1/+5
* fix 327855Dom Lachowicz2006-03-012-1/+4
* 2.14.1Dom Lachowicz2006-02-282-1/+5
* Bug 332798 - rsvg wrapper script doesn't escape shell metacharactersDom Lachowicz2006-02-272-2/+7
* bug 332700Caleb Michael Moore2006-02-272-3/+8
* rsvg-text.c: Fix C89 compile error, from Jens Granseuer (bug 332714)Dom Lachowicz2006-02-272-2/+7
* rsvg-styles.c (rsvg_state_inherit_run): Fix inheritence of dash arrays (bug 3...Dom Lachowicz2006-02-272-0/+5
* 2.14.0Dom Lachowicz2006-02-252-2/+6
* Fix segv when encountering feMergeNode (bug 330928)Dom Lachowicz2006-02-162-2/+14
* revert fix #168223, it causes side-effects.Robert Staudinger2006-02-152-1/+5
* push discrete layers in textCaleb Michael Moore2006-02-142-0/+6
* bug 330722librsvg-2-13-93Dom Lachowicz2006-02-102-0/+8
* fix #168223.Robert Staudinger2006-02-072-1/+5
* don't paint surfaces with CLEAR that don't support alpha; i'm not at all happ...Dom Lachowicz2006-02-074-7/+10
* bug 330151Dom Lachowicz2006-02-063-2/+8
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-0617-219/+232
* better solution for bug 329994Dom Lachowicz2006-02-052-4/+2
* update ChangelogDom Lachowicz2006-02-051-2/+6
* Bug #323114; work-around for a nasty cairo bug wrt pixel dirtDom Lachowicz2006-02-053-1/+9
* optimized fix for 330022 from OwenDom Lachowicz2006-02-051-1/+1
* Bug #330022; code computes wrong pixel values with color = 0xFF and alpha - 0...Dom Lachowicz2006-02-052-2/+3
* oops - fix toolbar issue for real this timeDom Lachowicz2006-02-051-1/+1
* don't show zoom buttons when embedded as a mozilla pluginDom Lachowicz2006-02-052-10/+13
* bump version numberDom Lachowicz2006-02-051-1/+1
* Bug #330008 - prevent crashes and other bad behavior by checkingDom Lachowicz2006-02-059-36/+79
* Patches from Daniel DrakeCaleb Michael Moore2006-02-053-3/+9
* add props "width", "height", "em", "ex" (all read only)Robert Staudinger2006-02-052-5/+27
* fix doc after cairo rendering renamingRobert Staudinger2006-02-042-1/+2
* add props "width", "height" (read only)Robert Staudinger2006-02-042-1/+28