summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a few more selection tests.Michael Drake2011-01-201-156/+632
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-20157-1055/+1055
* 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-19244-12069/+3907
* Add a few more selection tests.Michael Drake2011-01-191-0/+508
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-052-4/+2
* Fix example to use new selection API.John Mark Bell2011-01-051-9/+11
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-0583-315/+414
* 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
* Complete the fix for pseudo element selection: inline styles and presentation...John Mark Bell2011-01-021-6/+18
* Change target name in line with core buildsystemChris Young2011-01-011-1/+1
* When selecting for a node's pseudo elements, only match rules which apply to ...Michael Drake2011-01-011-11/+24
* Slightly more selection test coverage.Michael Drake2010-12-301-0/+76
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-295-13/+14
* Make example compile againJohn Mark Bell2010-12-281-20/+3
* Fix obvious bugDaniel Silverstone2010-12-201-1/+1
* Split up properties selectorsVincent Sanders2010-12-05103-6646/+8253
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-056-3/+96
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-058-8/+49
* Sync comment with realityJohn Mark Bell2010-12-051-1/+1
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-054-11/+58
* Sync bytecode description with colour representationJohn Mark Bell2010-12-041-4/+4
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-0412-210/+210
* Remove Aliases file.Michael Drake2010-12-041-302/+0
* alter external representation of colours to be AARRGGBB (r=jmb)Vincent Sanders2010-12-042-156/+166
* Remove Aliases file nonsenseJohn Mark Bell2010-12-049-36/+36
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-049-77/+0
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-048-39/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-0414-105/+26
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-2310-0/+90
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-282-1/+9
* Bump versionJohn Mark Bell2010-09-211-1/+1
* LibCSS API documentation, part 1, along with a simple example.James Bursa2010-09-162-0/+860