summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-256-52/+555
* 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-223-6/+1815
* Style information for selector rulesets can be shared between the individual ...John Mark Bell2008-10-201-2/+1
* Fix stupid.John Mark Bell2008-10-201-4/+8
* Squash warningJohn Mark Bell2008-10-201-1/+1
* Update commentJohn Mark Bell2008-10-191-1/+8
* Fix parsing of combinators: the CSS 2.1 spec grammar contains inaccuracies --...John Mark Bell2008-10-191-11/+35
* Provide an internal mechanism for dumping stylesheets to a file handle.John Mark Bell2008-10-192-0/+175
* Finish selector list parsingJohn Mark Bell2008-10-193-77/+415
* More work on selector list parsingJohn Mark Bell2008-10-181-18/+99
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-1/+1
* Implement css_stylesheet_append_data and css_stylesheet_data_doneJohn Mark Bell2008-09-251-10/+6
* Create a parser instance for a stylesheet. Also create a level-specific front...John Mark Bell2008-09-252-2/+40
* Mechanism for the client to select the language level.John Mark Bell2008-09-251-2/+3
* Add API to get/set a stylesheet's disabled stateJohn Mark Bell2008-09-251-0/+36
* Implement most of stylesheet's public APIJohn Mark Bell2008-09-251-19/+77
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-252-0/+140
* Implement a bunch of css_stylesheet_*John Mark Bell2008-09-202-24/+107
* More API munging. Also stub out implementations of new APIs.John Mark Bell2008-09-133-1/+190
* Some idle API poking.John Mark Bell2008-09-121-7/+27
* Minor changes.John Mark Bell2008-09-051-2/+0
* Turn internal representation outline into a header file.John Mark Bell2008-08-082-0/+139
* Flag hideous todo thanks to CSSOMJohn Mark Bell2008-08-051-0/+3
* s/handleSelector/handleSelectorList/John Mark Bell2008-08-051-3/+3
* Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...John Mark Bell2008-08-051-0/+7
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-053-83/+97
* Something approximating @importJohn Mark Bell2008-08-041-4/+29
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-043-13/+61
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-043-89/+140
* Handle @charsetJohn Mark Bell2008-08-041-1/+24
* Stub out at-rule handlingJohn Mark Bell2008-08-042-1/+47