aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-11-29 12:30:00 +0100
committerSebastian Geerken <devnull@localhost>2013-11-29 12:30:00 +0100
commitac4d98479a65705fe588c5184bdef26d447a0b8d (patch)
tree1b87c92dfce90ec8eaa94f38b0a61bfdef5bba1f /doc
parent740ff520243ed6e3154249dee01e27f3fa0a22d1 (diff)
Clarified documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-images-and-backgrounds.doc23
1 files changed, 14 insertions, 9 deletions
diff --git a/doc/dw-images-and-backgrounds.doc b/doc/dw-images-and-backgrounds.doc
index f9a798cd..8f07766a 100644
--- a/doc/dw-images-and-backgrounds.doc
+++ b/doc/dw-images-and-backgrounds.doc
@@ -197,15 +197,6 @@ Medium Priority
**Background-attachment** is not yet implemented, and will be postponed.
-**Drawing background images row by row** may become slow. As an
-alternative, dw::core::ImgRenderer::finish could be used. However,
-drawing row by row could become an option. **Update:** There is now
-dw::core::style::drawBackgroundLineByLine, which can be changed in the
-code.
-
-(For image widgets, this could also become an option: in contexts,
-when image data is retrieved in a very fast way.)
-
**Calls to dw::core::ImgRenderer::fatal** are incomplete. As an
example, it is not called, when connecting to a server fails. (And so,
as far as I see, no cache client is started.)
@@ -227,4 +218,18 @@ The solution is basicly simple: keep alpha support out of dicache;
instead implement RGBA in dw::Image. As it seems, the main problem is
alpha support in FLTK/X11.
+
+Solved (Must Be Documented)
+---------------------------
+
+*Drawing background images row by row may become slow. As an
+alternative, dw::core::ImgRenderer::finish could be used. However,
+drawing row by row could become an option.* There is now
+dw::core::style::drawBackgroundLineByLine, which can be changed in the
+code, and is set to *false*. The old code still exists, so changing
+this to *true* activates again drawing line by line.
+
+(For image widgets, this could also become an option: in contexts,
+when image data is retrieved in a very fast way.)
+
*/