summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix counter-reset parsingJohn Mark Bell2009-01-231-2/+6
* Fix counter-increment parsingJohn Mark Bell2009-01-231-0/+4
* There's 400 gradians in 360 degrees.John Mark Bell2009-01-232-2/+2
* Border widths must be positiveJohn Mark Bell2009-01-231-0/+4
* If the azimuth value ends up as "behind", fill in the implied "center"John Mark Bell2009-01-231-0/+3
* Introduce fixed point constants.John Mark Bell2009-01-233-0/+34
* Ensure stress value is in rangeJohn Mark Bell2009-01-221-0/+3
* Move isDigit() and isHex() to utils.h.John Mark Bell2009-01-223-14/+21
* Fix handling of EOF in property values John Mark Bell2009-01-221-0/+6
* Test data for EOF in strange places.John Mark Bell2009-01-221-2/+14
* Intern zero-length data, too. Otherwise, we'll explode later on. John Mark Bell2009-01-191-2/+1
* Purge stylesheet dumping code from the library.John Mark Bell2009-01-195-2073/+1
* Fix z-indexJohn Mark Bell2009-01-181-1/+1
* Fix widowsJohn Mark Bell2009-01-181-1/+1
* Fix volumeJohn Mark Bell2009-01-181-1/+2
* Fix text-decorationJohn Mark Bell2009-01-181-0/+3
* Fix stressJohn Mark Bell2009-01-181-1/+1
* Fix speech-rateJohn Mark Bell2009-01-181-1/+1
* Fix richnessJohn Mark Bell2009-01-181-1/+1
* Fix quotesJohn Mark Bell2009-01-181-0/+10
* Fix play-duringJohn Mark Bell2009-01-182-2/+7
* Fix pitchJohn Mark Bell2009-01-181-0/+5
* Fix pitch-rangeJohn Mark Bell2009-01-181-1/+1
* 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
* Don't build the serialisation code in release modeJohn Mark Bell2009-01-144-0/+8
* Make @import actually create a rule and attempt some kind of fetch logic.John Mark Bell2009-01-143-1/+90
* Create charset rule objects.John Mark Bell2009-01-143-3/+58
* Complete bytecode dumping code.John Mark Bell2009-01-122-23/+1624
* Slightly more obvious logic. This code still sucks.John Mark Bell2009-01-121-15/+15
* Lose a todo. I don't think we want to have the lexer split up dimensions into...John Mark Bell2009-01-121-1/+0
* 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-122-45/+30
* Beginnings of a colour specifier parser.John Mark Bell2009-01-114-50/+111
* 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-103-7/+312
* 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