summaryrefslogtreecommitdiff
path: root/rsvg-css.c
Commit message (Expand)AuthorAgeFilesLines
* Clamp opacity value to range 0 to 1Kurosawa Takeshi2011-11-241-3/+6
* Add extra NULL check hereChristian Persch2011-11-141-5/+3
* Fix parsing of xml-stylesheet pseudo-attributesChristian Persch2011-11-141-308/+53
* Use libcroco to lookup colour by nameChristian Persch2011-11-071-174/+9
* Use cairo_rectangle_tChristian Persch2011-11-071-9/+10
* [PATCH 3/3] Refer to parent's font-size if font-size unit is %, em and ex.Hiroyuki Ikezoe2010-05-021-2/+25
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-1/+1
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-271-1/+2
* Handle !important directive.Hiroyuki Ikezoe2010-04-271-31/+0
* Should use gboolean for boolean value.Hiroyuki Ikezoe2010-04-151-3/+3
* _rsvg_css_hand_normalize_length_sub is unnecessary.Hiroyuki Ikezoe2010-04-071-19/+0
* Feature request: rsvg_handle_get_dimensions_sub() (#555682). Patches fromDominic Lachowicz2008-11-221-0/+19
* use HAVE_STRINGS_H #include "rsvg-private.h" to get common definitionsHans Breuer2008-04-251-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-1037/+973
* handle absolute font sizesDom Lachowicz2006-11-101-7/+60
* Code borrowed from Expat. Takes a XML attribute+value string and turns itDom Lachowicz2006-04-271-0/+325
* const-ify some more dataDom Lachowicz2006-04-211-2/+2
* damn GCC 4 to hellCaleb Michael Moore2005-10-261-0/+2
* cleaned up vbox handling a littleCaleb Michael Moore2005-10-241-11/+13
* text rewriteCaleb Michael Moore2005-10-231-4/+4
* got rid of the legacy dimension systemCaleb Michael Moore2005-10-221-14/+4
* late normalization of coordinatesCaleb Michael Moore2005-10-221-35/+13
* bounding boxes and percentage fixesCaleb Michael Moore2005-10-211-9/+91
* filters workingCaleb Michael Moore2005-07-281-3/+8
* inherit on errorCaleb Michael Moore2004-11-151-4/+11
* fix up some macrosDom Lachowicz2004-11-141-13/+19
* huge structure changeCaleb Michael Moore2004-11-101-13/+36
* dead code removalDom Lachowicz2004-09-111-28/+6
* something more correct for ex unitsDom Lachowicz2004-08-281-1/+1
* more overflowCaleb Michael Moore2004-08-281-1/+1
* overflow property and clip pathsCaleb Michael Moore2004-08-281-0/+11
* bug 150732Dom Lachowicz2004-08-211-5/+0
* filter background fix and pedantryCaleb Michael Moore2004-08-211-1/+6
* get rid of some cruftDom Lachowicz2004-06-241-2/+1
* start of cond/switch workDom Lachowicz2004-06-181-34/+40
* remove old text harness, solely use the vector/path based oneDom Lachowicz2004-06-151-1/+1
* honor base URIs in imagesDom Lachowicz2004-06-111-1/+7
* start on preserveAspectRatio for imagesDom Lachowicz2004-06-101-0/+28
* patterns and other thingsCaleb Michael Moore2004-06-071-7/+17
* fixed namespace bullshitCaleb Michael Moore2004-06-061-6/+15
* css colour fixesCaleb Michael Moore2004-05-281-7/+7
* set up framework for currentColor and inherit colorsDom Lachowicz2004-03-201-2/+4
* better fixDom Lachowicz2004-03-201-15/+11
* fix rgb(%,%,%) handling for a w3 testcaseDom Lachowicz2004-03-201-1/+1
* fix rgb(%,%,%) handling for a w3 testcaseDom Lachowicz2004-03-201-11/+28
* re-merge the RSVG-filters branch back into HEADDom Lachowicz2004-03-181-13/+41
* work around something for jimmacDom Lachowicz2004-03-151-1/+1
* bug 134801Dom Lachowicz2004-02-191-2/+2
* fix list parsingDom Lachowicz2004-02-011-2/+2