summaryrefslogtreecommitdiff
path: root/css/parser.y
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-06-15 18:56:52 by bursa]James Bursa2004-06-151-12/+16
| | | | | | Parse FUNCTION correctly. svn path=/import/netsurf/; revision=971
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-21/+37
| | | | | | | | | Implement background-image, background-repeat, background-position and background-attachment CSS properties. background-attachment and background-position need more work. Some redraw issues remain. svn path=/import/netsurf/; revision=938
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-0/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-011-80/+180
| | | | | | CSS parsing improvements: new tokeniser using re2c, improve memory-exhaustion behaviour, plug leaks, reduce memory usage, clean up code, add source documention. svn path=/import/netsurf/; revision=806
* [project @ 2004-03-29 21:27:52 by bursa]James Bursa2004-03-291-0/+4
| | | | | | Implement CSS universal selector. svn path=/import/netsurf/; revision=690
* [project @ 2003-11-19 19:57:11 by bursa]James Bursa2003-11-191-30/+40
| | | | | | Minor improvements to the parser. svn path=/import/netsurf/; revision=419
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-11/+18
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-16 20:48:22 by bursa]James Bursa2003-10-161-6/+18
| | | | | | Add fallback rule for general CSS syntax, handle [attr=NUMBER]. svn path=/import/netsurf/; revision=366
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-071-47/+47
| | | | | | Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*. svn path=/import/netsurf/; revision=347
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-12/+23
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329
* [project @ 2003-09-27 23:36:34 by bursa]James Bursa2003-09-271-1/+16
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-4/+4
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-2/+5
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 16:24:43 by bursa]James Bursa2003-04-051-5/+8
| | | | | | Re-implement style attributes. svn path=/import/netsurf/; revision=114
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-9/+12
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-04-01 21:33:08 by bursa]James Bursa2003-04-011-20/+51
| | | | | | CSS parser changes. svn path=/import/netsurf/; revision=111
* [project @ 2003-04-01 20:18:18 by bursa]James Bursa2003-04-011-55/+51
| | | | | | CSS parser progress. svn path=/import/netsurf/; revision=110
* [project @ 2003-03-25 21:03:14 by bursa]James Bursa2003-03-251-0/+162
New CSS parser. svn path=/import/netsurf/; revision=108