summaryrefslogtreecommitdiff
path: root/render/render.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-02-04 09:34:32 by bursa]James Bursa2003-02-041-195/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=95
* [project @ 2002-06-28 20:14:04 by bursa]James Bursa2002-06-281-3/+4
| | | | | | 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-2/+6
| | | | | | 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-5/+9
| | | | | | 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/+3
| | | | | | 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-7/+16
| | | | | | 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-2/+6
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-211-7/+16
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-18 08:23:39 by bursa]James Bursa2002-05-181-2/+2
| | | | | | Added css_blank_style. svn path=/import/netsurf/; revision=16
* [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