summaryrefslogtreecommitdiff
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
...
* Parse: maintain stack of brackets in parseAnyJohn-Mark Bell2019-03-101-7/+7
* Parse: fix broken state transition in parseAnyJohn-Mark Bell2019-03-101-2/+2
* Parse: fix dump of tokens with interned stringsJohn-Mark Bell2019-03-101-1/+5
* HACKS for testing Media Queries parsing.Michael Drake2019-03-103-1/+21
* Media Queries: Parse only needs propstrings out of css_language.Michael Drake2019-03-103-54/+62
* Media Queries: Store type as value, rather than lwc_string.Michael Drake2019-03-102-4/+60
* Media Queries: Fix range parsing.Michael Drake2019-03-101-1/+1
* Media Queries: Add error-path resource cleanup.Michael Drake2019-03-101-28/+16
* Media Queries: Add destruction functions.Michael Drake2019-03-102-1/+58
* Media Queries: Implement parsing <general-enclosed>.Michael Drake2019-03-101-1/+98
* Media Queries: Squash invalid use of unused variable warning.Michael Drake2019-03-101-1/+2
* Media Queries: Add forward declaration of mq_parse_condition.Michael Drake2019-03-101-0/+4
* Media Queries: mq_parse_ratio doesn't need language object.Michael Drake2019-03-101-5/+5
* Media Queries: Minor fixes.Michael Drake2019-03-101-4/+5
* Strings: Add 'infinite'.Michael Drake2019-03-102-1/+2
* Media Queries: Include string.h for memset.Michael Drake2019-03-101-0/+2
* Media Queries: Include stylesheet.h for css_style.Michael Drake2019-03-101-0/+1
* Media Queries: remainder of parserJohn-Mark Bell2019-03-102-80/+351
* Propstrings: add AND, ONLY, ORJohn-Mark Bell2019-03-102-1/+4
* Media Queries: parse featuresJohn-Mark Bell2019-03-102-4/+452
* Units: parse new unit namesJohn-Mark Bell2019-03-101-0/+8
* Media Queries: sort out object lifetimesJohn-Mark Bell2019-03-102-16/+8
* Media Queries: datastructures and plumbing.John-Mark Bell2019-03-104-93/+220
* Parsing: Fix undefined shift in css__parse_hash_colour.Michael Drake2018-07-281-2/+2
* Add support for new length units.Lucas Neves2017-11-131-0/+26
* Squash GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-221-2/+2
* Selection: Logic for the flexbox properties.Lucas Neves2017-10-211-1/+1
* Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-219-30/+492
* Strip trailing whitespace.Michael Drake2017-09-0438-726/+726
* Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-275-4/+14
* Perser generator: Squash coverity #1361551 Unused valueMichael Drake2016-08-131-1/+0
* Parse: Squash coverity #1361552: Unused valueMichael Drake2016-08-131-2/+3
* Update to use correct BUILD/HOST variables due to buildsystem changesVincent Sanders2014-12-191-1/+1
* strncasecmp is defined in strings.hVincent Sanders2014-09-051-0/+1
* Fix advancing when play-during rule has !important set.Michael Drake2014-07-241-1/+1
* Fix warning.Michael Drake2014-06-021-1/+2
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-017-11/+121
* ensure generation tool exits if it cannot open its output file. (coverity 112...Vincent Sanders2014-01-241-0/+1
* Fix destruction of wrong style. Coverity #1137922.Michael Drake2013-12-151-1/+1
* Update for new lpu API.Michael Drake2013-12-143-8/+6
* Various changes which modify API and ABI:Michael Drake2013-12-136-68/+36
* Fixup for insensitive hash utilisation.Michael Drake2013-12-021-4/+10
* Ensure that element/class/id names in selector details always get their casel...Michael Drake2013-12-021-0/+18
* Handle css__stylesheet_style_append() returning error. Coverity #1127060.Michael Drake2013-11-081-4/+22
* Add computed style accessor for writing-mode and and writing-mode to the prop...Michael Drake2013-09-101-0/+1
* Add support for parsing the writing-mode property. Thanks to Caitlin Potter.Caitlin Potter2013-09-104-2/+11
* Apply slightly modified patch from Murat Gocmen.Michael Drake2013-09-101-4/+12
* Early return after processing @namespace.John-Mark Bell2013-04-291-0/+3
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
* Hopefully silence a warningDaniel Silverstone2012-10-151-1/+1