summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify font-familyJohn Mark Bell2008-12-042-6/+12
* cursorJohn Mark Bell2008-12-042-6/+264
* counter-resetJohn Mark Bell2008-12-041-5/+163
* counter-incrementJohn Mark Bell2008-12-043-15/+169
* Factor out common part of content parser.John Mark Bell2008-12-031-435/+311
* Finish contentJohn Mark Bell2008-12-031-1/+238
* Factor out parsing of the value part of list-style-type.John Mark Bell2008-12-031-36/+68
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-034-12/+285
* Something approximating clipJohn Mark Bell2008-12-024-17/+138
* Rather less memory corruption.John Mark Bell2008-12-021-8/+8
* border-spacingJohn Mark Bell2008-12-021-5/+90
* Fix up azimuth to cater for !important after property value.John Mark Bell2008-12-012-13/+157
* Finish azimuthJohn Mark Bell2008-12-012-2/+72
* The advantage of interning strings is that you don't have to store their leng...John Mark Bell2008-12-013-30/+20
* Given that we're going to be copying selector details, anyway, it seems point...John Mark Bell2008-12-013-64/+26
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-019-463/+437
* Simplify decision as to whether to intern token data by inserting markers int...John Mark Bell2008-12-012-29/+23
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-015-16/+19
* More modifications to allow numerous iterations for profiling.John Mark Bell2008-11-303-73/+88
* Modify to allow a configurable number of iterations for profiling.John Mark Bell2008-11-301-27/+43
* Make getToken reduce consecutive whitespace tokens to a single whitespace token.John Mark Bell2008-11-301-9/+19
* Slightly clearer code. Marginally faster, too.John Mark Bell2008-11-301-42/+52
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-307-30/+30
* 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-2713-517/+676
* 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