summaryrefslogtreecommitdiff
path: root/rsvg-text.c
Commit message (Expand)AuthorAgeFilesLines
* bgo#340047 - Add support for the "baseline-shift" text attributeMenner2016-01-051-6/+10
* tref: Look up links lazilyBenjamin Otte2015-10-221-9/+40
* Mark non-exported functions with G_GNUC_INTERNALChristian Persch2012-01-261-1/+1
* Support basic vertical writing (Gnome Bug #664533)KUROSAWA Takeshi2011-11-281-31/+80
* Remove unused member 'orientation'KUROSAWA Takeshi2011-11-251-3/+0
* Use flattened text for trefKurosawa Takeshi2011-11-101-31/+64
* Store node type separately in RsvgNodeChristian Persch2011-09-061-9/+13
* Remove cairo-freetype rendering.Hiroyuki Ikezoe2010-05-021-468/+21
* [PATCH 3/3] Refer to parent's font-size if font-size unit is %, em and ex.Hiroyuki Ikezoe2010-05-021-5/+4
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-15/+15
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-301-29/+30
* Compute correct text size.Hiroyuki Ikezoe2010-04-171-2/+9
* Workaround for bug #581491.Hiroyuki Ikezoe2010-04-161-0/+5
* remove needless G_OBJECT macros.Hiroyuki Ikezoe2010-04-071-1/+1
* librsvg can not render text-decoration=underline text. Bug #566365 dittoliucougar2009-02-191-0/+16
* #524835 - nautilus crashed with SIGSEGVDominic Lachowicz2008-08-261-2/+4
* Use #elif instead of nested #else #if.Wouter Bolsterlee2008-04-281-3/+1
* Don't use #else if, but #else and an additional #if. Fixes the build withWouter Bolsterlee2008-04-281-1/+3
* use HAVE_STRINGS_H #include "rsvg-private.h" to get common definitionsHans Breuer2008-04-251-0/+67
* Handle xml:space="prserve" (#353609)Dominic Lachowicz2008-02-241-25/+27
* make compile with -WerrorDom Lachowicz2008-02-201-1/+0
* From Behdad Esfahbod <behdad@behdad.org>Dominic Lachowicz2008-02-201-48/+12
* Implement letter-spacing property.Emmanuel Pacaud2007-02-211-0/+11
* Bug 402246 - Rsvg was leaking Pango contexts, layouts, and GList nodes.Ross Burton2007-01-301-0/+2
* Fix indentation of *.h files. Running indent on them was not a good idea.Emmanuel Pacaud2007-01-121-1/+1
* Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100Emmanuel Pacaud2007-01-121-772/+683
* Bug 344116. The 5 crashes I mentioned before aren't reproducible. I'mDom Lachowicz2006-08-231-1/+1
* Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvgDom Lachowicz2006-08-221-25/+62
* Don't leak PangoFt2 fonts (bug 344235). This is a work-around for PangoDom Lachowicz2006-07-221-0/+12
* Fix build breakage caused by newer freetype versionsDom Lachowicz2006-07-201-11/+11
* fix build warningDom Lachowicz2006-05-031-1/+4
* pass the lenght to rsvg_make_valid_utf8. avoid some strdups and avoid aPaolo Borelli2006-05-031-5/+6
* rsvg-text.c: Fix C89 compile error, from Jens Granseuer (bug 332714)Dom Lachowicz2006-02-271-1/+2
* revert fix #168223, it causes side-effects.Robert Staudinger2006-02-151-1/+1
* push discrete layers in textCaleb Michael Moore2006-02-141-0/+2
* fix #168223.Robert Staudinger2006-02-071-1/+1
* Export RsvgHandle and RsvgHandleClass to the outside world so you canDom Lachowicz2006-02-061-4/+4
* string rttiCaleb Michael Moore2005-10-241-18/+6
* text rewriteCaleb Michael Moore2005-10-231-414/+260
* got rid of the legacy dimension systemCaleb Michael Moore2005-10-221-2/+0
* late normalization of coordinatesCaleb Michael Moore2005-10-221-25/+23
* text and pattern fixesCaleb Michael Moore2005-10-101-0/+3
* bug 303086Dom Lachowicz2005-07-011-7/+11
* bug 304045Dom Lachowicz2005-05-141-0/+3
* bug 170164Dom Lachowicz2005-05-141-13/+10
* DOM stuffCaleb Michael Moore2005-05-141-7/+6
* naming and structure changesCaleb Michael Moore2005-03-161-13/+13
* steal libart's affine code. more work toward deprecating/purging libartDom Lachowicz2005-02-241-2/+0
* moved libart crap out of RsvgStateCaleb Michael Moore2005-02-171-4/+0
* multi pluginsCaleb Michael Moore2005-02-151-95/+0