summaryrefslogtreecommitdiff
path: root/css/css.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-01-11 19:39:49 by jmb]John Mark Bell2005-01-111-26/+53
| | | | | | Handle property: inherit; properly svn path=/import/netsurf/; revision=1441
* [project @ 2004-10-07 09:34:15 by bursa]James Bursa2004-10-071-1/+1
| | | | | | Fix #include path. svn path=/import/netsurf/; revision=1307
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-141-1/+1
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-01 21:56:47 by jmb]John Mark Bell2004-08-011-42/+10
| | | | | | 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-14/+222
| | | | | | Internal representation and parsing of most CSS2 properties. svn path=/import/netsurf/; revision=1172
* [project @ 2004-07-30 21:53:52 by jmb]John Mark Bell2004-07-301-0/+6
| | | | | | Implement some CSS3 attribute selectors svn path=/import/netsurf/; revision=1167
* [project @ 2004-07-16 20:22:31 by jmb]John Mark Bell2004-07-161-0/+2
| | | | | | | Add overflow support. Re-tabulate property table in ruleset.c svn path=/import/netsurf/; revision=1087
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-251-38/+38
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-11 12:51:40 by jmb]John Mark Bell2004-06-111-1/+2
| | | | | | Fix for crash caused by inline style attributes specifying background images. svn path=/import/netsurf/; revision=961
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-2/+2
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-1/+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-21 10:17:55 by bursa]James Bursa2004-05-211-1/+1
| | | | | | Revert this change because it breaks the autobuilder. svn path=/import/netsurf/; revision=877
* [project @ 2004-05-21 09:42:16 by joty]John Tytgat2004-05-211-1/+1
| | | | | | Bring css_parser_Alloc() declaration inline with its implementation. svn path=/import/netsurf/; revision=876
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-011-40/+70
| | | | | | 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-14 12:53:14 by bursa]James Bursa2004-04-141-3/+0
| | | | | | Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+1
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-4/+0
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-131-2/+2
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-0/+36
| | | | | | 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-1/+10
| | | | | | 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/+1
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-301-0/+1
| | | | | | 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-10/+0
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-0/+11
| | | | | | | | 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 @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-16/+28
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-0/+1
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-0/+10
| | | | | | 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/+1
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-0/+4
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-16 12:43:53 by bursa]James Bursa2003-10-161-0/+2
| | | | | | Buffer css and scan in one piece to fix tokens split across blocks. svn path=/import/netsurf/; revision=365
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-0/+2
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-071-49/+51
| | | | | | 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-0/+1
| | | | | | Implement background and font properties. svn path=/import/netsurf/; revision=336
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-0/+2
| | | | | | 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-2/+7
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-071-0/+7
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [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-07-09 21:33:01 by bursa]James Bursa2003-07-091-0/+1
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-04 21:18:24 by bursa]James Bursa2003-07-041-0/+2
| | | | | | Make css_dump_style public. svn path=/import/netsurf/; revision=203
* [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-1/+2
| | | | | | 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-4/+5
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-2/+3
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-05 16:24:43 by bursa]James Bursa2003-04-051-2/+10
| | | | | | Re-implement style attributes. svn path=/import/netsurf/; revision=114
* [project @ 2003-04-05 15:35:55 by bursa]James Bursa2003-04-051-3/+5
| | | | | | 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/+182
New CSS parser. svn path=/import/netsurf/; revision=112