summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warnings cleanup.Liam P. White2014-08-041-1/+1
| | | (bzr r13341.1.117)
* Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 ↵Tavmjong Bah2014-05-131-5/+5
| | | | | | | 'text-decoration-xxx'. Suppress unused variable warnings. (bzr r13341.1.15)
* Style rewrite: 'text-decoration' requires access to style of ancestor ↵Tavmjong Bah2014-05-101-4/+8
| | | | | element which set property. (bzr r13341.1.4)
* Style rewrite: more buglets squashed (thanks Johan).Tavmjong Bah2014-04-301-2/+7
| | | (bzr r13328)
* Style rewrite: fix two more buglets.Tavmjong Bah2014-04-301-1/+3
| | | (bzr r13325)
* Style rewrite: fix typo.Tavmjong Bah2014-04-301-1/+1
| | | (bzr r13324)
* Clean up of style code: Add default to SPIString for use with 'font-family'.Tavmjong Bah2014-04-281-3/+6
| | | (bzr r13315)
* Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah2014-04-241-1/+1
| | | (bzr r13301)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-13/+0
| | | (bzr r13300)
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-118/+708
| | | (bzr r13298)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-0/+305
properties. Split style.h into more manageable size files. (bzr r13135)