summaryrefslogtreecommitdiff
path: root/src/select/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* src/select/Makefile: the select_generator target is PHONYMichael Orlitzky2023-09-181-0/+1
| | | | | | This target doesn't create an object named "select_generator", so it can be marked .PHONY to improve performance slightly and to avoid a conflict with files/directories of the same name.
* Select: Split out useful stringsMichael Drake2022-08-281-1/+1
|
* Units: Add support for length unit conversion to libcss.Michael Drake2021-05-191-1/+1
| | | | Currently only used for unit conversion.
* add text formatting of values with list stylesVincent Sanders2021-02-051-1/+1
|
* Build: Commit generated computed style access source code.Michael Drake2018-01-061-1/+0
| | | | | | | | This means python3 is not required to build libcss. To re-generate the compute style access code, e.g. when adding new CSS properties, developers must run `make select_generator` and commit the updated generated source code.
* Select: autogenerator for computed.h, propset.h and propget.h.Lucas Neves2017-11-131-0/+4
|
* 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