summaryrefslogtreecommitdiff
path: root/src/select/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add arena module for interning computed styles.Michael Drake2016-11-191-1/+1
| | | | Builds, but currently unused.
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=14004
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-1/+1
| | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-051-1/+1
| | | | | | Move properties ready for split svn path=/trunk/libcss/; revision=11005
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
| | | | svn path=/trunk/libcss/; revision=6856
* Move property dispatch table out of select.c so it can be used by the ↵John Mark Bell2009-02-151-1/+1
| | | | | | computed style composition code. svn path=/trunk/libcss/; revision=6523
* More API changes.John Mark Bell2009-02-071-1/+1
| | | | | | | Make css_computed_style_create() private. Implement css_computed_style_[create,destroy](). svn path=/trunk/libcss/; revision=6389
* Introduce ability to create/destroy selection contexts.John Mark Bell2009-01-261-1/+1
| | | | svn path=/trunk/libcss/; revision=6284
* Selector hash.John Mark Bell2009-01-251-0/+49
svn path=/trunk/libcss/; revision=6263