summaryrefslogtreecommitdiff
path: root/src/select/propget.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+63
| | | | | | Credit: James Montgomerie svn path=/trunk/libcss/; revision=12645
* Hide the CSS computed style itself. Only expose a few simple structures ↵Daniel Silverstone2011-03-121-0/+1
| | | | | | which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+22
| | | | svn path=/trunk/libcss/; revision=11527
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-28/+11
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+17
| | | | svn path=/trunk/libcss/; revision=9378
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-0/+1724
Fully compute them on access. Introduce a swathe of internal accessors that don't perform the complete computation. Port property composition to these new APIs. Reduce absolute value computation to making font sizes absolute and converting any EX units to EM. svn path=/trunk/libcss/; revision=8601