summaryrefslogtreecommitdiff
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
...
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
* Avoid potential warning.John Mark Bell2009-08-021-1/+8
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-021-2/+2
* More rigorous handling of EOF.John Mark Bell2009-07-311-7/+75
* If, after parsing the media list, we've ended up with no media whatsoever, th...John Mark Bell2009-07-271-1/+6
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-2719-582/+1913
* Purge use of alloca()John Mark Bell2009-07-221-2/+10
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-171-4/+1
* Hacky avoidance of element name case insensitivity. The correct solution is f...John Mark Bell2009-07-161-1/+4
* Make list-style shorthand parser attempt to parse a list-style-type value bef...John Mark Bell2009-07-071-5/+5
* Fixup parsing of empty inline styles -- previously, it would emit the START_S...John Mark Bell2009-07-011-5/+9
* It probably helps to remember that @import also contains URL data.John Mark Bell2009-07-011-1/+19
* Make all URIs absoluteJohn Mark Bell2009-07-014-18/+67
* Fix list-style shorthand parserJohn Mark Bell2009-06-271-0/+8
* Fix font shorthand parser to reject spurious instances of inheritJohn Mark Bell2009-06-271-0/+32
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
* Fix border + outline shorthand property parsersJohn Mark Bell2009-06-271-0/+40
* Fix azimuth parserJohn Mark Bell2009-06-271-2/+2
* Fix cue and pause shorthand parsersJohn Mark Bell2009-06-271-0/+16
* Fix padding shorthand parser in the face of inherit.John Mark Bell2009-06-272-0/+9
* Less pointless inliningJohn Mark Bell2009-06-272-58/+58
* Fix margin shorthand parserJohn Mark Bell2009-06-261-0/+7
* It helps if you remember to disable debug againJohn Mark Bell2009-06-261-1/+1
* Support for parsing inline stylesJohn Mark Bell2009-06-263-89/+334
* Tidying codeJohn Mark Bell2009-06-261-42/+79
* Nested block support.John Mark Bell2009-06-262-77/+233
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-19/+38
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-37/+261
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-9/+72
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-17/+183
* Documentation and context recovery on errorJohn Mark Bell2009-06-251-19/+132
* Padding shorthand property parserJohn Mark Bell2009-06-255-1/+242
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-5/+86
* Margin shorthand parserJohn Mark Bell2009-06-255-6/+248
* Documentation and context restoration on errorJohn Mark Bell2009-06-251-4/+83
* Pedantic whitespace removalJohn Mark Bell2009-06-251-1/+0
* List-style shorthand parserJohn Mark Bell2009-06-255-8/+186
* Documentation and context restoration on error.John Mark Bell2009-06-251-365/+447
* Font shorthand propertyJohn Mark Bell2009-06-255-2/+261
* Documentation and context restoration on error.John Mark Bell2009-06-251-300/+196
* Factor out common parts of pause-after and pause-before parsers.John Mark Bell2009-06-255-120/+379
* Factor out common part of cue-after and cue-before parsersJohn Mark Bell2009-06-251-104/+78
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-253-327/+449
* Documentation and restoration of context on error.John Mark Bell2009-06-251-111/+554
* Any declaration with non-whitespace tokens unconsumed after parsing the prope...John Mark Bell2009-06-251-1/+11
* Documentation and context restorationJohn Mark Bell2009-06-251-18/+115
* Documentation and context restorationJohn Mark Bell2009-06-251-41/+242
* Finish documentationJohn Mark Bell2009-06-251-0/+241