summaryrefslogtreecommitdiff
path: root/render/box.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-041-0/+174
Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13