summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Select: Bug fixes in the generator.lcneves/select-autogenLucas Neves2017-11-192-18/+17
* Tests: add tests for new length units.Lucas Neves2017-11-135-0/+2550
* Add support for new length units.Lucas Neves2017-11-135-20/+98
* Select: include autogenerated content in header files.Lucas Neves2017-11-133-5261/+3
* Select: autogenerator for computed.h, propset.h and propget.h.Lucas Neves2017-11-137-0/+1274
* Squash GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-222-4/+4
* Tests: Fixes sizing of font-size: smaller in selection test.Lucas Neves2017-10-212-2/+2
* Merge branch 'lcneves/flexbox-tidy'Michael Drake2017-10-2138-160/+10656
|\
| * Tests: Remove invalid lines from selection test.Lucas Neves2017-10-211-4/+0
| * Fixes use of spaces instead of tabs for whitespace.Lucas Neves2017-10-211-61/+61
| * Tests: Add support and selection tests for the flexbox properties.Lucas Neves2017-10-212-0/+6490
| * Tests: Add support and parsing tests for the flexbox properties.Lucas Neves2017-10-213-15/+1933
| * Selection: Logic for the flexbox properties.Lucas Neves2017-10-2116-5/+751
| * Selection: Add support for the flexbox properties.Lucas Neves2017-10-216-48/+675
| * Parsing: Add support for parsing the flexbox properties.Lucas Neves2017-10-219-30/+492
| * Add codes to flexbox properties.Lucas Neves2017-10-213-12/+269
|/
* Prepare for release of 0.7.0release/0.7.0Vincent Sanders2017-10-121-1/+1
* Unit tests: Add non-integer NUMBER parsing test.Michael Drake2017-09-201-0/+8
* Strip trailing whitespace.Michael Drake2017-09-04190-1790/+1790
* Example: Fix css_presentational_hints prototype and return value.Lucas Neves2017-08-261-5/+5
* Fix: Read beyond allocated memory when removing sheet from selection context.Michael Drake2017-06-271-2/+2
* Merge branch 'tlsa/box-sizing'Michael Drake2017-04-2722-7/+524
|\
| * Tests: Add box-sizing selection tests.Michael Drake2017-04-271-0/+200
| * Tests: Dump box-sizing property in selection tests.Michael Drake2017-04-272-0/+69
| * Interface: Add public API for getting box-sizing from computed style.Michael Drake2017-04-272-0/+8
| * Selection: Add support for the CSS3 box-sizing property.Michael Drake2017-04-274-15/+52
| * Tests: Add parser tests for box-sizing.Michael Drake2017-04-271-0/+33
| * Tests: Add support for dumping the box-sizing property.Michael Drake2017-04-271-0/+11
| * Tests: Add box-sizing bytecode unit tests.Michael Drake2017-04-271-0/+58
| * Parsing: Add support for parsing the CSS3 box-sizing property.Michael Drake2017-04-2712-5/+106
|/
* Select: Squash error-path leak.Michael Drake2017-02-031-1/+0
* Selection: Inline styles prevent computed style sharing.Michael Drake2016-11-292-12/+27
* Selection: Try all previous sibling nodes for sharable styles.Michael Drake2016-11-201-7/+8
* Merge branch 'tlsa/shared-styles'Michael Drake2016-11-1930-702/+1948
|\
| * Selection: Turn off style sharing debug output.Michael Drake2016-11-191-1/+0
| * Enable sharing where pseudo common pseudo classes are the same.Michael Drake2016-11-192-8/+79
| * Selection: Abstract common node flags setting code into helper.Michael Drake2016-11-191-44/+22
| * Debug for recording which nodes fail to share style and why.Michael Drake2016-11-191-0/+50
| * Documentation: Function param comment fix.Michael Drake2016-11-191-1/+0
| * Optimisation: Bypass selection by sharing previous sibling's style.Michael Drake2016-11-192-15/+310
| * Selection: Split out selection state {initi|fin}alisation.Michael Drake2016-11-191-95/+149
| * Make node data contain list of partial node styles.Michael Drake2016-11-193-2/+29
| * Remove option to support not storing data on DOM nodes.Michael Drake2016-11-195-31/+14
| * Separate node data creation and node bloom creation.Michael Drake2016-11-191-18/+37
| * Allow more than just bloom to be stored on nodes.Michael Drake2016-11-192-45/+90
| * Split bloom filter get/set out into helpers.Michael Drake2016-11-191-93/+148
| * Remove redundant API surface.Michael Drake2016-11-194-12/+14
| * Remove trailing whitespace.Michael Drake2016-11-191-1/+1
| * Add comment.Michael Drake2016-11-191-0/+1
| * Intern partial styles.Michael Drake2016-11-196-13/+140