On Do, Nov 21, 2013, Jorge Arellano Cid wrote:
On Tue, Nov 19, 2013 at 03:59:01PM +0100, Sebastian Geerken wrote:
I'd like to bring image backgrounds to a (temporary) end; before, I'd like to finish these tasks (see also doxygen documentation):
I'm resuming my work on this issue. Just finished a first read pass among the large changesets in the new repo (68). I've taken some notes and have a few comments from it, and some things to review.
Good!
Next, I'll review the past emails you sent me focusing on specific things. The question is, is there anything new/obsolete to review or focus here now?
You might also be interested in the following changes: c7a45fe8a24c: Getting toplevel widgets working. (The new function a_Image_new_with_dw does what a_Image_new did before.) f44e841bb521: Extension of the ImgRenderer interface. This is actually incomplete: a_Image_abort (and so ImgRenderer::abort) is not called in some cases, see documentation (html/dw-images-and-backgrounds.html). Does not play an important role, but the "abort" method could be used by image *widgets* to show that retrieving image data has failed (e. g. by a broken image frame). 9b8435e69e84: Stopping cache clients for background image. (Already mentioned in a mail.) Sebastian