summaryrefslogtreecommitdiff
path: root/src/parse/properties/positioning.c
Commit message (Collapse)AuthorAgeFilesLines
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-540/+0
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-291-1/+1
| | | | svn path=/trunk/libcss/; revision=11138
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-50/+25
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-25/+105
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-17/+183
| | | | svn path=/trunk/libcss/; revision=8001
* Centralise !important handling.John Mark Bell2009-06-181-20/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Factor out common code from top,right,bottom,left parsersJohn Mark Bell2009-05-271-246/+83
| | | | svn path=/trunk/libcss/; revision=7578
* Move float and alignment property parsers into positioning.cJohn Mark Bell2009-05-271-0/+183
| | | | svn path=/trunk/libcss/; revision=7568
* Split out positioning property parsersJohn Mark Bell2009-05-261-0/+319
svn path=/trunk/libcss/; revision=7563