summaryrefslogtreecommitdiff
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: Remove unused UNUSED()Daniel Silverstone2012-07-191-2/+0
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-292-2/+2
* Git ignoresDaniel Silverstone2012-06-041-0/+2
* correctly apply enum casts to avoid warnings about casting between Vincent Sanders2012-04-141-36/+37
* Fix debug build (warnings about comparing different enums).François Revel2012-04-061-32/+36
* Add common CSS tokens to stylesheet string table.Michael Drake2012-03-292-0/+11
* Correct type of out parameterJohn Mark Bell2012-03-242-2/+2
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
* Remove out-of-sync sources comment. Make source list clearer and sort it.Michael Drake2012-02-031-27/+32
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-037-6/+335
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-286-18/+119
* Fix \!important for opacity property.Michael Drake2012-01-271-0/+5
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-048-13/+540
* Extend lifetime of property stringsJohn Mark Bell2011-10-061-9/+1
* Tidy upJohn Mark Bell2011-10-064-13/+7
* Avoid interning propstrings table for every stylesheet, style tag and style a...Michael Drake2011-10-064-15/+76
* Fix build with GCC 4.6John Mark Bell2011-07-261-9/+0
* Saturated maths in css fixed point Vincent Sanders2011-03-123-21/+21
* CSS3 NamespacesJohn Mark Bell2011-03-124-38/+316
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* No. Just no.John Mark Bell2011-02-031-3/+0
* add system font hookVincent Sanders2011-02-021-0/+172
* Pedantic whitespace insertionJohn Mark Bell2011-01-311-0/+1
* C89.François Revel2011-01-311-1/+2
* CSS3 SelectorsJohn Mark Bell2011-01-313-76/+423
* Add support for opacity propertyJohn Mark Bell2011-01-296-2/+86
* Centralise handling of transparent colours.John Mark Bell2011-01-297-39/+30
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-8/+13
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2629-281/+281
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-262-2/+2
* Trivial optimisation of HSL->RGB conversionJohn Mark Bell2011-01-221-3/+4
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-112/+86
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+6
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-27/+42
* Fix GCC3 build. LibCSS doesn't currently build natively on RO.Michael Drake2011-01-211-1/+1
* integer based HSL to RGBVincent Sanders2011-01-211-7/+15
* mostly working integer implementationVincent Sanders2011-01-211-7/+49
* improve hsl hue angle representationVincent Sanders2011-01-211-12/+14
* add hsl colour supportVincent Sanders2011-01-213-3/+179
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2