summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* More apparent warnings squashedJohn Mark Bell2009-08-021-3/+6
* Avoid potential warning.John Mark Bell2009-08-021-1/+8
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-025-17/+17
* ...but this one gcc2 really doesn't like: warning: bit-field `type' type inva...François Revel2009-08-021-2/+2
* Ensure our local include path overrides the buildsystem settings.John Mark Bell2009-08-011-2/+2
* More rigorous handling of EOF.John Mark Bell2009-07-312-7/+194
* Regression test for quotes bytecode execution in cascade_quotes.John Mark Bell2009-07-301-0/+85
* Fix processing of quotes bytecode during cascade.John Mark Bell2009-07-301-7/+9
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-302-0/+29
* Change selector hash to segregate:John Mark Bell2009-07-295-171/+851
* Calculate the in-memory size of stylesheets and provide some API to access this.John Mark Bell2009-07-275-0/+172
* If, after parsing the media list, we've ended up with no media whatsoever, th...John Mark Bell2009-07-271-1/+6
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-2721-592/+1916
* Completely screw over any other client of libcss because NetSurf wants to imp...John Mark Bell2009-07-231-372/+0
* Purge use of alloca()John Mark Bell2009-07-221-2/+10
* Clarify operationJohn Mark Bell2009-07-221-2/+3
* Fix rgb() colour parser not to swap g and b.Michael Drake2009-07-221-34/+34
* Match details before considering combinators.John Mark Bell2009-07-221-14/+13
* Remove pointless parameterJohn Mark Bell2009-07-215-12/+8
* Always set values in result style when composingJohn Mark Bell2009-07-211-335/+392