summaryrefslogtreecommitdiff
path: root/render/box.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2002-12-27 17:28:19 by bursa]James Bursa2002-12-271-1/+2
| | | | | | Improved word space handling svn path=/import/netsurf/; revision=60
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-261-2/+4
| | | | | | 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-2/+13
| | | | | | New table layout algorithm. svn path=/import/netsurf/; revision=37
* [project @ 2002-09-08 18:11:56 by bursa]James Bursa2002-09-081-1/+2
| | | | | | Add box_free(). svn path=/import/netsurf/; revision=32
* [project @ 2002-08-18 16:46:45 by bursa]James Bursa2002-08-181-2/+3
| | | | | | 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-2/+11
| | | | | | [monkeyson & bursa] Support for links. svn path=/import/netsurf/; revision=28
* [project @ 2002-06-28 20:14:04 by bursa]James Bursa2002-06-281-2/+3
| | | | | | 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-3/+8
| | | | | | Implied table elements and colspan implemented. svn path=/import/netsurf/; revision=24
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-181-2/+1
| | | | | | Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
* [project @ 2002-05-27 23:21:11 by bursa]James Bursa2002-05-271-1/+3
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-041-0/+32
Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13