summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-291-1/+84
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [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 17:28:19 by bursa]James Bursa2002-12-271-1/+7
| | | | | | Improved word space handling svn path=/import/netsurf/; revision=60
* [project @ 2002-10-15 10:41:12 by monkeyson]Phil Mellor2002-10-151-11/+14
| | | | | | GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44
* [project @ 2002-10-08 11:15:29 by bursa]James Bursa2002-10-081-4/+5
| | | | | | Removed most Unicode support, because it slows things down too much. svn path=/import/netsurf/; revision=42
* [project @ 2002-10-08 09:38:29 by bursa]James Bursa2002-10-081-1/+18
| | | | | | LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-261-14/+16
| | | | | | New Unicode font handling and rendering code. svn path=/import/netsurf/; revision=39
* [project @ 2002-09-19 19:54:43 by bursa]James Bursa2002-09-191-1/+2
| | | | | | Percentage column widths, optimisations. svn path=/import/netsurf/; revision=38
* [project @ 2002-09-18 19:36:28 by bursa]James Bursa2002-09-181-8/+26
| | | | | | New table layout algorithm. svn path=/import/netsurf/; revision=37
* [project @ 2002-09-11 21:19:24 by bursa]James Bursa2002-09-111-2/+21
| | | | | | Convert all text to iso-8859-1 (temporary fix). svn path=/import/netsurf/; revision=35
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-1/+3
| | | | | | RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
* [project @ 2002-09-08 18:11:56 by bursa]James Bursa2002-09-081-5/+30
| | | | | | Add box_free(). svn path=/import/netsurf/; revision=32
* [project @ 2002-08-18 16:46:45 by bursa]James Bursa2002-08-181-80/+336
| | | | | | Big changes to xml_to_box(), table row groups. svn path=/import/netsurf/; revision=31
* [project @ 2002-08-11 23:00:24 by bursa]James Bursa2002-08-111-26/+50
| | | | | | [monkeyson & bursa] Support for links. svn path=/import/netsurf/; revision=28
* [project @ 2002-06-28 20:14:04 by bursa]James Bursa2002-06-281-16/+32
| | | | | | Changed float representation in box tree to implement floated tables. svn path=/import/netsurf/; revision=25
* [project @ 2002-06-26 23:27:30 by bursa]James Bursa2002-06-261-26/+98
| | | | | | Implied table elements and colspan implemented. svn path=/import/netsurf/; revision=24
* [project @ 2002-06-26 12:19:24 by bursa]James Bursa2002-06-261-9/+10
| | | | | | Make compilation with lcc work. svn path=/import/netsurf/; revision=23
* [project @ 2002-06-21 18:16:24 by bursa]James Bursa2002-06-211-2/+9
| | | | | | Implemented clear, fixed inline / float bugs, eliminated many compiler warnings. svn path=/import/netsurf/; revision=22
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-181-14/+20
| | | | | | Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-211-25/+68
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-111-2/+2
| | | | | | Better inline layout algorithm, simple tcl/tk gui. svn path=/import/netsurf/; revision=15
* [project @ 2002-05-04 21:17:06 by bursa]James Bursa2002-05-041-1/+11
| | | | | | Added code to use style attribute of elements. svn path=/import/netsurf/; revision=14