summaryrefslogtreecommitdiff
path: root/src/parse/properties/border_outline.c
Commit message (Collapse)AuthorAgeFilesLines
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-2221/+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
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-183/+183
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-66/+33
| | | | | | | 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-33/+143
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Fix border + outline shorthand property parsersJohn Mark Bell2009-06-271-0/+40
| | | | svn path=/trunk/libcss/; revision=8066
* Finish documentationJohn Mark Bell2009-06-251-0/+241
| | | | svn path=/trunk/libcss/; revision=7957
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-0/+1182
| | | | svn path=/trunk/libcss/; revision=7956
* Document border and outline property parsers.John Mark Bell2009-06-241-35/+195
| | | | | | Ensure that they restore the iteration context on error. svn path=/trunk/libcss/; revision=7955
* Centralise !important handling.John Mark Bell2009-06-181-24/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Less comedic inlining of huge functionsJohn Mark Bell2009-05-271-3/+3
| | | | svn path=/trunk/libcss/; revision=7577
* Split out border and outline property parsersJohn Mark Bell2009-05-261-0/+545
svn path=/trunk/libcss/; revision=7559