summaryrefslogtreecommitdiff
path: root/css/ruleset.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-6/+7
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-01 23:59:16 by jmb]John Mark Bell2004-08-011-90/+71
| | | | | | Break out uri(...) parsing into separate function svn path=/import/netsurf/; revision=1177
* [project @ 2004-08-01 21:56:47 by jmb]John Mark Bell2004-08-011-99/+29
| | | | | | Rationalise top, bottom, right and left property handling svn path=/import/netsurf/; revision=1174
* [project @ 2004-08-01 14:13:47 by jmb]John Mark Bell2004-08-011-0/+926
| | | | | | Internal representation and parsing of most CSS2 properties. svn path=/import/netsurf/; revision=1172
* [project @ 2004-07-16 20:22:31 by jmb]John Mark Bell2004-07-161-56/+68
| | | | | | | Add overflow support. Re-tabulate property table in ruleset.c svn path=/import/netsurf/; revision=1087
* [project @ 2004-06-25 21:25:33 by jmb]John Mark Bell2004-06-251-2/+2
| | | | | | | Increase limit of property name to 25 chars to accommodate background-attachment. This was missed from the original background properties checkin svn path=/import/netsurf/; revision=1011
* [project @ 2004-06-25 20:24:06 by bursa]James Bursa2004-06-251-1/+4
| | | | | | Fix parsing of invalid color declarations. svn path=/import/netsurf/; revision=1010
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-251-114/+243
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-24 23:29:31 by bursa]James Bursa2004-06-241-338/+315
| | | | | | Simplify and improve parse_background_position(). Implement css_parse_rgb(). Fix truncation of paragraphs with background images. svn path=/import/netsurf/; revision=1003
* [project @ 2004-06-24 00:07:28 by jmb]John Mark Bell2004-06-241-1/+28
| | | | | | Support for background: meta-property. background-position isn't handled here. this needs fixing. svn path=/import/netsurf/; revision=1001
* [project @ 2004-06-15 20:45:02 by jmb]John Mark Bell2004-06-151-1/+54
| | | | | | rgb() support svn path=/import/netsurf/; revision=974
* [project @ 2004-06-11 12:51:40 by jmb]John Mark Bell2004-06-111-1/+7
| | | | | | Fix for crash caused by inline style attributes specifying background images. svn path=/import/netsurf/; revision=961
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-1/+276
| | | | | | | | | 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-01 17:48:38 by bursa]James Bursa2004-05-011-138/+214
| | | | | | 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-04-18 21:10:02 by jmb]John Mark Bell2004-04-181-2/+14
| | | | | | Work around the lack of a '#' at the start of a colour specified in #rrggbb format svn path=/import/netsurf/; revision=793
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+20
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-03-29 21:27:52 by bursa]James Bursa2004-03-291-4/+0
| | | | | | Implement CSS universal selector. svn path=/import/netsurf/; revision=690
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-96/+358
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-13 20:45:41 by bursa]James Bursa2004-03-131-2/+4
| | | | | | Use option_font_size when calculating keyword font-size. svn path=/import/netsurf/; revision=618
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-3/+254
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-02-01 22:42:40 by jmb]John Mark Bell2004-02-011-0/+14
| | | | | | Add text-indent support. svn path=/import/netsurf/; revision=527
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-311-0/+12
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-301-1/+19
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-281-35/+16
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-0/+49
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-23 15:06:04 by bursa]James Bursa2004-01-231-1/+1
| | | | | | Fix orange. svn path=/import/netsurf/; revision=494
* [project @ 2003-12-27 01:37:51 by jmb]John Mark Bell2003-12-271-6/+7
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=455
* [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