summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [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-308-16/+47
| | | | | | 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-21 13:18:00 by bursa]James Bursa2003-06-211-2/+2
| | | | | | Add debug command line build. svn path=/import/netsurf/; revision=181
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-175-127/+173
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-07 22:24:22 by jmb]John Mark Bell2003-06-071-18/+12
| | | | | | Fix plugin memory leaks. svn path=/import/netsurf/; revision=177
* [project @ 2003-06-06 03:12:28 by jmb]John Mark Bell2003-06-061-2/+2
| | | | | | Begin to munge <embed>s into <object>s svn path=/import/netsurf/; revision=171
* [project @ 2003-06-06 02:08:56 by jmb]John Mark Bell2003-06-061-13/+13
| | | | | | Progress plugin handling. Segfault appears to have gone. It doesn't draw the image though :/ svn path=/import/netsurf/; revision=168
* [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-31 19:01:43 by jmb]John Mark Bell2003-05-311-2/+2
| | | | | | Fix makefile after duff checkin svn path=/import/netsurf/; revision=139
* [project @ 2003-05-31 18:47:00 by jmb]John Mark Bell2003-05-311-10/+187
| | | | | | Begin support for <OBJECT>, <EMBED> and <APPLET> tags. NB: this doesn't work yet svn path=/import/netsurf/; revision=137
* [project @ 2003-05-23 11:08:17 by bursa]James Bursa2003-05-231-2/+1
| | | | | | Link with 32-bit OSLib. svn path=/import/netsurf/; revision=131
* [project @ 2003-05-22 13:21:45 by bursa]James Bursa2003-05-222-2/+6
| | | | | | Form GET support (John M Bell) svn path=/import/netsurf/; revision=130
* [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-252-51/+55
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-155-171/+285
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-133-45/+112
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-112-43/+37
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-103-63/+55
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-092-30/+35
| | | | | | 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-062-6/+9
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-053-40/+137
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-048-923/+56
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-253-12/+22
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-3/+4
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-03-08 21:25:56 by bursa]James Bursa2003-03-081-3/+11
| | | | | | Cell height changes. svn path=/import/netsurf/; revision=106
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-044-45/+45
| | | | | | 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-252-5/+13
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-098-35/+278
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-02-04 09:34:32 by bursa]James Bursa2003-02-045-351/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=95
* [project @ 2003-01-11 17:36:40 by monkeyson]Phil Mellor2003-01-112-6/+35
| | | | | | Forms tweaked slightly. svn path=/import/netsurf/; revision=92
* [project @ 2003-01-07 23:24:43 by bursa]James Bursa2003-01-071-1/+13
| | | | | | Minor attribute handling changes. svn path=/import/netsurf/; revision=90
* [project @ 2003-01-07 23:15:23 by bursa]James Bursa2003-01-071-44/+58
| | | | | | Clean up many compiler warnings. svn path=/import/netsurf/; revision=88
* [project @ 2003-01-07 18:21:58 by bursa]James Bursa2003-01-071-12/+11
| | | | | | Fix select element. svn path=/import/netsurf/; revision=87
* [project @ 2003-01-06 23:53:39 by bursa]James Bursa2003-01-063-205/+200
| | | | | | Changes to integrate images and forms. svn path=/import/netsurf/; revision=86
* [project @ 2003-01-03 22:19:39 by bursa]James Bursa2003-01-032-63/+94
| | | | | | Table layout improvements. svn path=/import/netsurf/; revision=82
* [project @ 2003-01-02 13:26:43 by bursa]James Bursa2003-01-022-55/+132
| | | | | | Whitespace and box tree normalisation changes. svn path=/import/netsurf/; revision=81
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-303-27/+344
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-12-30 02:06:03 by monkeyson]Phil Mellor2002-12-303-19/+243
| | | | | | | Started support for img tag - doesn't attempt to fetch/render images yet. Combo boxes in forms. svn path=/import/netsurf/; revision=72
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-293-10/+167
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [project @ 2002-12-27 22:29:45 by bursa]James Bursa2002-12-271-5/+14
| | | | | | Implement color property. svn path=/import/netsurf/; revision=68
* [project @ 2002-12-27 20:42:31 by bursa]James Bursa2002-12-271-3/+3
| | | | | | Implement color property. svn path=/import/netsurf/; revision=66
* [project @ 2002-12-27 20:35:32 by bursa]James Bursa2002-12-271-1/+13
| | | | | | Implement color property. svn path=/import/netsurf/; revision=65
* [project @ 2002-12-27 20:13:18 by bursa]James Bursa2002-12-272-7/+16
| | | | | | Implement color property. svn path=/import/netsurf/; revision=64
* [project @ 2002-12-27 20:08:18 by bursa]James Bursa2002-12-272-3/+52
| | | | | | Implement color property. svn path=/import/netsurf/; revision=63
* [project @ 2002-12-27 18:58:03 by bursa]James Bursa2002-12-271-5/+23
| | | | | | Consider colspan when calculating column widths. svn path=/import/netsurf/; revision=62
* [project @ 2002-12-27 17:38:47 by bursa]James Bursa2002-12-271-3/+3
| | | | | | Improved word space handling svn path=/import/netsurf/; revision=61