summaryrefslogtreecommitdiff
path: root/src/select/properties/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix filename.Michael Drake2014-01-101-47/+0
|
* Various changes for orphans and widows properties:Michael Drake2014-01-101-3/+3
| | | | | | + Keep as int internally, rather than css_fixed. + Fix get_widows to return widows instead of orphans. + Remove duplicate implementations in css_computed_ getters.
* Complete widows and orphans support. Thanks to James Montgomerie.Michael Drake2012-04-131-14/+11
| | | | svn path=/trunk/libcss/; revision=13864
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-5/+5
| | | | | | 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-4/+0
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Split up properties selectorsVincent Sanders2010-12-051-0/+54
svn path=/trunk/libcss/; revision=11011