| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 1 | -2/+4 |
| * | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ... | Felipe CorrĂȘa da Silva Sanches | 2017-06-23 | 1 | -1/+1 |
| * | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe CorrĂȘa da Silva Sanches | 2017-06-22 | 1 | -0/+3 |
| * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 1 | -3/+4 |
| |\ |
|
| | * | Propagate changes to object tree with changes in style element | Tavmjong Bah | 2016-07-13 | 1 | -3/+4 |
| * | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -0/+3 |
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| |/ |
|
| * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 1 | -0/+2 |
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -4/+4 |
| * | Render font variants (ligatures, postions, caps, numerics). | Tavmjong Bah | 2015-06-21 | 1 | -0/+6 |
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr... | Tavmjong Bah | 2015-05-18 | 1 | -1/+1 |
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p... | Tavmjong Bah | 2015-05-12 | 1 | -1/+1 |
| * | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 2015-05-06 | 1 | -1/+17 |
| * | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 2015-05-03 | 1 | -18/+0 |
| * | First batch | Tavmjong Bah | 2015-05-03 | 1 | -0/+18 |
| * | Read properties for SVG 2 text in a shape. | Tavmjong Bah | 2015-01-15 | 1 | -0/+6 |
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -2/+3 |
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -2/+0 |
| * | Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent(). | Tavmjong Bah | 2014-12-25 | 1 | -4/+0 |
| * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -14/+4 |
| * | Remove sp_style_new_from_object() | Tavmjong Bah | 2014-12-24 | 1 | -2/+0 |
| * | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 2014-11-08 | 1 | -0/+1 |
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+16 |
| |\ |
|
| | * | Merge hatch rendering code from Tomasz Boczkowski. | Tavmjong Bah | 2014-10-14 | 1 | -0/+16 |
| | |\ |
|
| | | * | Merged src/style.h from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+11 |
| | | * | Merged src/style.h from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+5 |
| | * | | Add 'white-space' CSS property (replaces deprecated xml:space). | Tavmjong Bah | 2014-10-14 | 1 | -13/+27 |
| | |/ |
|
| | * | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -2/+1 |
| | * | Basic support for <solidColor> element (rendering only as a paint server). | Tavmjong Bah | 2014-07-31 | 1 | -0/+5 |
| | * | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 2014-06-10 | 1 | -0/+2 |
| | * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -1/+3 |
| * | | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 2014-08-31 | 1 | -20/+15 |
| * | | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec. | Tavmjong Bah | 2014-08-01 | 1 | -2/+1 |
| * | | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib... | Tavmjong Bah | 2014-07-30 | 1 | -13/+27 |
| * | | Basic support for <solidColor> element (rendring only as a paint server). | Tavmjong Bah | 2014-07-24 | 1 | -0/+5 |
| * | | Proper quoting of CSS 'font-family' fallback lists. | Tavmjong Bah | 2014-06-10 | 1 | -0/+2 |
| * | | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -1/+3 |
| |/ |
|
| * | Clean up of style code: refactor marker properties. Step 3. | Tavmjong Bah | 2014-04-24 | 1 | -2/+5 |
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -4/+4 |
| * | Clean up of style code, converting structures to C++ classes. Step 1. | Tavmjong Bah | 2014-04-23 | 1 | -55/+107 |
| * | Change stroke-dasharray and stroke-dashoffset handling to match other propert... | Tavmjong Bah | 2014-03-11 | 1 | -485/+6 |
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 1 | -2/+1 |
| * | Read new SVG2 property 'paint-order'. | Tavmjong Bah | 2014-02-18 | 1 | -0/+19 |
| * | New CSS blending modes (outside of filters). | Tavmjong Bah | 2013-12-10 | 1 | -0/+29 |
| * | Move libuemf to a separate directory. | Krzysztof Kosi??ski | 2013-08-31 | 1 | -12/+0 |
| * | changes_2013_05_22a.patch: | David Mathog | 2013-06-19 | 1 | -3/+41 |
| * | merge from trunk (r12305) | su_v | 2013-04-27 | 1 | -3/+3 |
| |\ |
|
| | * | revert r12297 | Kris De Gussem | 2013-04-23 | 1 | -5/+5 |
| | * | define booleans as booleans (prevent future errors in comparisons) | Kris De Gussem | 2013-04-22 | 1 | -5/+5 |