summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* plugins aren't imagesChris Young2011-03-061-3/+0
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+3
* Esimated width is fine for last box.Michael Drake2011-03-051-2/+4
* Ensure box has appropriate space before cloning.Michael Drake2011-03-051-6/+14
* Make sure the last clone box for a wrapped text is properly measuered.Michael Drake2011-03-052-1/+17
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-052-0/+6
* Fix comment.Michael Drake2011-03-021-1/+1
* Move clone to box flags.Michael Drake2011-03-024-8/+5
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
* Move printed to box flags.Michael Drake2011-03-023-6/+4
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
* When wrapping text, don't duplicate strings. Special case for text inside te...Michael Drake2011-03-011-5/+14
* More useful assert and remove box_dump call.Michael Drake2011-03-011-8/+2
* Cache space widths.Michael Drake2011-03-016-42/+45
* Split splitting out into layout_text_box_split().Michael Drake2011-03-011-71/+63
* Optimise wrapped text layout.Michael Drake2011-02-281-4/+30
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-261-3/+3
* Fix bug #3140968: form submission with the GET method must replace the query ...John Mark Bell2011-02-251-46/+55
* Correct handling of action="": should submit to the document URL, not the bas...John Mark Bell2011-02-251-1/+9
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-254-113/+4
* Don't consider top/left of descendant box when applying box overflow scrollbars.Michael Drake2011-02-241-8/+6
* Apply margin before clear.Michael Drake2011-02-241-2/+2
* Handle text-indent in layout_minmax_line(). (Fixes #3187505; scattering of s...Michael Drake2011-02-241-9/+22
* Castrate favicon fetching. I've lost count of how much pain this has caused.John Mark Bell2011-02-241-1/+3
* 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