summaryrefslogtreecommitdiff
path: root/src/parse/properties/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-35/+35
|
* Parse: Squash coverity #1361552: Unused valueMichael Drake2016-08-131-2/+3
|
* Fix build with GCC 4.6John Mark Bell2011-07-261-9/+0
| | | | svn path=/trunk/libcss/; revision=12627
* add system font hookVincent Sanders2011-02-021-0/+172
| | | | svn path=/trunk/libcss/; revision=11599
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-37/+37
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-24/+24
| | | | | | 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-181/+170
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* simple properties split in parse similar to select in preparation for future ↵Vincent Sanders2011-01-021-555/+0
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-44/+44
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-78/+39
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Lose redundant assignments.John Mark Bell2009-11-221-2/+0
| | | | | | | | Drop some dead code. Avoid a potential NULL dereference. Add missing "break" in initial substate of block context parser svn path=/trunk/libcss/; revision=9678
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-41/+167
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8069
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
| | | | svn path=/trunk/libcss/; revision=7995
* Font shorthand propertyJohn Mark Bell2009-06-251-0/+254
| | | | svn path=/trunk/libcss/; revision=7989
* Documentation and context restoration on error.John Mark Bell2009-06-251-300/+196
| | | | | | Make font-family parser use generic comma-separated list parser svn path=/trunk/libcss/; revision=7985
* Centralise !important handling.John Mark Bell2009-06-181-27/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Split out font property parsersJohn Mark Bell2009-05-261-0/+629
svn path=/trunk/libcss/; revision=7561