summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2814-1865/+1676
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-2725-1006/+523
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-123-88/+75
* Lose redundant assignments.John Mark Bell2009-11-226-10/+7
* 1) Allocate css_style bytecode in 16 byte chunksJohn Mark Bell2009-08-293-14/+72
* Somewhat nasty text-align magic for the benefit of HTML tables.John Mark Bell2009-08-231-0/+11
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-2211-225/+59
* 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-2111-2/+199
* Remove pointless todosJohn Mark Bell2009-08-031-2/+0
* s/opcode/opcode_t/John Mark Bell2009-08-033-5/+5
* Avoid type collisions when used from C++John Mark Bell2009-08-021-1/+1
* 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
* More rigorous handling of EOF.John Mark Bell2009-07-311-7/+75
* Fix processing of quotes bytecode during cascade.John Mark Bell2009-07-301-7/+9
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-301-0/+27
* Change selector hash to segregate:John Mark Bell2009-07-293-171/+783
* Calculate the in-memory size of stylesheets and provide some API to access this.John Mark Bell2009-07-274-0/+170
* 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
* 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-212-6/+5
* Always set values in result style when composingJohn Mark Bell2009-07-211-335/+392
* Avoid division by zeroJohn Mark Bell2009-07-201-2/+5
* Error checking for string comparisons.John Mark Bell2009-07-171-3/+13
* Fix selector hash some more. It turns out that I'd forgotten how it was meant...John Mark Bell2009-07-173-5/+37
* Colour names are case insensitiveJohn Mark Bell2009-07-171-1/+1
* Fix utterly broken selector chain search code.John Mark Bell2009-07-171-12/+0
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-173-19/+18
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-173-536/+1983
* It is necessary to consider the element name when matching selectors. John Mark Bell2009-07-171-6/+27
* Ensure that we merge-sort the element and universal selector chains during se...John Mark Bell2009-07-171-44/+51
* Fix matching of named ancestor combinators.John Mark Bell2009-07-171-34/+166
* Add a flag to the font size computation callback to indicate that the resulta...John Mark Bell2009-07-162-5/+6
* Hacky avoidance of element name case insensitivity. The correct solution is f...John Mark Bell2009-07-161-1/+4
* Use a proper hash function.John Mark Bell2009-07-161-1/+1
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-152-58/+2
* Fix selection from selectors within @media blocks.John Mark Bell2009-07-151-8/+14
* Provide some API to allow retrieval of an Initial styleJohn Mark Bell2009-07-121-0/+40
* It helps if you add filesJohn Mark Bell2009-07-091-0/+20
* Fix processing of rules after @import -- previously, they were completely ign...John Mark Bell2009-07-082-1/+3
* Make list-style shorthand parser attempt to parse a list-style-type value bef...John Mark Bell2009-07-071-5/+5