summaryrefslogtreecommitdiff
path: root/css/ruleset.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-2/+25
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-0/+12
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-0/+12
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-071-76/+88
| | | | | | 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-30 20:34:35 by bursa]James Bursa2003-09-301-4/+69
| | | | | | Implement background and font properties. svn path=/import/netsurf/; revision=336
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-8/+24
| | | | | | 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/+4
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-09-08 22:47:38 by bursa]James Bursa2003-09-081-1/+1
| | | | | | Reduce default font size and increase line spacing. svn path=/import/netsurf/; revision=273
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-7/+14
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-07-20 13:58:12 by bursa]James Bursa2003-07-201-2/+2
| | | | | | Line-height fixes. svn path=/import/netsurf/; revision=240
* [project @ 2003-07-20 13:13:09 by bursa]James Bursa2003-07-201-0/+5
| | | | | | Improve line-height. svn path=/import/netsurf/; revision=239
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-1/+1
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [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-11/+44
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-1/+2
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-2/+4
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-4/+6
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-05 16:24:43 by bursa]James Bursa2003-04-051-11/+18
| | | | | | Re-implement style attributes. svn path=/import/netsurf/; revision=114
* [project @ 2003-04-05 15:35:55 by bursa]James Bursa2003-04-051-28/+75
| | | | | | Use hash-table to store CSS rules. svn path=/import/netsurf/; revision=113
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-0/+336
New CSS parser. svn path=/import/netsurf/; revision=112