summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-021-41/+12
* Fix syntax.Michael Drake2008-01-291-1/+1
* Reinstate things lost in the last checkins.Michael Drake2008-01-291-3/+5
* No need to recalculate a value we already have.Michael Drake2008-01-291-10/+5
* Apply min font size config option to radio icons and checkboxes.Michael Drake2008-01-291-13/+47
* Only needed the vertical position changed.Michael Drake2008-01-281-1/+3
* Fix vertical position of images with margin/borders/padding.Michael Drake2008-01-281-1/+2
* Ensure images within inline-blocks are shown properly. Fixed by zamez.Michael Drake2008-01-271-1/+1
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-4/+4
* Hopefully fix inline-block positioning. (Stops form elements from overlapping.)Michael Drake2008-01-271-2/+6
* No need to reduce box height when adding scrollbar.Michael Drake2008-01-261-1/+0
* Protect <pre> fix in cases where c->style is NULLDaniel Silverstone2007-12-231-3/+5
* An INLINE_CONTAINER which contains a TEXT which is zero chars long but *is* i...Daniel Silverstone2007-12-231-3/+7
* Remove legacy code.Richard Wilson2007-10-101-8/+1
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-3/+3
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-191-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* 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