summaryrefslogtreecommitdiff
path: root/src/parse/css21props.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy things up somewhat.John Mark Bell2008-11-281-4801/+0
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-260/+260
* z-indexJohn Mark Bell2008-11-261-4/+53
* word-spacingJohn Mark Bell2008-11-261-4/+57
* widthJohn Mark Bell2008-11-261-4/+56
* widowsJohn Mark Bell2008-11-261-4/+49
* white-spaceJohn Mark Bell2008-11-261-4/+39
* volumeJohn Mark Bell2008-11-261-4/+90
* visibilityJohn Mark Bell2008-11-261-4/+35
* vertical-alignJohn Mark Bell2008-11-261-4/+86
* unicode-bidiJohn Mark Bell2008-11-251-4/+35
* text-transformJohn Mark Bell2008-11-251-4/+37
* text-indentJohn Mark Bell2008-11-251-4/+54
* text-alignJohn Mark Bell2008-11-251-4/+37
* table-layoutJohn Mark Bell2008-11-251-4/+33
* stressJohn Mark Bell2008-11-251-4/+48
* speech-rateJohn Mark Bell2008-11-251-4/+72
* speakJohn Mark Bell2008-11-251-4/+35
* speak-punctuationJohn Mark Bell2008-11-251-4/+33
* speak-numeralJohn Mark Bell2008-11-251-4/+33
* speak-headerJohn Mark Bell2008-11-251-4/+33
* richnessJohn Mark Bell2008-11-251-4/+50
* positionJohn Mark Bell2008-11-251-4/+39
* pitchJohn Mark Bell2008-11-251-4/+67
* pitch-rangeJohn Mark Bell2008-11-251-4/+48
* pause-beforeJohn Mark Bell2008-11-251-4/+52
* Fix previous commitJohn Mark Bell2008-11-251-1/+1
* pause-afterJohn Mark Bell2008-11-251-4/+52
* page-break-insideJohn Mark Bell2008-11-251-4/+33
* page-break-beforeJohn Mark Bell2008-11-251-4/+39
* page-break-afterJohn Mark Bell2008-11-251-4/+39
* padding-{top,right,bottom,left}John Mark Bell2008-11-251-24/+68
* Fix todo from r5771.John Mark Bell2008-11-251-50/+52
* overflowJohn Mark Bell2008-11-251-4/+37
* outline-widthJohn Mark Bell2008-11-251-4/+19
* max-heightJohn Mark Bell2008-11-251-29/+334
* margin-{bottom,left,right,top}John Mark Bell2008-11-251-33/+74
* list-style-type.John Mark Bell2008-11-251-4/+63
* list-style-positionJohn Mark Bell2008-11-251-4/+33
* list-style-imageJohn Mark Bell2008-11-251-4/+48
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-231-17/+18
* Something approximating line-heightJohn Mark Bell2008-11-211-4/+66
* letter-spacingJohn Mark Bell2008-11-201-4/+57
* heightJohn Mark Bell2008-11-201-4/+56
* Make integer_from_css_string return the number of input bytes processed.John Mark Bell2008-11-201-1/+4
* Port css21 frontend to new object APIJohn Mark Bell2008-11-091-78/+78
* Function to extract an integer from a css_string.John Mark Bell2008-10-261-1/+1
* font-variant, font-weightJohn Mark Bell2008-10-261-8/+86
* font-styleJohn Mark Bell2008-10-261-4/+35
* font-sizeJohn Mark Bell2008-10-261-4/+91