summaryrefslogtreecommitdiff
path: root/src/select/properties/helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Select: Make inherit flag handling aware of other default valuesMichael Drake2022-08-291-24/+24
|
* select: Split out bytecode to unit conversion helper.Michael Drake2020-12-041-39/+0
|
* Add support for new length units.Lucas Neves2017-11-131-0/+13
|
* Strip trailing whitespace.Michael Drake2017-09-041-14/+14
|
* Add helpers for selecting break-* properties.Michael Drake2014-12-291-0/+49
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-11/+8
| | | | | | | | | - 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.
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-141-6/+6
| | | | | | disimmilar enumerations. svn path=/trunk/libcss/; revision=13868
* Fix debug build (warnings about comparing different enums).François Revel2012-04-061-4/+6
| | | | svn path=/trunk/libcss/; revision=13810
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-4/+12
| | | | | | Credit: James Montgomerie svn path=/trunk/libcss/; revision=12645
* Centralise handling of transparent colours.John Mark Bell2011-01-291-3/+6
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-2/+2
| | | | svn path=/trunk/libcss/; revision=11492
* Fix cascade of counter-{increment,reset} on 64bit platformsJohn Mark Bell2011-01-241-3/+3
| | | | svn path=/trunk/libcss/; revision=11476
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-28/+28
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-39/+3
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-20/+20
| | | | svn path=/trunk/libcss/; revision=11211
* Split up properties selectorsVincent Sanders2010-12-051-0/+510
svn path=/trunk/libcss/; revision=11011