summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-022-2/+2
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-2311-64/+300
* Fix build with GCC 4.6John Mark Bell2011-07-2614-45/+5
* Add a few tests.Michael Drake2011-05-261-0/+33
* Fix a bunch of warnings.Michael Drake2011-05-261-35/+109
* Fix warning.Michael Drake2011-05-261-1/+2
* make pkgconf not happen when clean target calledVincent Sanders2011-04-191-6/+8
* Bump version numberJohn Mark Bell2011-04-071-1/+1
* Use _ALIGNED to stop gcc complaining about casts increasing alignment require...John Mark Bell2011-04-011-1/+1
* Add structure versioning for client inputJohn Mark Bell2011-03-138-2/+26
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
* Fix caption-side dumpJohn Mark Bell2011-03-121-3/+3
* Make dump_computed do inheritsDaniel Silverstone2011-03-121-11/+241
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Fix cascade of clip rectangle valueJohn Mark Bell2011-03-121-0/+1
* Fix universal selector matchingJohn Mark Bell2011-03-121-1/+5
* Saturated maths in css fixed point Vincent Sanders2011-03-124-38/+126
* CSS3 NamespacesJohn Mark Bell2011-03-1214-207/+524
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-126-2087/+2372
* Fix warning: comma at end of enumerator listFrançois Revel2011-02-091-1/+1
* Use $(GREP) instead of grepJohn Mark Bell2011-02-051-1/+1
* Use $(PERL), instead of perl.John Mark Bell2011-02-051-1/+1
* Initialise font callback pointersJohn Mark Bell2011-02-034-0/+8
* No. Just no.John Mark Bell2011-02-031-3/+0
* Minor documentation fixes.John Mark Bell2011-02-022-8/+7
* add system font hookVincent Sanders2011-02-025-0/+215
* Pedantic whitespace insertionJohn Mark Bell2011-01-311-0/+1
* C89.François Revel2011-01-311-1/+2
* The document root element cannot be the child of anythingJohn Mark Bell2011-01-311-12/+25
* Fix specificity calculation for prefix, suffix, and substring attribute selec...John Mark Bell2011-01-312-0/+24
* Place negated class and id selectors in the universal hash chainJohn Mark Bell2011-01-311-2/+4
* Fix node_count_siblings() to compare the correct node names when necessaryJohn Mark Bell2011-01-311-2/+3
* CSS3 SelectorsJohn Mark Bell2011-01-3116-152/+1728
* Add support for opacity propertyJohn Mark Bell2011-01-2921-6/+333
* Centralise handling of transparent colours.John Mark Bell2011-01-2927-192/+471
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-298-75/+170
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2651-432/+432
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-264-5/+5
* Fix cascade of counter-{increment,reset} on 64bit platformsJohn Mark Bell2011-01-241-3/+3
* 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-212-113/+103
* Add transparent keyword to colour value parsingVincent Sanders2011-01-212-0/+14
* improve accuracy of lightness and saturationVincent Sanders2011-01-212-28/+43
* 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-212-7/+163
* improve hsl hue angle representationVincent Sanders2011-01-211-12/+14
* add hsl colour supportVincent Sanders2011-01-215-3/+190
* Fix shared library buildJohn Mark Bell2011-01-201-2/+2