Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for new lpu API. | Michael Drake | 2013-12-14 | 2 | -19/+2 |
| | |||||
* | Various changes which modify API and ABI: | Michael Drake | 2013-12-13 | 12 | -1731/+119 |
| | | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match. | ||||
* | Add selection test using bloom filter. | Michael Drake | 2013-12-01 | 3 | -1/+1633 |
| | |||||
* | Update for new selection API. | Michael Drake | 2013-12-01 | 1 | -1/+7 |
| | |||||
* | Update test dumpers to output writing-mode. | Michael Drake | 2013-09-10 | 2 | -0/+36 |
| | |||||
* | Add tests for writing-mode. Update selection tests to handle writing-mode. | Michael Drake | 2013-09-10 | 3 | -0/+208 |
| | |||||
* | Fix test data for border shorthand property. | Michael Drake | 2013-09-10 | 1 | -0/+40 |
| | |||||
* | Add a couple of letter spacing tests. | Michael Drake | 2013-06-19 | 1 | -0/+184 |
| | |||||
* | Don't use the nonportable alloca() during tests. | Anthony J. Bentley | 2013-04-27 | 2 | -2/+6 |
| | |||||
* | Initialise variables used in lwc out params. | John-Mark Bell | 2012-07-19 | 1 | -8/+8 |
| | |||||
* | Update to new NSBUILD infrastructure | Daniel Silverstone | 2012-06-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/libcss/; revision=14004 | ||||
* | Fix error reporting | John Mark Bell | 2012-05-08 | 1 | -5/+5 |
| | | | | svn path=/trunk/libcss/; revision=13916 | ||||
* | Add parsing of CSS3 Multi-column layout module shorthand properties. ↵ | Michael Drake | 2012-02-03 | 1 | -0/+638 |
| | | | | | | (columns & column-rule) svn path=/trunk/libcss/; revision=13416 | ||||
* | Add support for parsing CSS3 Multi-column layout properties: | Michael Drake | 2012-01-28 | 4 | -1/+1289 |
| | | | | | | | | | | | | | | | | | | + break-after + break-before + break-inside + column-count + column-fill + column-gap + column-rule-color + column-rule-style + column_rule-width + column_span + column_width TODO: Shorthand properties (columns, column-rule) TODO: Selection svn path=/trunk/libcss/; revision=13412 | ||||
* | Add some tests. | Michael Drake | 2012-01-28 | 3 | -0/+22 |
| | | | | svn path=/trunk/libcss/; revision=13411 | ||||
* | Fix \!important for opacity property. | Michael Drake | 2012-01-27 | 1 | -0/+24 |
| | | | | svn path=/trunk/libcss/; revision=13410 | ||||
* | Fix test build. | Michael Drake | 2012-01-26 | 2 | -4/+4 |
| | | | | svn path=/trunk/libcss/; revision=13409 | ||||
* | @font-face support. Credit: James Montgomerie | John Mark Bell | 2011-12-04 | 3 | -4/+303 |
| | | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244 | ||||
* | Add a few more tests. | Michael Drake | 2011-09-03 | 1 | -0/+1782 |
| | | | | svn path=/trunk/libcss/; revision=12706 | ||||
* | Fix cursor URL dump. | Michael Drake | 2011-09-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/libcss/; revision=12705 | ||||
* | Add a few tests. | Michael Drake | 2011-05-26 | 1 | -0/+33 |
| | | | | svn path=/trunk/libcss/; revision=12446 | ||||
* | Fix a bunch of warnings. | Michael Drake | 2011-05-26 | 1 | -35/+109 |
| | | | | svn path=/trunk/libcss/; revision=12445 | ||||
* | Fix warning. | Michael Drake | 2011-05-26 | 1 | -1/+2 |
| | | | | svn path=/trunk/libcss/; revision=12444 | ||||
* | Add structure versioning for client input | John Mark Bell | 2011-03-13 | 4 | -0/+6 |
| | | | | svn path=/trunk/libcss/; revision=12007 | ||||
* | Fix selection tests | John Mark Bell | 2011-03-12 | 1 | -12/+370 |
| | | | | svn path=/trunk/libcss/; revision=12000 | ||||
* | Fix caption-side dump | John Mark Bell | 2011-03-12 | 1 | -3/+3 |
| | | | | svn path=/trunk/libcss/; revision=11998 | ||||
* | Make dump_computed do inherits | Daniel Silverstone | 2011-03-12 | 1 | -11/+241 |
| | | | | svn path=/trunk/libcss/; revision=11995 | ||||
* | Fix universal selector matching | John Mark Bell | 2011-03-12 | 1 | -1/+5 |
| | | | | svn path=/trunk/libcss/; revision=11980 | ||||
* | CSS3 Namespaces | John Mark Bell | 2011-03-12 | 3 | -71/+73 |
| | | | | svn path=/trunk/libcss/; revision=11972 | ||||
* | Hide the CSS computed style itself. Only expose a few simple structures ↵ | Daniel Silverstone | 2011-03-12 | 1 | -3/+0 |
| | | | | | | which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969 | ||||
* | Initialise font callback pointers | John Mark Bell | 2011-02-03 | 4 | -0/+8 |
| | | | | svn path=/trunk/libcss/; revision=11607 | ||||
* | Fix node_count_siblings() to compare the correct node names when necessary | John Mark Bell | 2011-01-31 | 1 | -2/+3 |
| | | | | svn path=/trunk/libcss/; revision=11562 | ||||
* | CSS3 Selectors | John Mark Bell | 2011-01-31 | 6 | -27/+882 |
| | | | | svn path=/trunk/libcss/; revision=11557 | ||||
* | Add support for opacity property | John Mark Bell | 2011-01-29 | 4 | -0/+87 |
| | | | | svn path=/trunk/libcss/; revision=11527 | ||||
* | Centralise handling of transparent colours. | John Mark Bell | 2011-01-29 | 8 | -116/+322 |
| | | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525 | ||||
* | Provide hook for system colour name -> RGB conversion | John Mark Bell | 2011-01-29 | 4 | -21/+72 |
| | | | | svn path=/trunk/libcss/; revision=11522 | ||||
* | Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced | Daniel Silverstone | 2011-01-26 | 6 | -25/+25 |
| | | | | svn path=/trunk/libcss/; revision=11492 | ||||
* | Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to ↵ | Daniel Silverstone | 2011-01-26 | 1 | -2/+2 |
| | | | | | | css__parser_parse_chunk svn path=/trunk/libcss/; revision=11491 | ||||
* | Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little. | John Mark Bell | 2011-01-21 | 1 | -1/+17 |
| | | | | | | Add test data for white and black svn path=/trunk/libcss/; revision=11437 | ||||
* | Add transparent keyword to colour value parsing | Vincent Sanders | 2011-01-21 | 1 | -0/+8 |
| | | | | svn path=/trunk/libcss/; revision=11436 | ||||
* | improve accuracy of lightness and saturation | Vincent Sanders | 2011-01-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/libcss/; revision=11434 | ||||
* | mostly working integer implementation | Vincent Sanders | 2011-01-21 | 1 | -0/+114 |
| | | | | svn path=/trunk/libcss/; revision=11431 | ||||
* | add hsl colour support | Vincent Sanders | 2011-01-21 | 2 | -0/+11 |
| | | | | svn path=/trunk/libcss/; revision=11429 | ||||
* | Add a few more selection tests. | Michael Drake | 2011-01-20 | 1 | -156/+632 |
| | | | | svn path=/trunk/libcss/; revision=11426 | ||||
* | Ensure there are zero global symbols without css_ or css__ in front of them. ↵ | Daniel Silverstone | 2011-01-20 | 8 | -53/+53 |
| | | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416 | ||||
* | Merge parser autogeneration and string handling refactor branch ↵ | Vincent Sanders | 2011-01-19 | 16 | -74/+586 |
| | | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408 | ||||
* | Add a few more selection tests. | Michael Drake | 2011-01-19 | 1 | -0/+508 |
| | | | | svn path=/trunk/libcss/; revision=11387 | ||||
* | Simultaneously select styles for base + pseudo elements. | John Mark Bell | 2011-01-05 | 1 | -8/+7 |
| | | | | svn path=/trunk/libcss/; revision=11211 | ||||
* | Slightly more selection test coverage. | Michael Drake | 2010-12-30 | 1 | -0/+76 |
| | | | | svn path=/trunk/libcss/; revision=11173 | ||||
* | Provide notification hook for imported stylesheets, to enable clients to ↵ | John Mark Bell | 2010-12-05 | 4 | -6/+7 |
| | | | | | | parallelise their processing svn path=/trunk/libcss/; revision=10999 |