summaryrefslogtreecommitdiff
path: root/src/select
Commit message (Expand)AuthorAgeFilesLines
* 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
* It somewhat helps to ensure that you convert units to their external represen...John Mark Bell2009-06-301-23/+83
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-4/+4
* Fix setting of computed display: noneJohn Mark Bell2009-06-291-1/+1
* Ensure that the root element has its styling set to the initial values.John Mark Bell2009-06-291-3/+10
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-272-22/+22
* 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
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
* Implement set_*_from_hintJohn Mark Bell2009-03-231-5/+876
* Make dispatch.c legibleJohn Mark Bell2009-03-231-100/+792
* Completely change the approach used for presentational hints.John Mark Bell2009-03-236-116/+337
* Sketch out something for presentational hints.John Mark Bell2009-03-221-1/+13
* z-index is a signed int, not a css_fixed value.John Mark Bell2009-03-051-0/+49
* 7 more.John Mark Bell2009-03-051-0/+85
* 5 more.John Mark Bell2009-03-051-0/+65
* 7 more.John Mark Bell2009-03-051-0/+77
* Compose position and quotesJohn Mark Bell2009-03-051-0/+51
* 8 more.John Mark Bell2009-03-051-0/+88
* 5 more.John Mark Bell2009-03-051-0/+79
* 4 more.John Mark Bell2009-03-051-0/+58
* Compose {min,max}{width,height}John Mark Bell2009-03-051-0/+68
* 10 more.John Mark Bell2009-03-051-0/+162
* 4 moreJohn Mark Bell2009-03-051-0/+51
* Compose font-familyJohn Mark Bell2009-03-051-0/+38
* 5 more.John Mark Bell2009-03-051-0/+56
* Compose cue-after, cue-before, cursor.John Mark Bell2009-03-041-0/+62
* Constify.John Mark Bell2009-03-041-1/+81
* compute_content()John Mark Bell2009-03-041-0/+41
* Implement initial_content()John Mark Bell2009-03-041-3/+1
* 4 more.John Mark Bell2009-03-041-0/+57
* 4 more.John Mark Bell2009-03-021-0/+68
* 12 more.John Mark Bell2009-03-021-0/+188
* 8 property composition functions.John Mark Bell2009-03-021-0/+123
* Add compose entry to property dispatch table.John Mark Bell2009-03-024-105/+424
* Reduce code duplicationJohn Mark Bell2009-03-021-1/+1
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-153-15/+16
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-159-384/+761
* Lose redundant todosJohn Mark Bell2009-02-151-2/+0
* Pay attention to the disabled flag on top-level stylesheetsJohn Mark Bell2009-02-151-2/+4
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-145-198/+200
* Finally, a representation of a computed content property.John Mark Bell2009-02-142-35/+141