summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-1/+0
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-4/+4
| | | | svn path=/trunk/libcss/; revision=10168
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some ↵John Mark Bell2009-08-021-2/+2
| | | | | | compilers. svn path=/trunk/libcss/; revision=8990
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-1/+1
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-1/+3
| | | | | | | | 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/+3
| | | | | | | 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/+39
computed style composition code. svn path=/trunk/libcss/; revision=6523