summaryrefslogtreecommitdiff
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* Fix font-weight, line-height, and orphans.John Mark Bell2009-01-181-3/+4
* Fix azimuthJohn Mark Bell2009-01-162-8/+11
* Fix cursor: parsingJohn Mark Bell2009-01-161-11/+23
* Fix counter-increment and counter-resetJohn Mark Bell2009-01-161-22/+22
* Fix content: parsingJohn Mark Bell2009-01-161-29/+73
* Fix parse_clip to actually stand a chance of working.John Mark Bell2009-01-161-10/+16
* Fix parsing of dimensions without a unit specifier.John Mark Bell2009-01-161-36/+67
* Fix handling of single keywords in background-position -- the "first item is ...John Mark Bell2009-01-161-1/+3
* Fix opcode for background-positionJohn Mark Bell2009-01-161-1/+4
* Make @import actually create a rule and attempt some kind of fetch logic.John Mark Bell2009-01-141-1/+61
* Create charset rule objects.John Mark Bell2009-01-141-2/+28
* Slightly more obvious logic. This code still sucks.John Mark Bell2009-01-121-15/+15
* When parsing colours, it helps to remember that percentages aren't necessaril...John Mark Bell2009-01-121-17/+13
* Parse units. This is the only place where we actually have to perform string ...John Mark Bell2009-01-121-8/+86
* Make rgb() parsing work.John Mark Bell2009-01-121-1/+32
* Make integer parsing more robustJohn Mark Bell2009-01-121-43/+27
* Beginnings of a colour specifier parser.John Mark Bell2009-01-112-9/+71
* Document the grammar of colour specifiersJohn Mark Bell2009-01-101-0/+7
* text-decorationJohn Mark Bell2009-01-102-7/+65
* quotesJohn Mark Bell2009-01-101-5/+136
* play-duringJohn Mark Bell2009-01-102-6/+74
* voice-familyJohn Mark Bell2009-01-102-6/+310
* Squash memory leaksJohn Mark Bell2009-01-101-4/+19
* Yet more font-family. This should now be complete.John Mark Bell2009-01-101-7/+73
* Fix buffer overflows. Remind me to refactor this code -- it's ugly.John Mark Bell2009-01-101-4/+6
* A little more work on font-family.John Mark Bell2008-12-052-32/+85
* Beginnings of font-familyJohn Mark Bell2008-12-041-6/+192
* Clarify font-familyJohn Mark Bell2008-12-041-0/+5
* cursorJohn Mark Bell2008-12-042-6/+264
* counter-resetJohn Mark Bell2008-12-041-5/+163
* counter-incrementJohn Mark Bell2008-12-041-5/+163
* 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-032-6/+263
* Something approximating clipJohn Mark Bell2008-12-022-6/+110
* 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-011-9/+153
* 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-011-20/+12
* Given that we're going to be copying selector details, anyway, it seems point...John Mark Bell2008-12-011-19/+13
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-015-407/+417
* Simplify decision as to whether to intern token data by inserting markers int...John Mark Bell2008-12-011-22/+7
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-3/+4
* 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-303-12/+12
* 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