summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Appease ancient compilersJohn Mark Bell2011-09-061-3/+9
* A bunch more microoptimisationsJohn Mark Bell2011-09-063-101/+74
* Iterate over pseudo elements, then properties, and reject unused pseudo eleme...John Mark Bell2011-09-051-16/+15
* Compute node name, id, and classes once, instead of once per stylesheetJohn Mark Bell2011-09-052-48/+51
* Hoist string internment into selection context constructor.John Mark Bell2011-09-052-305/+302
* Make "params" argument to css_stylesheet_create const. Thanks to James Montg...Michael Drake2011-09-021-1/+1
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-239-64/+267
* Fix build with GCC 4.6John Mark Bell2011-07-2614-45/+5
* 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-132-2/+6
* 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
* Saturated maths in css fixed point Vincent Sanders2011-03-123-21/+21
* CSS3 NamespacesJohn Mark Bell2011-03-129-121/+417
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-124-0/+2114
* 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-023-0/+179
* 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
* CSS3 SelectorsJohn Mark Bell2011-01-319-124/+824
* Add support for opacity propertyJohn Mark Bell2011-01-2913-2/+202
* Centralise handling of transparent colours.John Mark Bell2011-01-2917-62/+129
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-293-49/+50
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2645-407/+407
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-263-3/+3
* 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-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
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-20149-1002/+1002
* fix play_diring cascade string usageVincent Sanders2011-01-201-2/+2
* fix cursor cascadeVincent Sanders2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-19228-11995/+3321
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-3/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-0581-300/+379
* Ensure that string vector exists before freeing itJohn Mark Bell2011-01-051-1/+3
* simple properties split in parse similar to select in preparation for future ...Vincent Sanders2011-01-02125-10456/+11968