summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #3433787: ignore empty meta refresh content attribute.John Mark Bell2011-11-051-8/+28
* Give INLINE_END boxes their own id reference.Michael Drake2011-10-291-1/+2
* Use lwc_string for box->id.Michael Drake2011-10-295-14/+43
* fix infinite loop when copying private dataVincent Sanders2011-10-191-0/+1
* Convert more boxes before yieldingJohn Mark Bell2011-10-091-39/+46
* Fix leaky refcountingJohn Mark Bell2011-10-081-0/+12
* Improve performance of style selectionJohn Mark Bell2011-10-086-36/+272
* Improve error handlingJohn Mark Bell2011-10-081-19/+15
* metadata links stored in contentsVincent Sanders2011-10-071-28/+73
* initial favicon supportVincent Sanders2011-10-062-17/+29
* Build resource: map at start timeJohn Mark Bell2011-10-052-42/+39
* Don't try to LOG url of errored stylesheet content.Michael Drake2011-10-041-3/+1
* Pass nsurls through html_fetch_object.Michael Drake2011-10-043-42/+52
* Set iframe url pointer to NULL after unref at other end too.Michael Drake2011-10-031-1/+3
* Set url pointers to NULL after unref.Michael Drake2011-10-031-2/+6
* Remove unused APIJohn Mark Bell2011-10-031-1/+0
* Can't talloc_free nsurls. Thanks jmb.Michael Drake2011-10-031-2/+2
* More talloc destructors for nsurls.Michael Drake2011-10-031-5/+41
* Fix handling of preformatted textJohn Mark Bell2011-10-031-6/+20
* Add talloc destructor for object_params.Michael Drake2011-10-031-0/+21
* Parallelise object fetchesJohn Mark Bell2011-10-032-77/+45
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-038-87/+91
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-038-118/+143
* add html objects in better orderVincent Sanders2011-10-031-3/+14
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-298-501/+810
* 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-214-91/+3
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-154-2/+4
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-152-32/+15
* Don't try to render overflow scrollbars for the root element.Michael Drake2011-09-071-1/+2
* HTML handler for contextual content requests.Michael Drake2011-09-061-0/+50
* Pass html_content to imagemap_get, instead of hlcache_handle.Michael Drake2011-09-063-4/+3
* Move to new frame dimensions. Need to avoid poking inside bw struct here.Michael Drake2011-09-061-1/+1
* Sniff content types where appropriate.John Mark Bell2011-09-041-4/+6
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-032-5/+4
* Avoid instance of using bw->current_content outside desktop/.Michael Drake2011-08-314-73/+75
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-22/+20
* Remove last use of current_redraw_browser.Michael Drake2011-08-241-1/+1
* Core part of search improvement:Michael Drake2011-08-248-14/+879
* Replaced elements' children are not laid out, so don't look at their descenda...Michael Drake2011-08-231-0/+4
* Fix bug #3390958: forcibly discard references to any child objects if we fail...John Mark Bell2011-08-201-4/+14
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-262-23/+1