summaryrefslogtreecommitdiff
path: root/render/html.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-1/+4
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-07-14 23:13:23 by bursa]James Bursa2003-07-141-2/+4
| | | | | | Fixes for 26-bit build. svn path=/import/netsurf/; revision=217
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-14/+43
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-21/+26
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-3/+3
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-02 14:31:11 by bursa]James Bursa2003-07-021-3/+3
| | | | | | Fix buffer overflows. svn path=/import/netsurf/; revision=199
* [project @ 2003-06-30 15:56:35 by bursa]James Bursa2003-06-301-6/+8
| | | | | | Fix image loading when images are in the cache. svn path=/import/netsurf/; revision=191
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+8
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+21
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-118/+153
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-6/+9
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-4/+7
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-14/+18
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-45/+162
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-31/+69
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-111-16/+33
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-38/+34
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-3/+4
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-06 20:56:40 by bursa]James Bursa2003-04-061-1/+2
| | | | | | CSS bug fix. svn path=/import/netsurf/; revision=118
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-4/+7
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-22/+101
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-12/+50
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-251-3/+3
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-2/+2
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-031-1/+3
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-26 18:22:24 by bursa]James Bursa2003-02-261-2/+3
| | | | | | Fix HTML parsing and JPEG bug. svn path=/import/netsurf/; revision=101
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-1/+8
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+156
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96