summaryrefslogtreecommitdiff
path: root/riscos/htmlredraw.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-79/+41
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-31 23:00:17 by jmb]John Mark Bell2004-01-311-6/+6
| | | | | | Fix text-decoration colours again. svn path=/import/netsurf/; revision=525
* [project @ 2004-01-31 22:40:03 by jmb]John Mark Bell2004-01-311-3/+21
| | | | | | Fix text-decoration colours svn path=/import/netsurf/; revision=524
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-1/+10
| | | | | | | 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-12 22:22:45 by jmb]John Mark Bell2003-11-121-1/+1
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-05 18:41:06 by jmb]John Mark Bell2003-11-051-3/+3
| | | | | | Text-decoration now spans child text elements svn path=/import/netsurf/; revision=404
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-44/+25
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-6/+2
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-19 17:17:26 by jmb]John Mark Bell2003-10-191-7/+8
| | | | | | | Make text-decoration span child elements. Add text-decoration to css_dump() svn path=/import/netsurf/; revision=371
* [project @ 2003-10-18 00:24:53 by jmb]John Mark Bell2003-10-181-7/+8
| | | | | | Miscellaneous fixes. svn path=/import/netsurf/; revision=370
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+0
| | | | | | | Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-3/+44
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-11 13:55:43 by jmb]John Mark Bell2003-10-111-3/+5
| | | | | | Fix visibility so visible children of hidden parents work svn path=/import/netsurf/; revision=363
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-1/+10
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-2/+1
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-281-31/+3
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-22/+4
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-22 23:20:10 by bursa]James Bursa2003-09-221-2/+2
| | | | | | Remove inline to fix 26-bit build. svn path=/import/netsurf/; revision=310
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-13/+0
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-22 21:46:07 by bursa]James Bursa2003-09-221-73/+72
| | | | | | Fix clipping for colspan cells. svn path=/import/netsurf/; revision=308
* [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-19 23:36:17 by bursa]James Bursa2003-09-191-35/+52
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-16/+46
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-091-180/+144
| | | | | | Display image alt text while it loads. svn path=/import/netsurf/; revision=278
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-091-13/+61
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-0/+327
Split out html_redraw(). svn path=/import/netsurf/; revision=271