summaryrefslogtreecommitdiff
path: root/src/select/propset.h
Commit message (Expand)AuthorAgeFilesLines
* Appease ancient compilersJohn Mark Bell2011-09-061-3/+9
* Add support for selecting page-break-{before, after, inside}John Mark Bell2011-08-231-0/+79
* Ensure that the uncommon extension block is initialised correctlyJohn Mark Bell2011-03-121-1/+24
* Fix set_clipJohn Mark Bell2011-03-121-2/+2
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-0/+1
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+21
* Correct management of string references in computed styles.John Mark Bell2010-04-041-23/+134
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-221-29/+11
* -libcss-alignJohn Mark Bell2009-08-211-0/+18
* Plug potential memory leaks in property settingJohn Mark Bell2009-07-301-0/+27
* Move quotes property into common style block.John Mark Bell2009-07-041-25/+21
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-4/+4
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-7/+7
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-7/+7
* Move property dispatch table out of select.c so it can be used by the compute...John Mark Bell2009-02-151-0/+2
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-13/+9
* Finally, a representation of a computed content property.John Mark Bell2009-02-141-0/+26
* Fix clip: rect() with auto sidesJohn Mark Bell2009-02-141-4/+9
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-4/+14
* Modify encoding of quotes. Move clip to accommodate.John Mark Bell2009-02-111-7/+7
* Change encoding of font-familyJohn Mark Bell2009-02-111-33/+33
* Change the representation of any data that includes a css_string. They're now...John Mark Bell2009-02-111-18/+11
* Mutators for computed styleJohn Mark Bell2009-02-071-0/+1627