summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix text selection.Michael Drake2014-08-201-0/+1
* Remove unwanted debug.Michael Drake2014-08-041-1/+0
* mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-041-1/+1
* Fix overflow handling issue.Michael Drake2014-07-131-19/+4
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-131-3/+3
* Handle overflow-x and overflow-y properties.Michael Drake2014-06-011-35/+97
* Improve min/max-height handling on replaced elements.Michael Drake2014-01-041-23/+96
* ensure no division by zero in scaled object dimensioning (coverity 1109864 )Vincent Sanders2013-11-031-1/+2
* Layout doesn't need to handle the old insane textarea box splitting now. Fix...Michael Drake2013-10-231-12/+1
* Don't attempt to vertical-align objects for now, as our current bodged vertic...Michael Drake2013-07-121-2/+1
* Apply vertical alignment to objects on line.Michael Drake2013-06-081-1/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Hacky fix for clipping of top of text.Michael Drake2013-04-171-0/+16
* Fix min line width calc when an inline isn't to be wrapped in a block that al...Michael Drake2013-03-061-3/+18
* Fix min width to take account of white-space property.Michael Drake2013-02-221-2/+12
* Don't reduce width of textarea box for CSS overflow scrollbar; it won't get one.Michael Drake2013-02-111-2/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-101-55/+44
|\
| * Update HTML layout not to demand that nsfont_split only splits on a space.Michael Drake2013-02-101-56/+43
| * Make nowrap code path a bit plainer.Michael Drake2013-02-101-4/+4
| * Comment current html wrap/text-splitting behaviour.Michael Drake2013-02-101-3/+5
* | Don't add box scrollbar padding to gadgets.Michael Drake2013-02-091-2/+4
* | First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+15
|/
* Fix min_max line width calc to include box spaces.Michael Drake2013-01-021-6/+12
* Fix placement of first inline on line below a float, when float has been shif...Michael Drake2012-11-041-1/+4
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-2/+2
* Don't convert spaces to non-breaking spaces inside white-space:pre. Instead,...Michael Drake2012-10-031-1/+3
* More white-space:nowrap.Michael Drake2012-10-031-4/+4
* Support white-space:nowrap.Michael Drake2012-10-031-2/+5
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
* Delete some trailing whitespace.Michael Drake2012-03-231-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
* Only make space for vertical box scrollbar if box has height set.Michael Drake2011-11-241-0/+6
* Fix bug #3433954: make containing_block available to layout_table so it can r...John Mark Bell2011-11-061-0/+4
* Fix bug #3433840: <img style="display: table" src="..."> will crash if the im...John Mark Bell2011-11-051-2/+1
* Add layout_get_object_dimensions param documentation missing from last commit.Michael Drake2011-09-231-0/+2
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
* Use fixed insted of floating point to get percentage of available_width, for ...Michael Drake2011-09-231-2/+2
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
* Remove gui_multitaskJohn Mark Bell2011-09-211-40/+0
* Replaced elements' children are not laid out, so don't look at their descenda...Michael Drake2011-08-231-0/+4
* Prevent iframes with display:inline and percentage width from getting a width...Michael Drake2011-06-281-1/+6
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-21/+15
* Reformat floated iframe browser windows only after the iframe box has been li...Michael Drake2011-06-141-6/+10
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-12/+61
* Use height type enum.Michael Drake2011-05-161-2/+3
* Elements replaced with HTML don't affect parent descendants.Michael Drake2011-05-101-1/+4
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-1/+1