summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-261-14/+18
| | | | | | 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-10/+24
| | | | | | Percentage column widths, optimisations. svn path=/import/netsurf/; revision=38
* [project @ 2002-09-18 19:36:28 by bursa]James Bursa2002-09-181-95/+198
| | | | | | New table layout algorithm. svn path=/import/netsurf/; revision=37
* [project @ 2002-09-11 21:18:18 by bursa]James Bursa2002-09-111-8/+20
| | | | | | Column widths changes, bug fix. svn path=/import/netsurf/; revision=34
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-1/+3
| | | | | | RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
* [project @ 2002-09-08 18:11:56 by bursa]James Bursa2002-09-081-3/+3
| | | | | | Add box_free(). svn path=/import/netsurf/; revision=32
* [project @ 2002-08-18 16:46:45 by bursa]James Bursa2002-08-181-33/+45
| | | | | | Big changes to xml_to_box(), table row groups. svn path=/import/netsurf/; revision=31
* [project @ 2002-08-05 20:34:45 by bursa]James Bursa2002-08-051-18/+65
| | | | | | Fixes to layout_table(). svn path=/import/netsurf/; revision=27
* [project @ 2002-06-28 20:14:04 by bursa]James Bursa2002-06-281-36/+39
| | | | | | 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-11/+18
| | | | | | 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/+5
| | | | | | Make compilation with lcc work. svn path=/import/netsurf/; revision=23
* [project @ 2002-06-21 18:16:24 by bursa]James Bursa2002-06-211-17/+55
| | | | | | Implemented clear, fixed inline / float bugs, eliminated many compiler warnings. svn path=/import/netsurf/; revision=22
* [project @ 2002-06-19 15:17:45 by bursa]James Bursa2002-06-191-23/+29
| | | | | | CSS fixes, text-align property implemented (except justify). svn path=/import/netsurf/; revision=21
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-181-69/+247
| | | | | | 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-20/+67
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-21 21:32:35 by bursa]James Bursa2002-05-211-4/+10
| | | | | | Start of float implementation. svn path=/import/netsurf/; revision=18
* [project @ 2002-05-18 08:23:39 by bursa]James Bursa2002-05-181-1/+4
| | | | | | Added css_blank_style. svn path=/import/netsurf/; revision=16
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-111-46/+50
| | | | | | Better inline layout algorithm, simple tcl/tk gui. svn path=/import/netsurf/; revision=15
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-041-0/+267
Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13