summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-242-3/+10
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-244-15/+107
* Some kind of testsuite for number parsing.John Mark Bell2008-11-235-1/+177
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-234-33/+126
* 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-202-3/+9
* Port css21 frontend to new object APIJohn Mark Bell2008-11-093-119/+104
* Make stylesheet component constructors/destructors report errorsJohn Mark Bell2008-11-093-60/+96
* Port libcss to new lpu API.John Mark Bell2008-11-0910-144/+174
* Support signs on numbers, percentages, and dimensionsJohn Mark Bell2008-10-273-12/+79
* Really stop on first non-digitJohn Mark Bell2008-10-271-1/+1
* Update Lexer/Token documentation to handle CSS numbers correctly.John Mark Bell2008-10-272-3/+3
* Function to extract an integer from a css_string.John Mark Bell2008-10-262-2/+44
* font-variant, font-weightJohn Mark Bell2008-10-262-9/+92
* font-styleJohn Mark Bell2008-10-262-5/+39
* font-sizeJohn Mark Bell2008-10-262-5/+101
* floatJohn Mark Bell2008-10-261-4/+35
* empty-cellsJohn Mark Bell2008-10-262-4/+36
* elevationJohn Mark Bell2008-10-262-5/+78
* directionJohn Mark Bell2008-10-262-9/+119
* cue-{after,before}John Mark Bell2008-10-261-8/+99
* colorJohn Mark Bell2008-10-261-4/+47
* caption-sideJohn Mark Bell2008-10-261-4/+33
* border-collapseJohn Mark Bell2008-10-263-26/+275
* border-{top,right,bottom,left}-{style,width}John Mark Bell2008-10-262-49/+185
* Some kind of border-{top,right,bottom,left}-color parsing.John Mark Bell2008-10-251-24/+67
* Fix memory corruption. This took far too long to debug. Bah.John Mark Bell2008-10-251-1/+2
* A bunch of property parsers.John Mark Bell2008-10-257-55/+558
* Something approximating a parser for clear.John Mark Bell2008-10-235-8/+175
* Actually include the opcodes header.John Mark Bell2008-10-222-2/+3
* Something approximating an enumeration of the opcode-specific value field.John Mark Bell2008-10-222-2/+633
* Bytecode stuffJohn Mark Bell2008-10-222-0/+166
* Parse common part of declarations.John Mark Bell2008-10-224-6/+1888
* In hindsight, it's more likely that opcodes will be added than flags, so use ...John Mark Bell2008-10-221-5/+5
* Provide example of typed parameter listJohn Mark Bell2008-10-211-0/+9
* Document shorthand propertiesJohn Mark Bell2008-10-211-0/+32
* Reduce space requirements by squashing opcode + flags + value into 32 bits. John Mark Bell2008-10-211-545/+431