summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Commentary on which tokens actually need string data interning.John Mark Bell2008-11-301-0/+12
* Beginnings of azimuth.John Mark Bell2008-11-302-6/+70
* Tidy things up somewhat.John Mark Bell2008-11-286-607/+615
* Optimise css_stylesheet_add_rule by the cunning approach of not iterating thr...John Mark Bell2008-11-282-9/+7
* Change the way in which css_rules are defined. This is more compact than the ...John Mark Bell2008-11-282-64/+117
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-278-488/+639
* Calculate some kind of ballpark figure for the memory requirements of a style...John Mark Bell2008-11-271-12/+31
* Prevent reading from beyond the start of token data.John Mark Bell2008-11-271-5/+6
* Don't intern strings for CSS_TOKEN_S tokens. This is pointless, as all we car...John Mark Bell2008-11-271-1/+5
* 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-262-4/+44
* volumeJohn Mark Bell2008-11-262-5/+96
* visibilityJohn Mark Bell2008-11-261-4/+35
* vertical-alignJohn Mark Bell2008-11-262-5/+94
* unicode-bidiJohn Mark Bell2008-11-252-5/+38
* text-transformJohn Mark Bell2008-11-252-5/+42
* text-indentJohn Mark Bell2008-11-251-4/+54
* text-alignJohn Mark Bell2008-11-252-5/+40
* table-layoutJohn Mark Bell2008-11-251-4/+33
* stressJohn Mark Bell2008-11-251-4/+48
* speech-rateJohn Mark Bell2008-11-252-5/+80
* speakJohn Mark Bell2008-11-252-5/+37
* speak-punctuationJohn Mark Bell2008-11-252-5/+35
* speak-numeralJohn Mark Bell2008-11-252-5/+36
* speak-headerJohn Mark Bell2008-11-252-5/+35
* richnessJohn Mark Bell2008-11-251-4/+50
* positionJohn Mark Bell2008-11-252-5/+44
* pitchJohn Mark Bell2008-11-252-5/+72
* 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-252-5/+34
* page-break-beforeJohn Mark Bell2008-11-251-4/+39
* page-break-afterJohn Mark Bell2008-11-252-5/+42
* 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-252-5/+39
* outline-widthJohn Mark Bell2008-11-251-4/+19
* max-heightJohn Mark Bell2008-11-253-43/+350
* margin-{bottom,left,right,top}John Mark Bell2008-11-251-33/+74
* list-style-type.John Mark Bell2008-11-253-13/+87
* list-style-positionJohn Mark Bell2008-11-252-5/+36
* list-style-imageJohn Mark Bell2008-11-251-4/+48
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-3/+4
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-2/+3
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-233-24/+122