From 94c2d21c5c035fa056481ea6e6743f83ea651e78 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 20 Jun 2016 21:44:36 +0200 Subject: Incremental resizing for OOFFloatsMgr. --- devdoc/dw-miscellaneous.doc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'devdoc') diff --git a/devdoc/dw-miscellaneous.doc b/devdoc/dw-miscellaneous.doc index dc282354..faaf2fa8 100644 --- a/devdoc/dw-miscellaneous.doc +++ b/devdoc/dw-miscellaneous.doc @@ -51,6 +51,11 @@ Widget sizes Relation between dw::core::Widget::markSizeChange and dw::core::Widget::queueResize ------------------------------------------------------------------------------------ +The following comment should be re-evaluated. Implementing incremental resizing +for dw::oof::OOFFloatsMgr seems to fix the performance problems, but this should +be examined further. + +
dw::oof::OOFFloatsMgr::markSizeChange (called from dw::Textblock::markSizeChange) calls dw::oof::OOFAwareWidget::updateReference, whose implementation dw::Textblock::updateReference calls @@ -77,5 +82,6 @@ You may change the numner (20), or examine smaller cases with RTFL: (for i in $(seq 1 3); do echo '
'; done) > tmp.html; src/dillo tmp.html | rtfl-objview -OM -A "*" -a resize -a resize.oofm +
*/ -- cgit v1.2.3