Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RsvgNodeEllipse: Use RsvgPathBuilder instead of building/parsing a path string | Federico Mena Quintero | 2015-02-20 | 1 | -64/+29 |
* | RsvgNodeCircle: Use RsvgPathBuilder instead of building/parsing a path string | Federico Mena Quintero | 2015-02-20 | 1 | -59/+23 |
* | RsvgNodeRect: Use RsvgPathBuilder instead of building/parsing a path string | Federico Mena Quintero | 2015-02-20 | 1 | -84/+101 |
* | RsvgNodeLine: Use RsvgPathBuilder instead of building/parsing a path string | Federico Mena Quintero | 2015-02-20 | 1 | -19/+12 |
* | RsvgNodePoly: Use RsvgPathBuilder instead of building/parsing a path string | Federico Mena Quintero | 2015-02-20 | 1 | -20/+18 |
* | bgo#738050 - Handle the case where a list of coordinate pairs has an odd numb... | Federico Mena Quintero | 2015-02-06 | 1 | -1/+13 |
* | Store the parsed path for the polygon | Christian Persch | 2011-11-07 | 1 | -28/+50 |
* | Store the parsed path instead of a string | Christian Persch | 2011-11-07 | 1 | -10/+9 |
* | Render paths from cairo_path_t | Christian Persch | 2011-11-07 | 1 | -11/+35 |
* | Store node type separately in RsvgNode | Christian Persch | 2011-09-06 | 1 | -13/+12 |
* | set proper mode-line and fix indent and styles. | Hiroyuki Ikezoe | 2010-05-01 | 1 | -1/+2 |
* | Do not draw 0 sized shape. | Hiroyuki Ikezoe | 2010-04-08 | 1 | -0/+3 |
* | Fix indentation of *.h files. Running indent on them was not a good idea. | Emmanuel Pacaud | 2007-01-12 | 1 | -1/+1 |
* | Indentation fix, using: indent -kr -nut -pcs -psl -i4 -l100 | Emmanuel Pacaud | 2007-01-12 | 1 | -577/+552 |
* | Export RsvgHandle and RsvgHandleClass to the outside world so you can | Dom Lachowicz | 2006-02-06 | 1 | -6/+6 |
* | bug 323568 | Caleb Michael Moore | 2005-12-09 | 1 | -0/+5 |
* | remove the push call that's more probably wrong and clean up leaked | Ray Strode | 2005-12-07 | 1 | -4/+2 |
* | string rtti | Caleb Michael Moore | 2005-10-24 | 1 | -6/+0 |
* | text rewrite | Caleb Michael Moore | 2005-10-23 | 1 | -38/+38 |
* | late normalization of coordinates | Caleb Michael Moore | 2005-10-22 | 1 | -121/+129 |
* | bug 317615 | Dom Lachowicz | 2005-10-04 | 1 | -6/+17 |
* | forward port a bunch of changes from the 2.12 branch | Dom Lachowicz | 2005-09-25 | 1 | -2/+4 |
* | consistant node children and styles | Caleb Michael Moore | 2005-07-19 | 1 | -22/+6 |
* | polyline fix | Caleb Michael Moore | 2005-06-01 | 1 | -54/+2 |
* | DOM progression of shapes | Caleb Michael Moore | 2005-05-30 | 1 | -244/+436 |
* | DOM stuff | Caleb Michael Moore | 2005-05-14 | 1 | -9/+8 |
* | naming and structure changes | Caleb Michael Moore | 2005-03-16 | 1 | -15/+17 |
* | update TODO, improve RsvgRender interface | Dom Lachowicz | 2005-02-27 | 1 | -4/+0 |
* | steal libart's affine code. more work toward deprecating/purging libart | Dom Lachowicz | 2005-02-24 | 1 | -2/+0 |
* | moved libart crap out of RsvgState | Caleb Michael Moore | 2005-02-17 | 1 | -4/+0 |
* | fix file's header | Dom Lachowicz | 2005-02-15 | 1 | -25/+0 |
* | multi plugins | Caleb Michael Moore | 2005-02-15 | 1 | -15/+0 |
* | split the behemoth rsvg-shapes.c into bite size meaty chunks | Caleb Michael Moore | 2005-02-11 | 1 | -2070/+33 |
* | <use> fix, <a> fix and style cleanup | Caleb Michael Moore | 2005-02-07 | 1 | -91/+85 |
* | marker fixes | Caleb Michael Moore | 2004-11-28 | 1 | -18/+36 |
* | vfs linking and stuff | Caleb Michael Moore | 2004-11-17 | 1 | -0/+5 |
* | refactor image downloading code. caleb can now use this for linking | Dom Lachowicz | 2004-11-17 | 1 | -117/+94 |
* | interfile linking, w00t | Caleb Michael Moore | 2004-11-17 | 1 | -2/+2 |
* | text clip paths working again | Caleb Michael Moore | 2004-11-14 | 1 | -0/+2 |
* | huge structure change | Caleb Michael Moore | 2004-11-10 | 1 | -75/+103 |
* | bug 155433 | Dom Lachowicz | 2004-10-15 | 1 | -7/+13 |
* | userspace bounding box calculation | Caleb Michael Moore | 2004-09-22 | 1 | -20/+71 |
* | dead code removal | Dom Lachowicz | 2004-09-11 | 1 | -9/+7 |
* | text unstuffage | Caleb Michael Moore | 2004-08-31 | 1 | -9/+14 |
* | more overflow | Caleb Michael Moore | 2004-08-28 | 1 | -5/+59 |
* | overflow property and clip paths | Caleb Michael Moore | 2004-08-28 | 1 | -0/+144 |
* | half done viewport clipping | Caleb Michael Moore | 2004-08-28 | 1 | -1/+1 |
* | preserveAspectRatio | Caleb Michael Moore | 2004-08-27 | 1 | -21/+185 |
* | images and preparsing | Caleb Michael Moore | 2004-08-22 | 1 | -62/+95 |
* | filter background fix and pedantry | Caleb Michael Moore | 2004-08-21 | 1 | -7/+5 |