| Commit message (Expand) | Author | Files | Lines |
| 2016-01-09 | Support rendering of radial gradients with the 'fr' attribute. New in SVG 2. | Tavmjong Bah | 1 | -0/+1 |
| 2015-12-28 | Corrects attribute name for saving page 'checkerboard' background state. | Tavmjong Bah | 1 | -1/+1 |
| 2015-12-21 | Add option for checkerboard background. | Tavmjong Bah | 1 | -0/+1 |
| 2015-12-09 | replaced remaining GHashTable with std::map | Marc Jeanmougin | 1 | -14/+6 |
| 2015-12-05 | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 1 | -0/+1 |
| 2015-12-02 | Reorder attribute lock to better position | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2015-12-02 | Add spray-origin missing atribute | Jabier Arraiza Cenoz | 1 | -0/+1 |
| 2015-12-02 | Add lock to guides | Jabier Arraiza Cenoz | 1 | -0/+1 |
| 2015-10-15 | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 1 | -1/+1 |
| 2015-07-07 | Read inkscape:color attribute on guides | Geoff Lankow | 1 | -0/+1 |
| 2015-05-06 | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 1 | -4/+20 |
| 2015-03-06 | Fix filter primitives using 'type' attribute. (Broken when 'type' attribute i... | Tavmjong Bah | 1 | -1/+1 |
| 2015-03-01 | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh... | Tavmjong Bah | 1 | -1/+1 |
| 2015-02-02 | Experimental mesh smoothing code. | Tavmjong Bah | 1 | -0/+1 |
| 2015-01-15 | Read properties for SVG 2 text in a shape. | Tavmjong Bah | 1 | -0/+5 |
| 2015-01-05 | Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs... | Tavmjong Bah | 1 | -0/+2 |
| 2014-11-22 | Revert old behavior: changing "Default units" changes *only* the displayed un... | Johan B. C. Engelen | 1 | -1/+1 |
| 2014-10-14 | Add 'white-space' CSS property (replaces deprecated xml:space). | Tavmjong Bah | 1 | -4/+6 |
| 2014-10-14 | Merged hatch rendering code | Tomasz Boczkowski | 1 | -0/+5 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+2 |
| 2014-08-18 | Code cleanup. | Liam P. White | 1 | -7/+6 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -1/+1 |
| 2014-08-01 | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 1 | -1/+1 |
| 2014-07-31 | Basic support for <solidColor> element (rendering only as a paint server). | Tavmjong Bah | 1 | -0/+2 |
| 2014-07-30 | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib... | Tavmjong Bah | 1 | -4/+6 |
| 2014-07-24 | Basic support for <solidColor> element (rendring only as a paint server). | Tavmjong Bah | 1 | -0/+2 |
| 2014-05-10 | Add selection sets | Liam P. White | 1 | -0/+1 |
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -1/+0 |
| 2014-03-13 | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 1 | -0/+1 |
| 2014-03-03 | Fixed path color when changed by Objects Dialog | Liam P. White | 1 | -0/+1 |
| 2014-02-18 | Read new SVG2 property 'paint-order'. | Tavmjong Bah | 1 | -0/+1 |
| 2013-12-10 | New CSS blending modes (outside of filters). | Tavmjong Bah | 1 | -0/+2 |
| 2013-06-19 | changes_2013_05_22a.patch: | David Mathog | 1 | -0/+3 |
| 2012-12-22 | Minor changes. | Tavmjong Bah | 1 | -3/+0 |
| 2012-05-23 | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 1 | -0/+3 |
| 2012-02-14 | 1) Add checkboxes for perpendicular and tangential snapping to the document p... | Diederik van Lierop | 1 | -0/+2 |
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+0 |
| 2011-10-08 | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 1 | -0/+2 |
| 2011-08-23 | 1) Use the "snap guides" button both for guides being snap sources, as well a... | Diederik van Lierop | 1 | -1/+1 |
| 2011-08-22 | Some code cosmetics and comments | Diederik van Lierop | 1 | -16/+15 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -1/+1 |
| 2011-06-30 | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 1 | -0/+1 |
| 2011-06-26 | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 1 | -0/+2 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-09-26 | Fix for Bug #586955 (the unit for user defined document size is not refreshed... | Nicolas Dufour | 1 | -0/+1 |
| 2010-07-09 | Cleanup of gradient swatch property and collection policy. | Jon A. Cruz | 1 | -0/+1 |
| 2010-02-21 | Disabled unfinished connection point edit mode. Added inkscape:connection-sta... | Arcadie M. Cracan | 1 | -1/+3 |
| 2010-01-08 | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 1 | -2/+6 |
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -0/+2 |
| 2009-06-09 | Removed sodipodi:version | Jon A. Cruz | 1 | -1/+0 |