summaryrefslogtreecommitdiff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* Add structure versioning for client inputJohn Mark Bell2011-03-131-1/+3
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Fix cascade of clip rectangle valueJohn Mark Bell2011-03-121-0/+1
* CSS3 NamespacesJohn Mark Bell2011-03-123-67/+70
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-124-0/+2114
* The document root element cannot be the child of anythingJohn Mark Bell2011-01-311-12/+25
* Fix specificity calculation for prefix, suffix, and substring attribute selec...John Mark Bell2011-01-311-0/+21
* Place negated class and id selectors in the universal hash chainJohn Mark Bell2011-01-311-2/+4
* CSS3 SelectorsJohn Mark Bell2011-01-312-4/+309
* Add support for opacity propertyJohn Mark Bell2011-01-296-0/+112
* Centralise handling of transparent colours.John Mark Bell2011-01-299-19/+89
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-2610-32/+32
* Fix cascade of counter-{increment,reset} on 64bit platformsJohn Mark Bell2011-01-241-3/+3
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-20107-568/+568
* 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-19104-701/+26
* Turns out, we know the size of the styles block up-front.John Mark Bell2011-01-051-3/+1
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-0581-300/+379
* Complete the fix for pseudo element selection: inline styles and presentation...John Mark Bell2011-01-021-6/+18
* When selecting for a node's pseudo elements, only match rules which apply to ...Michael Drake2011-01-011-11/+24
* Split up properties selectorsVincent Sanders2010-12-05103-6646/+8253
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-054-3/+3
* 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