summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanuplcneves/unitsLucas Neves2017-11-133-0/+0
|
* Tests: Add parse and selection tests for length units.Lucas Neves2017-11-124-1/+2473
|
* Select: Cleanup.Lucas Neves2017-11-127-5339/+2
|
* Select: autogen for selection properties.Lucas Neves2017-11-1210-39/+164
|
* Update README.Lucas Neves2017-11-121-0/+1
|
* Select: Ignore autogenerated files.Lucas Neves2017-11-124-5245/+3
|
* Select: autogen for selection properties.Lucas Neves2017-11-128-643/+995
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-119-579/+630
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-1112-5678/+7925
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-117-572/+670
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-085-484/+1162
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-073-312/+1391
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-066-67/+813
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-064-27/+68
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-047-35/+424
|
* WIP: Select: Autogen for selection properties.Lucas Neves2017-11-026-117/+205
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-11-012-30/+35
|
* WIP: Select: Autogen for selection properties.Lucas Neves2017-10-306-53/+276
|
* WIP: Select: autogen for selection properties.Lucas Neves2017-10-301-4/+13
|
* WIP: Select: Autogen for selection properties.Lucas Neves2017-10-286-198/+376
|
* Add override getter and setter functions for the clip property.Lucas Neves2017-10-272-122/+106
|
* Merge branch 'lcneves/units' of ssh://git.netsurf-browser.org/libcss into ↵Lucas Neves2017-10-271-105/+289
|\ | | | | | | lcneves/units
| * WIP: Select: Add generator for computed properties.Lucas Neves2017-10-271-105/+289
| |
* | Merge branch 'lcneves/units' of ssh://git.netsurf-browser.org/libcss into ↵Lucas Neves2017-10-2644-167/+10788
|\ \ | |/ | | | | lcneves/units
| * WIP: Select: Add generator for computed properties.Lucas Neves2017-10-251-0/+117
| |
| * Update documentationLucas Neves2017-10-251-0/+13
| |
| * WIP: Add new length unitsLucas Neves2017-10-256-20/+163
| |
| * 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
| |
* | Update documentationLucas Neves2017-09-191-0/+13
| |
* | WIP: Add new length unitsLucas Neves2017-09-196-20/+163
|/
* 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
| | | | Thanks to 'effin' on #netsurf.
* 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
| |