summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-1207/+1081
| | | | | | Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608
* [project @ 2005-03-28 19:17:06 by bursa]James Bursa2005-03-281-172/+267
| | | | | | Split convert_xml_to_box() into box_construct_element() and box_construct_text(). Add box_solve_display(). svn path=/import/netsurf/; revision=1585
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-261-0/+2384
Split box.c into box_construct.c, box_normalise.c, and box.c. svn path=/import/netsurf/; revision=1583