summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-08-30 21:45:03 by bursa]James Bursa2003-08-301-0/+13
| | | | | | Make page background colour work properly. svn path=/import/netsurf/; revision=263
* [project @ 2003-08-29 12:56:06 by bursa]James Bursa2003-08-291-8/+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-241-0/+71
| | | | | | 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-20 13:12:38 by bursa]James Bursa2003-07-201-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=238
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-6/+6
| | | | | | 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-171-31/+155
| | | | | | create parameters file for plugins svn path=/import/netsurf/; revision=227
* [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 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-14 22:57:45 by bursa]James Bursa2003-07-141-24/+10
| | | | | | 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-091-15/+97
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-08 18:49:14 by bursa]James Bursa2003-07-081-4/+6
| | | | | | Table span fixes. svn path=/import/netsurf/; revision=211
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-64/+56
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-07-06 21:10:12 by bursa]James Bursa2003-07-061-14/+48
| | | | | | Implement rowspan. svn path=/import/netsurf/; revision=207
* [project @ 2003-07-05 19:51:10 by bursa]James Bursa2003-07-051-4/+10
| | | | | | 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-06-30 22:21:51 by bursa]James Bursa2003-06-301-27/+39
| | | | | | Add title attribute support. svn path=/import/netsurf/; revision=195
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-5/+7
| | | | | | 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-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-221-1/+4
| | | | | | Form GET support (John M Bell) svn path=/import/netsurf/; revision=130
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-37/+37
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-91/+101
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-12/+29
| | | | | | 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-27/+4
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-23/+20
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-2/+2
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-16/+33
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-2/+2
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-251-6/+17
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-27/+26
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-13/+13
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-11 17:36:40 by monkeyson]Phil Mellor2003-01-111-5/+28
| | | | | | 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-061-142/+136
| | | | | | Changes to integrate images and forms. svn path=/import/netsurf/; revision=86
* [project @ 2003-01-03 22:19:39 by bursa]James Bursa2003-01-031-5/+15
| | | | | | Table layout improvements. svn path=/import/netsurf/; revision=82
* [project @ 2003-01-02 13:26:43 by bursa]James Bursa2003-01-021-54/+130
| | | | | | Whitespace and box tree normalisation changes. svn path=/import/netsurf/; revision=81
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-301-23/+292
| | | | | | | 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-301-14/+171
| | | | | | | Started support for img tag - doesn't attempt to fetch/render images yet. Combo boxes in forms. svn path=/import/netsurf/; revision=72