summaryrefslogtreecommitdiff
path: root/src/select/select.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-4/+4
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-3/+3
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-2/+2
* 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-051-118/+195
* 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
* 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-291-0/+3
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-51/+29
* 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
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
* Change selector hash to segregate:John Mark Bell2009-07-291-35/+162
* Match details before considering combinators.John Mark Bell2009-07-221-14/+13
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-171-13/+2
* 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
* Fix selection from selectors within @media blocks.John Mark Bell2009-07-151-8/+14
* 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-041-1/+1
* Add callback to make client compute the font size.John Mark Bell2009-07-041-5/+13
* Ensure that any properties explicitly set to inherit on the root element are ...John Mark Bell2009-07-041-53/+71
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-4/+4
* 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
* Ensure that the root element has its styling set to the initial values.John Mark Bell2009-06-291-3/+10
* Support for parsing inline stylesJohn Mark Bell2009-06-261-0/+25
* Make selection ignore selectors generated by rules in inactive @media blocks.John Mark Bell2009-06-261-6/+44
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-13/+34
* Sketch out something for presentational hints.John Mark Bell2009-03-221-1/+13
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-0/+1
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-185/+14
* Pay attention to the disabled flag on top-level stylesheetsJohn Mark Bell2009-02-151-2/+4
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-102/+126
* I was on crack this morning, it would appear.John Mark Bell2009-02-141-2/+0
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+2
* Pseudo classes are now matched by callbacks to the client. This is far saner,...John Mark Bell2009-02-141-68/+27
* Handle :first-child within libcssJohn Mark Bell2009-02-141-5/+4
* Flag todoJohn Mark Bell2009-02-141-0/+2
* Fix matching of universal sibling selectors -- siblings must be adjacent.John Mark Bell2009-02-141-3/+5
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-122/+333
* Ensure pseudo classes/elements fail to match.John Mark Bell2009-02-131-0/+6
* Don't attempt to match details on a NULL pointerJohn Mark Bell2009-02-121-10/+13
* Verify parameters to css_select_style.John Mark Bell2009-02-121-1/+1
* Something approximating font-family. This is hideous.John Mark Bell2009-02-111-0/+3
* So, it transpires that we don't need the selection context in the property ha...John Mark Bell2009-02-111-9/+6