summaryrefslogtreecommitdiff
path: root/render/layout.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-1/+1
| | | | | | Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. svn path=/import/netsurf/; revision=1777
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-5/+3
| | | | | | 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 @ 2004-10-22 20:58:11 by bursa]James Bursa2004-10-221-0/+3
| | | | | | Fix form textarea scrolling. The scrollbar now works properly. svn path=/import/netsurf/; revision=1334
* [project @ 2004-10-17 21:10:19 by bursa]James Bursa2004-10-171-0/+2
| | | | | | Move box tree from html.layout->children to html.layout. Work on scrollbars. svn path=/import/netsurf/; revision=1314
* [project @ 2004-07-19 14:29:16 by bursa]James Bursa2004-07-191-0/+2
| | | | | | Make layout_inline_container() public for use of textareas. svn path=/import/netsurf/; revision=1103
* [project @ 2004-06-02 21:21:13 by bursa]James Bursa2004-06-021-2/+4
| | | | | | Memory exhaustion handling. Form control related bug fix. svn path=/import/netsurf/; revision=917
* [project @ 2004-06-02 21:14:40 by bursa]James Bursa2004-06-021-4/+2
| | | | | | Revert accidental checkin. svn path=/import/netsurf/; revision=916
* [project @ 2004-06-02 21:09:14 by bursa]James Bursa2004-06-021-2/+4
| | | | | | Update calls to layout_document() for error handling. svn path=/import/netsurf/; revision=915
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-121-1/+1
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-02-11 17:15:36 by bursa]James Bursa2004-02-111-7/+10
| | | | | | Work on margins etc., clean up many parts of layout code. svn path=/import/netsurf/; revision=534
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-0/+2
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2002-08-11 23:04:02 by bursa]James Bursa2002-08-111-1/+5
| | | | | | [monkeyson] Multiple-include guards. svn path=/import/netsurf/; revision=30
* [project @ 2002-05-27 23:21:11 by bursa]James Bursa2002-05-271-2/+2
| | | | | | Simple left float implementation. svn path=/import/netsurf/; revision=19
* [project @ 2002-05-04 19:57:18 by bursa]James Bursa2002-05-041-0/+10
Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13