summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0618-1122/+984
* Reduce number of page reflows and viewportMichael Drake2011-04-275-28/+85
* Optimise first pass of layout. Reduces number of nsfont_width calls by up to...Michael Drake2011-04-262-12/+38
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-222-61/+219
* Apply same hack for :before as for :afterJohn Mark Bell2011-04-221-18/+29
* Fix build with NDEBUG definedJohn Mark Bell2011-04-033-6/+123
* Fix bug #3238323: pass correct context pointer for html_object_callbackJohn Mark Bell2011-03-231-1/+1
* Handle scaled rendering of text/plain with plot origin offset too.Michael Drake2011-03-171-4/+4
* Fix text/plain rendering's plot range calc to take account of vertical plot o...Michael Drake2011-03-171-2/+2
* Fix scaled text-plain contents.Michael Drake2011-03-151-6/+9
* Make text size a separate #define. Michael Drake2011-03-151-3/+4
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* Allow box margins to collapse through zero-height boxes.Michael Drake2011-03-122-11/+53
* Saturated maths in css fixed point Vincent Sanders2011-03-124-13/+9
* Remove pointless nasty skanky broken box tree duplication from hellDaniel Silverstone2011-03-122-278/+0
* Update left/right margins comment.Michael Drake2011-03-121-2/+2
* Remove pointless searchJohn Mark Bell2011-03-111-10/+0
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-4/+4
* Keep child objects of a HTML content in a list, instead of an arrayJohn Mark Bell2011-03-103-119/+128
* Handle scaling of text plots in core.Michael Drake2011-03-081-0/+1
* 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