summaryrefslogtreecommitdiff
path: root/src/select/font_face.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-23/+23
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-14/+6
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* Fix font-face defaults (credit: James Montgomerie)John Mark Bell2012-01-241-1/+10
| | | | svn path=/trunk/libcss/; revision=13406
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-0/+251
Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244