summaryrefslogtreecommitdiff
path: root/src/parse/properties
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2
| | | | svn path=/trunk/libcss/; revision=11427
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-2032-415/+415
| | | | | | 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-19119-11016/+2959
| | | | | | 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-02125-10456/+11968
| | | | | | generation svn path=/trunk/libcss/; revision=11188
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-293-4/+4
| | | | svn path=/trunk/libcss/; revision=11138
* Fix obvious bugDaniel Silverstone2010-12-201-1/+1
| | | | svn path=/trunk/libcss/; revision=11111
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-10/+39
| | | | svn path=/trunk/libcss/; revision=10993
* alter external representation of colours to be AARRGGBB (r=jmb)Vincent Sanders2010-12-041-156/+156
| | | | svn path=/trunk/libcss/; revision=10985
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-287-476/+476
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-2715-822/+416
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Lose redundant assignments.John Mark Bell2009-11-223-6/+4
| | | | | | | | 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
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-223-84/+18
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-213-0/+82
| | | | svn path=/trunk/libcss/; revision=9378
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
| | | | svn path=/trunk/libcss/; revision=9028
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
| | | | svn path=/trunk/libcss/; revision=8993
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-2715-425/+1708
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
| | | | svn path=/trunk/libcss/; revision=8696
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
| | | | svn path=/trunk/libcss/; revision=8605
* Make list-style shorthand parser attempt to parse a list-style-type value ↵John Mark Bell2009-07-071-5/+5
| | | | | | before anything else. This way, list-style: none will do the right thing as list-style-image defaults to none, anyway. svn path=/trunk/libcss/; revision=8385
* Make all URIs absoluteJohn Mark Bell2009-07-014-18/+67
| | | | svn path=/trunk/libcss/; revision=8228
* Fix list-style shorthand parserJohn Mark Bell2009-06-271-0/+8
| | | | svn path=/trunk/libcss/; revision=8073
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8069
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
| | | | svn path=/trunk/libcss/; revision=8067
* Fix border + outline shorthand property parsersJohn Mark Bell2009-06-271-0/+40
| | | | svn path=/trunk/libcss/; revision=8066
* Fix azimuth parserJohn Mark Bell2009-06-271-2/+2
| | | | svn path=/trunk/libcss/; revision=8055
* Fix cue and pause shorthand parsersJohn Mark Bell2009-06-271-0/+16
| | | | svn path=/trunk/libcss/; revision=8051
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-272-0/+9
| | | | | | Document same fix to margin shorthand parser. svn path=/trunk/libcss/; revision=8049
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
| | | | svn path=/trunk/libcss/; revision=8029
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-19/+38
| | | | svn path=/trunk/libcss/; revision=8004
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-37/+261
| | | | svn path=/trunk/libcss/; revision=8003
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-9/+72
| | | | svn path=/trunk/libcss/; revision=8002
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-17/+183
| | | | svn path=/trunk/libcss/; revision=8001
* Documentation and context recovery on errorJohn Mark Bell2009-06-251-19/+132
| | | | svn path=/trunk/libcss/; revision=8000
* Padding shorthand property parserJohn Mark Bell2009-06-253-0/+240
| | | | svn path=/trunk/libcss/; revision=7999
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-5/+86
| | | | svn path=/trunk/libcss/; revision=7998
* Margin shorthand parserJohn Mark Bell2009-06-253-0/+240
| | | | svn path=/trunk/libcss/; revision=7997
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-4/+83
| | | | svn path=/trunk/libcss/; revision=7996
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
| | | | svn path=/trunk/libcss/; revision=7995
* List-style shorthand parserJohn Mark Bell2009-06-253-0/+177
| | | | svn path=/trunk/libcss/; revision=7994
* Documentation and context restoration on error.John Mark Bell2009-06-251-365/+447
| | | | | | Factor out common counter-increment and counter-reset parser svn path=/trunk/libcss/; revision=7992
* Font shorthand propertyJohn Mark Bell2009-06-253-0/+258
| | | | 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
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-253-112/+369
| | | | | | cue and pause shorthands svn path=/trunk/libcss/; revision=7983
* Factor out common part of cue-after and cue-before parsersJohn Mark Bell2009-06-251-104/+78
| | | | svn path=/trunk/libcss/; revision=7981
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-253-327/+449
| | | | svn path=/trunk/libcss/; revision=7980
* Documentation and restoration of context on error.John Mark Bell2009-06-251-111/+554
| | | | svn path=/trunk/libcss/; revision=7973
* Documentation and context restorationJohn Mark Bell2009-06-251-18/+115
| | | | svn path=/trunk/libcss/; revision=7959
* Documentation and context restorationJohn Mark Bell2009-06-251-41/+242
| | | | svn path=/trunk/libcss/; revision=7958
* Finish documentationJohn Mark Bell2009-06-251-0/+241
| | | | svn path=/trunk/libcss/; revision=7957
* Border and outline shorthand property parsersJohn Mark Bell2009-06-253-0/+1218
| | | | svn path=/trunk/libcss/; revision=7956