summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-10/+10
* Object sizes do not apply when calculating the extent of descendent John Mark Bell2007-04-071-11/+0
* Fix assertion when table has negative mbp (1579981)John Mark Bell2007-03-251-0/+4
* Fix handling of scrollbar addition to blocks which have height/width == John Mark Bell2007-03-241-19/+41
* Fix FP exception when right-aligned tables with margin: auto are nested John Mark Bell2007-03-241-0/+5
* Fix height of absolutely positioned inline blocks with an object. Fix layout ...James Bursa2006-12-261-6/+22
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix gap between list marker and list content.Michael Drake2006-11-101-0/+1
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-051-199/+50
* Initial work for display: list-item supportJohn Mark Bell2006-11-041-6/+199
* Implement absolute positioned inlines.James Bursa2006-11-041-9/+32
* Do absolute positioning after other layout so that containing block is fully ...James Bursa2006-10-101-37/+30
* Check for null style before using it.James Bursa2006-10-091-2/+3
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-081-89/+59
* Add some documentation to layout_block_context(). Move code out into layout_b...James Bursa2006-09-161-33/+67
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-19/+30
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
* Ensure that layout of absolute children is carried out after the height is kn...James Bursa2006-07-021-15/+10
* Ensure containing block has valid height for positioning absolute childrenJohn Mark Bell2006-06-291-0/+14
* Properly take account of padding on containing block.John Mark Bell2006-06-291-9/+22
* Position specifiers are relative to containing block's padding edge for John Mark Bell2006-06-291-0/+20
* Fix previous commit; it failed to make available_width include mbp such John Mark Bell2006-06-291-11/+5
* Compensate for box->{min_width,max_width} including mbp when John Mark Bell2006-06-291-0/+12
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
* Fix calculation of right margin in case where margin right is autoJohn Mark Bell2006-06-261-5/+14
* Implement absolute positioning.James Bursa2006-06-261-226/+562
* Fix float positions after a block with a specified height.James Bursa2006-05-071-0/+7
* Move word that doesn't fit next to float below float correctly (fixes crash o...James Bursa2006-04-091-24/+38
* [project @ 2006-04-04 10:55:47 by dsilvers]Daniel Silverstone2006-04-041-1/+3
* [project @ 2006-03-26 21:41:18 by bursa]James Bursa2006-03-261-2/+9
* [project @ 2006-03-26 19:59:15 by bursa]James Bursa2006-03-261-2/+2
* [project @ 2006-01-15 22:25:40 by bursa]James Bursa2006-01-151-1/+8
* [project @ 2005-11-06 11:00:33 by bursa]James Bursa2005-11-061-4/+8
* [project @ 2005-10-30 21:23:24 by bursa]James Bursa2005-10-301-32/+65
* [project @ 2005-08-08 19:19:20 by bursa]James Bursa2005-08-081-0/+32
* [project @ 2005-08-07 21:28:48 by bursa]James Bursa2005-08-071-3/+8
* [project @ 2005-08-06 23:34:30 by bursa]James Bursa2005-08-061-1/+5
* [project @ 2005-08-06 22:29:30 by bursa]James Bursa2005-08-061-2/+7
* [project @ 2005-07-31 21:57:07 by bursa]James Bursa2005-07-311-1/+12
* [project @ 2005-07-31 11:21:46 by bursa]James Bursa2005-07-311-9/+7
* [project @ 2005-07-30 23:32:48 by jmb]John Mark Bell2005-07-301-1/+132
* [project @ 2005-07-24 14:29:32 by bursa]James Bursa2005-07-241-5/+12
* [project @ 2005-07-21 21:48:41 by bursa]James Bursa2005-07-211-0/+22
* [project @ 2005-07-20 22:25:56 by bursa]James Bursa2005-07-201-0/+10