summaryrefslogtreecommitdiff
path: root/src/select/properties.h
Commit message (Collapse)AuthorAgeFilesLines
* Add string vector capability to stylesheet (r=jmb)Vincent Sanders2010-12-051-126/+0
| | | | | | Move properties ready for split svn path=/trunk/libcss/; revision=11005
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-793/+108
| | | | svn path=/trunk/libcss/; revision=10168
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-8/+0
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+8
| | | | svn path=/trunk/libcss/; revision=9378
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-99/+99
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-0/+198
| | | | | | | | This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820
* Add compose entry to property dispatch table.John Mark Bell2009-03-021-0/+297
| | | | | | | Implement css_computed_style_compose() in terms of this. Don't expect this to link -- none of the composition functions exist. svn path=/trunk/libcss/; revision=6675
* Move property dispatch table out of select.c so it can be used by the ↵John Mark Bell2009-02-151-0/+316
computed style composition code. svn path=/trunk/libcss/; revision=6523