summaryrefslogtreecommitdiffstats
path: root/src/style.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-2/+4
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe CorrĂȘa da Silva Sanches2017-06-231-1/+1
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe CorrĂȘa da Silva Sanches2017-06-221-0/+3
* Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-041-3/+4
|\
| * Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-3/+4
* | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-191-0/+3
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/
* Read/write 'dominant-baseline' property.Tavmjong Bah2015-11-181-0/+2
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-4/+4
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+6
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah2015-05-181-1/+1
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah2015-05-121-1/+1
* Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah2015-05-061-1/+17
* Revert bad commit (commited to wrong branch).Tavmjong Bah2015-05-031-18/+0
* First batchTavmjong Bah2015-05-031-0/+18
* Read properties for SVG 2 text in a shape.Tavmjong Bah2015-01-151-0/+6
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-2/+3
* Remove sp_style_new().Tavmjong Bah2014-12-251-2/+0
* Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().Tavmjong Bah2014-12-251-4/+0
* Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-251-14/+4
* Remove sp_style_new_from_object()Tavmjong Bah2014-12-241-2/+0
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-0/+1
* Update to trunk r13621Liam P. White2014-10-171-0/+16
|\
| * Merge hatch rendering code from Tomasz Boczkowski.Tavmjong Bah2014-10-141-0/+16
| |\
| | * Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+11
| | * Merged src/style.h from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+5
| * | Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah2014-10-141-13/+27
| |/
| * Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-2/+1
| * Basic support for <solidColor> element (rendering only as a paint server).Tavmjong Bah2014-07-311-0/+5
| * Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-0/+2
| * Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-1/+3
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-311-20/+15
* | Rename 'blend-mode' property to 'mix-blend-mode' per CSS spec.Tavmjong Bah2014-08-011-2/+1
* | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah2014-07-301-13/+27
* | Basic support for <solidColor> element (rendring only as a paint server).Tavmjong Bah2014-07-241-0/+5
* | Proper quoting of CSS 'font-family' fallback lists.Tavmjong Bah2014-06-101-0/+2
* | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-1/+3
|/
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-2/+5
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-4/+4
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-55/+107
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-485/+6
* Remove unused includes to tidy up the code.Martin Owens2014-03-091-2/+1
* Read new SVG2 property 'paint-order'.Tavmjong Bah2014-02-181-0/+19
* New CSS blending modes (outside of filters).Tavmjong Bah2013-12-101-0/+29
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-12/+0
* changes_2013_05_22a.patch:David Mathog2013-06-191-3/+41
* merge from trunk (r12305)su_v2013-04-271-3/+3
|\
| * revert r12297Kris De Gussem2013-04-231-5/+5
| * define booleans as booleans (prevent future errors in comparisons)Kris De Gussem2013-04-221-5/+5