summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Media queries: Add media type member to struct css_media.Michael Drake2019-03-101-0/+3
| * Media queries: Move css_parse_media_query to parse/mq.c file.Michael Drake2019-03-103-106/+107
| * Media queries: Make css_parse_media_query return the parsed css_mq_query.Michael Drake2019-03-101-9/+28
| * Media queries: Drop parse debug output.Michael Drake2019-03-101-17/+1
| * Parse: simplify token vector cleanup.John-Mark Bell2019-03-101-48/+28
| * Parse: use an explicit state for media queries.John-Mark Bell2019-03-101-3/+31
| * Media queries: Ensure values get destroyed.Michael Drake2019-03-101-5/+16
| * Media Queries: fix parsing of media-conditionJohn-Mark Bell2019-03-101-5/+6
| * Tests: fix illegal display value test.John-Mark Bell2019-03-101-1/+1
| * Parse: only emit start ruleset if there's a braceJohn-Mark Bell2019-03-101-11/+20
| * Parse: fix handling of EOFJohn-Mark Bell2019-03-101-8/+20
| * 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-104-1/+131
| * Media Queries: Parse only needs propstrings out of css_language.Michael Drake2019-03-103-54/+62
| * Media Queries: API for stylesheet import doesn't take media now.Michael Drake2019-03-102-6/+2
| * Media Queries: Update stylesheet import for media query lists.Michael Drake2019-03-101-2/+4
| * Media Queries: Update rule_good_for_media for new mq struct.Michael Drake2019-03-101-6/+44
| * 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: Client media specification structure.Michael Drake2019-03-101-0/+126
| * Code style: Use spaces for alignment.Michael Drake2019-03-101-4/+4
| * Media Queries: Add error-path resource cleanup.Michael Drake2019-03-101-28/+16
| * Media Queries: Add destruction functions.Michael Drake2019-03-102-1/+58
| * Documentation: Add new units to bytecode docs.Michael Drake2019-03-101-0/+9
| * 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-102-1/+15
| * Media Queries: sort out object lifetimesJohn-Mark Bell2019-03-103-18/+18
| * Media Queries: datastructures and plumbing.John-Mark Bell2019-03-107-109/+233
|/
* Update component version for releaserelease/0.8.0Vincent Sanders2018-08-221-1/+1
* Select generator: Squash undefined behaviour in generated code.Michael Drake2018-07-284-603/+621
* Tests: Passing NULL to memcmp is undefined.Michael Drake2018-07-281-1/+2
* Fixed point: Squash undefined shift error.Michael Drake2018-07-281-1/+1
* Fixed point: Squash undefined left shift of -ve value error.Michael Drake2018-07-281-1/+1
* Parsing: Fix undefined shift in css__parse_hash_colour.Michael Drake2018-07-281-2/+2
* Tests: Fix undefined behaviour in css_fixed printing.Michael Drake2018-07-281-1/+1
* css_fixed: Avoid undefined shift.Michael Drake2018-07-281-1/+1
* Selection: Unify rule good for media helper.Michael Drake2018-07-273-62/+54
* Build: Commit generated computed style access source code.Michael Drake2018-01-066-6/+5259