summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ownerNode and ownerRule fields from stylesheet objects.John Mark Bell2010-06-273-8/+11
* Really fix hint leaks. Hint data ownership is passed to libcss.John Mark Bell2010-04-292-140/+34
* Stop leaking references to interned strings obtained from presentational hintsJohn Mark Bell2010-04-282-74/+143
* Ensure than trailing tokens are cleaned on completion of inline style parsingJohn Mark Bell2010-04-271-1/+3
* Ownership of imported stylesheets is retained by the client.John Mark Bell2010-04-113-3/+6
* Fix RISC OS buildJohn Mark Bell2010-04-052-4/+5
* Correct management of string references in computed styles.John Mark Bell2010-04-043-30/+213
* Do not unref strings referenced by bytecode we've just copied when appending ...John Mark Bell2010-03-281-2/+2
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-2818-1967/+1868
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-2733-1092/+590
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-129-123/+116
* AmigaOS4 standard library headers also create warningsChris Young2009-11-221-2/+4
* Lose redundant assignments.John Mark Bell2009-11-226-10/+7
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-4/+5
* 1) Allocate css_style bytecode in 16 byte chunksJohn Mark Bell2009-08-293-14/+72
* Namespace preprocessor macros. I'm not entirely sure why I didn't do this in ...John Mark Bell2009-08-241-739/+740
* Somewhat nasty text-align magic for the benefit of HTML tables.John Mark Bell2009-08-232-8/+20
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-2219-422/+126
* Wrong -- it inheritsJohn Mark Bell2009-08-211-1/+1
* -libcss-align is not inheritedJohn Mark Bell2009-08-211-1/+1
* -libcss-alignJohn Mark Bell2009-08-2119-7/+384
* Mention Wapcaplet requirement.Michael Drake2009-08-091-0/+1
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
* s/opcode/opcode_t/John Mark Bell2009-08-034-6/+6
* Reinstate -Werror for GCC2John Mark Bell2009-08-031-2/+2
* Avoid type collisions when used from C++John Mark Bell2009-08-022-63/+63
* Apparently, converting from int to enum requires a cast.John Mark Bell2009-08-021-45/+45