summaryrefslogtreecommitdiff
path: root/src/select/properties.c
Commit message (Expand)AuthorAgeFilesLines
* Always set values in result style when composingJohn Mark Bell2009-07-211-335/+392
* Store em and percentage values for properties in the computed style.John Mark Bell2009-07-171-200/+151
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-151-2/+2
* Ensure that any properties explicitly set to inherit on the root element are ...John Mark Bell2009-07-041-59/+114
* Move quotes property into common style block.John Mark Bell2009-07-041-3/+1
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-198/+240
* 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
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-15/+15
* Implement set_*_from_hintJohn Mark Bell2009-03-231-5/+876
* 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
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-8/+8
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-198/+206
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-78/+60
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-35/+115
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-3/+8
* Handle as much voice-family as we can.John Mark Bell2009-02-111-4/+86
* And the initial value of quotes, too.John Mark Bell2009-02-111-3/+1
* Handle quotesJohn Mark Bell2009-02-111-4/+62
* Rework font-family handler to a) compile and b) reflect the changes made to t...John Mark Bell2009-02-111-89/+28
* Something approximating font-family. This is hideous.John Mark Bell2009-02-111-7/+155
* Squash memory leakJohn Mark Bell2009-02-111-0/+2
* Handle cursorJohn Mark Bell2009-02-111-7/+113
* Handle counter-increment/counter-resetJohn Mark Bell2009-02-111-19/+96
* Handle content, not that we actually do anything with the data we read, however.John Mark Bell2009-02-111-4/+53
* Handle as much of clip as we canJohn Mark Bell2009-02-111-2/+28
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-111-4/+3
* More property handlersJohn Mark Bell2009-02-111-51/+186
* More property handlersJohn Mark Bell2009-02-111-115/+385