summaryrefslogtreecommitdiff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-1/+1
* Remove ownerNode and ownerRule fields from stylesheet objects.John Mark Bell2010-06-271-3/+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-281-62/+142
* Fix RISC OS buildJohn Mark Bell2010-04-051-1/+2
* Correct management of string references in computed styles.John Mark Bell2010-04-043-30/+213
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-284-1202/+996
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-273-70/+40
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-121-44/+74
* Lose redundant assignments.John Mark Bell2009-11-221-3/+0
* 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-225-129/+31
* 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-215-0/+107
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-022-6/+6
* 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-272-0/+31
* Clarify operationJohn Mark Bell2009-07-221-2/+3
* 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-172-4/+35
* 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-172-15/+17
* 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
* 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-081-1/+1
* Compute absolute values for all length properties.John Mark Bell2009-07-042-6/+1018
* Add callback to make client compute the font size.John Mark Bell2009-07-042-11/+48
* Ensure that any properties explicitly set to inherit on the root element are ...John Mark Bell2009-07-043-114/+189
* Move quotes property into common style block.John Mark Bell2009-07-044-33/+27
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-045-306/+348
* Factor out setting of property values from hints or initial values.John Mark Bell2009-07-041-65/+73
* Merge iterations across computed styleJohn Mark Bell2009-07-041-60/+59
* Similar fix for empty rules in normal stylesheets.John Mark Bell2009-07-011-0/+5
* Blank inline styles, or inline styles that only contain invalid data will hav...John Mark Bell2009-07-011-5/+6