summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* When box has no style, handle descendant calc as for overflow: visible.Michael Drake2011-02-231-2/+3
* Fix silly.Michael Drake2011-02-221-1/+2
* Fix text clipping bug.Michael Drake2011-02-221-3/+3
* Child bbox is relative to current box.Michael Drake2011-02-221-0/+5
* Child's descendant bbox only affects current box's bbox if the child has over...Michael Drake2011-02-221-5/+14
* Add function to get a box's border edge bbox, and use it to find initial desc...Michael Drake2011-02-221-6/+26
* Simplify descendant bbox calculations.Michael Drake2011-02-221-40/+41
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-211-9/+1
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
* Fix fixed point percentage macro not to overflow. Thanks to jmb and vince.Michael Drake2011-02-161-3/+1
* If percentage is negative, resort to floating point.Michael Drake2011-02-161-1/+3
* Non block level :after boxes aren't supported yet, so don't generate them.Michael Drake2011-02-151-22/+2
* Fix bug #3182729: meta refresh of embedded html pages resulted in mismatched ...John Mark Bell2011-02-151-7/+19
* Handle percentages from libcss without doing floating point maths.Michael Drake2011-02-151-40/+41
* Pass clip rect through html redraw as pointer.Michael Drake2011-02-151-127/+122
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-143-36/+42
* ConstifyJohn Mark Bell2011-02-144-6/+6
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-142-7/+8
* More comments for object dimension calculation.Michael Drake2011-02-141-1/+6
* Don't use float maths for AUTO image sizing with one given dimension.Michael Drake2011-02-141-2/+2
* Handle object sizing in one place.Michael Drake2011-02-141-77/+62
* Avoid potential divide by 0.Michael Drake2011-02-141-8/+15
* Increase computed time before scheduled redraws.Michael Drake2011-02-141-2/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-135-46/+31
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-111-5/+1
* Port to latest libcssJohn Mark Bell2011-01-295-127/+122
* Make layout of block formatting contexts take account of the bottom margin of...Michael Drake2011-01-261-0/+3
* Ensure we free more of the css stuff for the box model.Daniel Silverstone2011-01-192-2/+11
* Check for animating GIF favicon only if compiled with GIF support.Sven Weidauer2011-01-121-0/+2
* 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