summaryrefslogtreecommitdiff
path: root/render/render.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-111-5/+39
| | | | | | 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/+2
| | | | | | 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-428/+6
| | | | | | Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13
* [project @ 2002-05-02 08:50:46 by bursa]James Bursa2002-05-021-19/+100
| | | | | | Implemented fixed table layout algorithm. svn path=/import/netsurf/; revision=11
* [project @ 2002-04-25 15:54:05 by bursa]James Bursa2002-04-251-11/+41
| | | | | | Simple word wrapping of inline elements. svn path=/import/netsurf/; revision=10
* [project @ 2002-04-24 17:38:36 by bursa]James Bursa2002-04-241-3/+86
| | | | | | Added a simple table layout implementation. svn path=/import/netsurf/; revision=6
* [project @ 2002-04-23 22:05:19 by bursa]James Bursa2002-04-231-226/+91
| | | | | | Rewrote layout routines to use box tree. svn path=/import/netsurf/; revision=4
* [project @ 2002-04-23 17:06:20 by bursa]James Bursa2002-04-231-86/+93
| | | | | | Working conversion from HTML tree to box tree with styles. svn path=/import/netsurf/; revision=3
* [project @ 2002-04-22 09:24:35 by bursa]James Bursa2002-04-221-0/+484
Initial revision svn path=/import/netsurf/; revision=2