summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Don't clear floats if there aren't floats to clear.Michael Drake2011-01-091-2/+9
* Ensure top margin is affects static position in particular case.Michael Drake2011-01-091-1/+7
* Document font APIs -- specifically, string lengths are specified in bytes, no...John Mark Bell2011-01-091-0/+35
* Table top/bottom margin is 0px when computed value is 'auto'.Michael Drake2011-01-081-0/+6
* Fix sillinessDaniel Silverstone2011-01-071-3/+1
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animat...Daniel Silverstone2011-01-071-7/+14
* Ensure that we only set done once, but that we do reformat if we're updated. ...Daniel Silverstone2011-01-071-7/+11
* Only consider a favicon for redraw/done if an event *caused* it to become readyDaniel Silverstone2011-01-071-2/+6
* Completion of first-letter and first-line pseudo element computed styles is n...Michael Drake2011-01-061-2/+7
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
* Remove redundant validation -- if you successfully obtain a css_select_result...John Mark Bell2011-01-051-1/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-055-114/+162
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
* Implement enough support for the :after pseudo element for the widely-used cl...Michael Drake2011-01-041-13/+103
* Fix comment.Michael Drake2010-11-031-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-302-0/+6
* Slightly less braindead textplain handlingJohn Mark Bell2010-10-231-24/+72
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-162-0/+6
* Fix crash when top-level content is not HTML and there is a fragment identifi...John Mark Bell2010-10-112-3/+5
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
* Change back to using tree directly because element navigation functions requi...James Bursa2010-09-161-2/+4
* Use libxml functions to loop through elements in html_head() instead of check...James Bursa2010-09-161-5/+2
* Replace all instances of NUL with U+FFFDJohn Mark Bell2010-09-131-4/+14
* Replace use of iconv with a parserutils inputstreamJohn Mark Bell2010-09-132-72/+99
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-330/+0
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4
* Fix object descendants and make space for scrollbars if required.Michael Drake2010-08-301-1/+10
* Don't special case height to content height when object's content is HTML.Michael Drake2010-08-301-1/+1
* Fix clipping to exclude border for objects.Michael Drake2010-08-301-3/+4
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-261-370/+1
* + Don't even consider top and bottom borders when theyMichael Drake2010-08-261-93/+200
* + Pass clip rectangle around html_redraw_* as a struct rect.Michael Drake2010-08-261-339/+400
* Simplication due to known border geometry characteristics. Fix double border ...Michael Drake2010-08-141-34/+36
* Fix colour comparison to compare the right things. Plot left and right border...Michael Drake2010-08-141-129/+133
* Slightly quicker border part length finding.Michael Drake2010-08-141-4/+4
* Render 1px wide border parts with rectangle plotter, rather than polygon.Michael Drake2010-08-141-8/+54
* + Optimise border handling at 1:1 scale.Michael Drake2010-08-141-90/+82
* Fix BeOS build.Michael Drake2010-08-131-1/+1
* Plot rectangular border parts with the rectangle plotter, rather than the pol...Michael Drake2010-08-131-9/+74
* Make top and bottom borders flush with left and right of border box, when pos...Michael Drake2010-08-131-83/+259
* Skip transparent borders early and change border side plot order.Michael Drake2010-08-131-11/+11
* Fix inline border ends where inline text wraps.Michael Drake2010-08-131-10/+10
* Simplify border vertex arrangement code slightly.Michael Drake2010-08-131-48/+49
* C89.François Revel2010-08-021-1/+2
* Fix build when layout logging is enabled.Michael Drake2010-07-161-2/+2
* Record left and right float boxes with negative widths. Fixes overlapping tex...Michael Drake2010-07-161-8/+5
* Update dirlist_generate_title documentation to match reality. Remove unused e...Michael Drake2010-07-161-20/+10
* memory leakChris Young2010-07-151-19/+29