summaryrefslogtreecommitdiff
path: root/render
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-032-0/+19
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-09-03 17:52:45 by bursa]James Bursa2003-09-032-0/+17
| | | | | | Add box_coords(). svn path=/import/netsurf/; revision=264
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-302-0/+14
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [project @ 2003-08-30 19:20:19 by bursa]James Bursa2003-08-301-1/+14
| | | | | | Table layout fix / optimisation. svn path=/import/netsurf/; revision=262
* [project @ 2003-08-29 23:15:54 by bursa]James Bursa2003-08-291-4/+11
| | | | | | Fix row height problem. svn path=/import/netsurf/; revision=261
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-6/+6
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-29 12:56:06 by bursa]James Bursa2003-08-292-15/+0
| | | | | | Fix table layout bug (news.google.co.uk). svn path=/import/netsurf/; revision=258
* [project @ 2003-08-28 22:04:11 by jmb]John Mark Bell2003-08-281-2/+15
| | | | | | Support ActiveX Flash objects svn path=/import/netsurf/; revision=257
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-7/+13
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-08-24 22:39:55 by jmb]John Mark Bell2003-08-242-0/+76
| | | | | | Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
* [project @ 2003-07-22 22:13:44 by jmb]John Mark Bell2003-07-221-0/+8
| | | | | | Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241
* [project @ 2003-07-20 13:58:12 by bursa]James Bursa2003-07-201-2/+5
| | | | | | Line-height fixes. svn path=/import/netsurf/; revision=240
* [project @ 2003-07-20 13:12:38 by bursa]James Bursa2003-07-201-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=238
* [project @ 2003-07-18 21:02:01 by bursa]James Bursa2003-07-181-6/+8
| | | | | | Fix table positioning. svn path=/import/netsurf/; revision=234
* [project @ 2003-07-18 17:08:39 by bursa]James Bursa2003-07-181-3/+41
| | | | | | Float / table layout fixes. svn path=/import/netsurf/; revision=233
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-174-17/+41
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-17 15:33:42 by jmb]John Mark Bell2003-07-171-1/+0
| | | | | | remove duplicate assignment to box in box_a svn path=/import/netsurf/; revision=228
* [project @ 2003-07-17 14:26:15 by jmb]John Mark Bell2003-07-172-33/+169
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-8/+15
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-16 17:37:01 by bursa]James Bursa2003-07-161-2/+3
| | | | | | Bad pointer fix. svn path=/import/netsurf/; revision=224
* [project @ 2003-07-15 23:11:03 by bursa]James Bursa2003-07-151-2/+3
| | | | | | Fix first letter cut off bug. svn path=/import/netsurf/; revision=223
* [project @ 2003-07-15 18:06:31 by bursa]James Bursa2003-07-151-6/+11
| | | | | | Temporarily stop freeing box->href, incorrect and crashing. svn path=/import/netsurf/; revision=220
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-152-1/+6
| | | | | | 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-144-45/+60
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 22:06:39 by bursa]James Bursa2003-07-091-5/+5
| | | | | | Bool fixes. svn path=/import/netsurf/; revision=215
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-094-60/+143
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-08 20:54:19 by bursa]James Bursa2003-07-081-4/+15
| | | | | | Table column width improvements. svn path=/import/netsurf/; revision=212
* [project @ 2003-07-08 18:49:14 by bursa]James Bursa2003-07-082-5/+10
| | | | | | Table span fixes. svn path=/import/netsurf/; revision=211
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-072-67/+59
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-07 20:30:51 by bursa]James Bursa2003-07-071-4/+5
| | | | | | Fix some rowspan bugs. svn path=/import/netsurf/; revision=208
* [project @ 2003-07-06 21:10:12 by bursa]James Bursa2003-07-063-27/+99
| | | | | | Implement rowspan. svn path=/import/netsurf/; revision=207
* [project @ 2003-07-05 19:51:10 by bursa]James Bursa2003-07-052-4/+11
| | | | | | Bug fixes, start rowspan. svn path=/import/netsurf/; revision=206
* [project @ 2003-07-05 16:16:15 by bursa]James Bursa2003-07-051-106/+104
| | | | | | More rewriting of convert_xml_to_box. svn path=/import/netsurf/; revision=204
* [project @ 2003-07-04 21:17:53 by bursa]James Bursa2003-07-041-499/+437
| | | | | | Clean up and add comments. svn path=/import/netsurf/; revision=202
* [project @ 2003-07-02 14:31:37 by bursa]James Bursa2003-07-021-1/+8
| | | | | | Table layout tweaks (news.google.com). svn path=/import/netsurf/; revision=200
* [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 22:21:51 by bursa]James Bursa2003-06-302-27/+40
| | | | | | Add title attribute support. svn path=/import/netsurf/; revision=195
* [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