summaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-132-5/+5
| | | | | | 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-024-6/+397
| | | | | | 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-013-1/+39
| | | | | | Add text-indent support. svn path=/import/netsurf/; revision=527
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-314-1/+22
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-304-2/+29
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:15:12 by bursa]James Bursa2004-01-281-0/+1
| | | | | | Dump font-family in css_dump_style(). svn path=/import/netsurf/; revision=516
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-283-45/+17
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-283-0/+67
| | | | | | | | 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 @ 2004-01-20 20:13:43 by jmb]John Mark Bell2004-01-201-1/+2
| | | | | | View source for CSS files. svn path=/import/netsurf/; revision=492
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-3/+12
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-3/+16
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-272-17/+29
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 01:37:51 by jmb]John Mark Bell2003-12-272-14/+15
| | | | | | Reduce compiler warnings svn path=/import/netsurf/; revision=455
* [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-12-26 16:20:57 by bursa]James Bursa2003-12-261-3/+3
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-14/+16
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [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-11-05 16:25:35 by bursa]James Bursa2003-11-054-11/+61
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-25 16:22:40 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Minor tidy. svn path=/import/netsurf/; revision=378
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-4/+4
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-19 17:17:26 by jmb]John Mark Bell2003-10-191-0/+1
| | | | | | | Make text-decoration span child elements. Add text-decoration to css_dump() svn path=/import/netsurf/; revision=371
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-174-1/+21
| | | | | | | 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-174-16/+43
| | | | | | 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-16 12:43:53 by bursa]James Bursa2003-10-162-13/+20
| | | | | | 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-104-0/+23
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-075-220/+242
| | | | | | Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*. svn path=/import/netsurf/; revision=347
* [project @ 2003-10-02 11:12:44 by bursa]James Bursa2003-10-021-3/+10
| | | | | | Fix bugs in css_match_rule(). svn path=/import/netsurf/; revision=342
* [project @ 2003-09-30 20:34:35 by bursa]James Bursa2003-09-303-14/+80
| | | | | | Implement background and font properties. svn path=/import/netsurf/; revision=336
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-284-33/+82
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329
* [project @ 2003-09-27 23:36:34 by bursa]James Bursa2003-09-275-72/+164
| | | | | | Implement CSS attribute selectors and parent / preceding combinators. svn path=/import/netsurf/; revision=324
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-211-1/+1
| | | | | | Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
* [project @ 2003-09-08 22:47:38 by bursa]James Bursa2003-09-082-5/+5
| | | | | | Reduce default font size and increase line spacing. svn path=/import/netsurf/; revision=273
* [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-08-29 12:57:14 by bursa]James Bursa2003-08-291-3/+3
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [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-202-0/+9
| | | | | | Improve line-height. svn path=/import/netsurf/; revision=239
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-2/+6
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-144-7/+8
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-092-5/+27
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-04 21:18:24 by bursa]James Bursa2003-07-042-4/+3
| | | | | | Make css_dump_style public. svn path=/import/netsurf/; revision=203
* [project @ 2003-07-02 14:30:53 by bursa]James Bursa2003-07-021-1/+1
| | | | | | Make hash function case insensitive. svn path=/import/netsurf/; revision=198
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-306-11/+31
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+12
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-40/+48
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 14:39:54 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Undo accidental commit. svn path=/import/netsurf/; revision=165
* [project @ 2003-06-05 14:33:18 by philpem]Philip Pemberton2003-06-051-2/+2
| | | | | | Added test GIF svn path=/import/netsurf/; revision=164
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-5/+5
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128