summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ...Felipe Corrêa da Silva Sanches2017-06-231-17/+13
* SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches2017-06-221-6/+7
* parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-221-0/+54
* Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on succes...Tavmjong Bah2017-02-071-2/+4
* Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-6/+30
* Fix a typo that spawned a lot of "unused parameter" warnings when compilingEduard Braun2016-06-111-1/+1
* Fix incorrect variable type in SPILengthOrNormal constructor.Tavmjong Bah2015-12-081-1/+1
* Fix incorrect variable type in SPILength constructor.Tavmjong Bah2015-12-081-1/+1
* Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-1/+0
* Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-221-5/+5
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah2015-05-181-2/+24
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah2015-05-121-0/+49
* Read 'context-fill' and 'context-stroke' keywords.Tavmjong Bah2014-12-161-6/+14
* Add new text decoration properties.Tavmjong Bah2014-11-121-3/+9
* Update to trunk r13621Liam P. White2014-10-171-176/+477
|\
| * Post-merge cleanup.Jon A. Cruz2014-10-151-176/+478
| * Merged hatch rendering codeTomasz Boczkowski2014-10-141-2/+1
| * Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-1/+1
| * Style rewrite: prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...Tavmjong Bah2014-05-131-5/+5
| * Style rewrite: 'text-decoration' requires access to style of ancestor element...Tavmjong Bah2014-05-101-4/+8
* | Small warning cleanupLiam P. White2014-10-171-1/+1
* | Fix for #1334792. Correct inheritance for 'line-height' property.Tavmjong Bah2014-09-231-1/+1
* | Warnings cleanup.Liam P. White2014-08-041-1/+1
* | Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 'text-dec...Tavmjong Bah2014-05-131-5/+5
* | Style rewrite: 'text-decoration' requires access to style of ancestor element...Tavmjong Bah2014-05-101-4/+8
|/
* Style rewrite: more buglets squashed (thanks Johan).Tavmjong Bah2014-04-301-2/+7
* Style rewrite: fix two more buglets.Tavmjong Bah2014-04-301-1/+3
* Style rewrite: fix typo.Tavmjong Bah2014-04-301-1/+1
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-3/+6
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-1/+1
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-13/+0
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-118/+708
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-0/+305