summaryrefslogtreecommitdiffstats
path: root/src/style-enums.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28sized style enumsThomas Holder1-32/+34
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-1/+1
2019-10-14Fix bug compilingJabier Arraiza1-1/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-08Implement the remaining vector effects properties.Tavmjong Bah1-2/+8
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-36/+36
2017-05-29Update for CSS 3 'image-rendering'.Tavmjong Bah1-2/+2
2017-05-29Update for CSS 3 'image-rendering'.Tavmjong Bah1-2/+2
2016-10-19Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah1-0/+10
2015-11-18Read/write 'dominant-baseline' property.Tavmjong Bah1-3/+30
2015-10-28Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah1-7/+1
2015-10-15Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah1-13/+26
2015-06-22Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah1-10/+12
2015-05-18Enable setting of 'font-variant-ligatures' (rendering waits on new Pango libr...Tavmjong Bah1-9/+9
2015-05-16Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ...Tavmjong Bah1-11/+13
2015-05-12GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in p...Tavmjong Bah1-20/+19
2015-05-06Start of implementing CSS 3 font variants (access to OpenType features).Tavmjong Bah1-0/+137
2015-05-03Revert bad commit (commited to wrong branch).Tavmjong Bah1-137/+0
2015-05-03First batchTavmjong Bah1-0/+137
2014-10-14Add 'white-space' CSS property (replaces deprecated xml:space).Tavmjong Bah1-0/+17
2014-09-27Update to experimental r13565Liam P. White1-3/+3
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-3/+3
2014-07-30Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...Tavmjong Bah1-0/+17
2014-04-23Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah1-1/+264
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah1-0/+230