summaryrefslogtreecommitdiff
path: root/rsvg-styles.c
Commit message (Expand)AuthorAgeFilesLines
* bgo#764808 - start off with state->current_color = blackFederico Mena Quintero2016-04-121-0/+4
* Remove leftover from the unsupported a:adobe-blending-modeFederico Mena Quintero2016-01-051-1/+0
* bgo#340047 - Add support for the "baseline-shift" text attributeMenner2016-01-051-0/+21
* state: Remove unused adobe blend mode supportBenjamin Otte2015-10-221-29/+0
* marker: Resolve lazilyBenjamin Otte2015-10-221-13/+28
* state: Resolve filters lazilyBenjamin Otte2015-10-221-4/+8
* paint-server: Store URL instead of resolved nodeBenjamin Otte2015-10-221-3/+3
* paint-server: Remove unused argument from functionBenjamin Otte2015-10-221-3/+3
* state: Look up clip path lazilyBenjamin Otte2015-10-221-3/+7
* state: Store mask as referenceBenjamin Otte2015-10-221-4/+8
* bgo#739329 - Remove single quotes around font-family names before passing the...Menner2015-07-021-2/+18
* bgo#744688 - Fix double g_free() when processing stroke-dasharrayFederico Mena Quintero2015-02-191-3/+5
* Internally use 'char *' for string dataFederico Mena Quintero2015-02-121-4/+3
* introspection: add many missing nullable annotationsEvan Nemerson2014-06-101-2/+2
* docs: Assorted fixes and additions to reduce gtk-doc warningsEvan Nemerson2014-06-101-2/+3
* introspection: clean up lots of warnings emitted by g-ir-scannerEvan Nemerson2012-06-191-2/+2
* styles: Don't try parsing empty <style>Christian Persch2012-03-191-1/+3
* Use mime types instead of content typesChristian Persch2012-01-281-12/+10
* Only apply CSS if its content type is text/cssChristian Persch2012-01-271-3/+12
* Add content_type out param to _rsvg_io_acquire_*Christian Persch2012-01-271-0/+1
* Add permission check before loading other filesChristian Persch2012-01-261-5/+4
* Split IO handling to rsvg-io.[ch]Christian Persch2012-01-131-15/+18
* Support basic vertical writing (Gnome Bug #664533)KUROSAWA Takeshi2011-11-281-6/+15
* Set correct value when unicode-bidi: inherit;KUROSAWA Takeshi2011-11-251-1/+1
* Plug a mem leakChristian Persch2011-11-121-7/+7
* Plug a mem leakChristian Persch2011-11-111-8/+8
* Avoid unnecessary strdupsChristian Persch2011-11-111-4/+33
* Fix for NULL stringsKurosawa Takeshi2011-11-091-6/+13
* Hard-depend on libcrocoChristian Persch2011-11-071-98/+6
* Use cairo_matrix_tChristian Persch2011-11-071-34/+52
* Use cairo_line_cap_t directlyChristian Persch2011-11-071-4/+4
* Use cairo_line_join_t directlyChristian Persch2011-11-071-4/+4
* Use cairo_antialias_t directlyChristian Persch2011-11-071-0/+14
* Use cairo_fill_rule_t directlyChristian Persch2011-11-071-6/+6
* Use cairo_operator_t directlyChristian Persch2011-11-071-26/+26
* Use "const" instead G_CONST_RETURNJavier Jardón2011-06-131-1/+1
* Don't accidentally return NULL from parse_style_value()Matthias Clasen2011-02-181-1/+4
* fix indent.Hiroyuki Ikezoe2010-05-301-1/+1
* fix indent.Hiroyuki Ikezoe2010-05-301-4/+4
* [PATCH 2/3] Follow up fix of RsvgState change.Hiroyuki Ikezoe2010-05-021-2/+2
* [PATCH 1/3] RsvgState has its parent state to traverse its ancestors.Hiroyuki Ikezoe2010-05-021-32/+46
* support !important directive without libcroco.Hiroyuki Ikezoe2010-05-011-2/+6
* support !important directive in style attributes.Hiroyuki Ikezoe2010-04-301-7/+13
* fix compile error without libcroco.Hiroyuki Ikezoe2010-04-291-4/+16
* set proper mode-line and fix indent.Hiroyuki Ikezoe2010-04-271-21/+22
* Handle !important directive.Hiroyuki Ikezoe2010-04-271-238/+332
* Handle comma separated CSS selectors without libcroco.Hiroyuki Ikezoe2010-04-241-5/+10
* Apply svg element's style after loading style data.Hiroyuki Ikezoe2010-04-181-8/+12
* Support .class.#id selector.Hiroyuki Ikezoe2010-04-151-6/+13
* Parse presentation attributes before looking for a style matching class/id.Matthias Clasen2010-04-141-2/+3