| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sized style enums | Thomas Holder | 2019-10-28 | 1 | -32/+34 |
| | | | | | Reduces memory usage by 2% in a simple test | ||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -1/+1 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Fix bug compiling | Jabier Arraiza | 2019-10-14 | 1 | -1/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Implement the remaining vector effects properties. | Tavmjong Bah | 2018-11-08 | 1 | -2/+8 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -36/+36 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Update for CSS 3 'image-rendering'. | Tavmjong Bah | 2017-05-29 | 1 | -2/+2 |
| | | | | (bzr r15714) | ||||
| * | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet. | Tavmjong Bah | 2016-10-19 | 1 | -0/+10 |
| | | | | (bzr r15177) | ||||
| * | Read/write 'dominant-baseline' property. | Tavmjong Bah | 2015-11-18 | 1 | -3/+30 |
| | | | | (bzr r14430.1.6) | ||||
| * | Implement 'text-orientation' with user interface. Update 'writing-mode', ↵ | Tavmjong Bah | 2015-10-28 | 1 | -7/+1 |
| | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1) | ||||
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -13/+26 |
| | | | | (bzr r14416) | ||||
| * | Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'. | Tavmjong Bah | 2015-06-22 | 1 | -10/+12 |
| | | | | | | Requires Pango version equal or greater than 1.37.1. (bzr r14207) | ||||
| * | Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵ | Tavmjong Bah | 2015-05-18 | 1 | -9/+9 |
| | | | | | | library). (bzr r14162) | ||||
| * | Enable setting of 'font-variant-position' and 'font-variant-caps'. Rendering ↵ | Tavmjong Bah | 2015-05-16 | 1 | -11/+13 |
| | | | | | | awaits Pango update. (bzr r14155) | ||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -20/+19 |
| | | | | | | progress. (bzr r14148) | ||||
| * | Start of implementing CSS 3 font variants (access to OpenType features). | Tavmjong Bah | 2015-05-06 | 1 | -0/+137 |
| | | | | (bzr r14115) | ||||
| * | Revert bad commit (commited to wrong branch). | Tavmjong Bah | 2015-05-03 | 1 | -137/+0 |
| | | | | (bzr r14096) | ||||
| * | First batch | Tavmjong Bah | 2015-05-03 | 1 | -0/+137 |
| | | | | (bzr r14095) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -3/+3 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' ↵ | Tavmjong Bah | 2014-07-30 | 1 | -0/+17 |
| | | | | | | attributes. (bzr r13341.1.110) | ||||
| * | Clean up of style code, converting structures to C++ classes. Step 1. | Tavmjong Bah | 2014-04-23 | 1 | -1/+264 |
| | | | | (bzr r13298) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -0/+230 |
| properties. Split style.h into more manageable size files. (bzr r13135) | |||||
