summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2002-05-27 23:21:11 by bursa]James Bursa2002-05-274-25/+78
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-213-36/+94
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-21 21:27:29 by bursa]James Bursa2002-05-212-2/+21
| | | | | | Add squash_whitespace(). svn path=/import/netsurf/; revision=17
* [project @ 2002-05-18 08:23:39 by bursa]James Bursa2002-05-183-9/+26
| | | | | | Added css_blank_style. svn path=/import/netsurf/; revision=16
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-117-69/+141
| | | | | | 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-047-38/+51
| | | | | | 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-046-434/+502
| | | | | | Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13
* [project @ 2002-05-02 08:51:24 by bursa]James Bursa2002-05-021-0/+2
| | | | | | Changed for testing tables. svn path=/import/netsurf/; revision=12
* [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-25 15:53:07 by bursa]James Bursa2002-04-252-0/+42
| | | | | | Test HTML and CSS files. svn path=/import/netsurf/; revision=9
* [project @ 2002-04-25 15:52:26 by bursa]James Bursa2002-04-252-0/+81
| | | | | | Interface to fonts. svn path=/import/netsurf/; revision=8
* [project @ 2002-04-25 15:49:32 by bursa]James Bursa2002-04-251-4/+7
| | | | | | Moved xml2-config switches to end of line. svn path=/import/netsurf/; revision=7
* [project @ 2002-04-24 17:38:36 by bursa]James Bursa2002-04-242-4/+87
| | | | | | Added a simple table layout implementation. svn path=/import/netsurf/; revision=6
* [project @ 2002-04-24 17:37:37 by bursa]James Bursa2002-04-241-2/+4
| | | | | | Replace - with _ when generating enums. svn path=/import/netsurf/; revision=5
* [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-228-0/+1284
Initial revision svn path=/import/netsurf/; revision=2