summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-191-2/+0
* Take account of any table height specified through CSS or HTML.John Mark Bell2008-03-101-1/+10
* Apply min/max-height to absolutely positioned elements.Michael Drake2008-03-101-0/+1
* Adjust y values after seting a min/max-height.Michael Drake2008-03-091-5/+22
* Initial stab at min/max-height support.Michael Drake2008-03-091-1/+46
* When floats have clear right or left set, as well as being put below floats o...Michael Drake2008-03-091-20/+29
* Fix clear CSS property support when applied on floats.Michael Drake2008-03-091-5/+20
* Round percentage width to nearest pixel with integers.Michael Drake2008-03-081-2/+3
* Fix float wrapping when available space equals space that would be used by fl...Michael Drake2008-03-071-1/+1
* No space between rows of floats.Michael Drake2008-03-071-4/+4
* Round percentage widths to nearest pixel instead of down.Michael Drake2008-03-061-2/+2
* For form gadgets, specified percentage width is inclusive of margin, border a...Michael Drake2008-02-171-9/+23
* Select element width is width of longest option text.Michael Drake2008-02-111-8/+60
* Improve float positioning.Michael Drake2008-02-031-1/+1
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
* Ensure min line length takes into account margins, borders and paddings of ob...Michael Drake2008-02-031-2/+7
* 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