Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2014-05-14 | Avoid creation of unnecessary image bufs (at alt-text to img switch) | Jorge Arellano Cid | |
This is the first of a patch series for image code bugs that have severe impact on performance. With these testing files: 1imgA.html = <img src="maj00s.png" alt="img1"> 2imgSA.html = <img src="maj00s.png" alt="img1"> <img src="maj00s.png" alt="img12"> 3imgSA.html = <img src="maj00s.png" alt="img1"> <img src="maj00s.png" alt="img12"> <img src="maj00s.png" alt="img123"> 2imgA.html = <img src="maj00s.png" alt="img1"> <img src="maj21s.png" alt="img12"> 3imgA.html = <img src="maj00s.png" alt="img1"> <img src="maj21s.png" alt="img12"> <img src="c10s.png" alt="img123"> This are the results: .------------------------------------------------------------------. |imgbufs | No patch | Patched #1 | | | first time | upon reload | first time | upon reload | |------------------------------------------------------------------- |1imgA.html | 2 | 1 | 1 | 1 | |2imgSA.html | 3 | 2 | 1 | 2 | |3imgSA.html | 4 | 3 | 1 | 3 | |------------------------------------------------------------------- |2imgA.html | 4 | 2 | 2 | 2 | |3imgA.html | 6 | 3 | 3 | 3 | '------------------------------------------------------------------' | |||
2013-11-29 | Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random. | Jorge Arellano Cid | |
2013-11-19 | Toplevel images work now. | Sebastian Geerken | |
2013-10-22 | Extended ImgRenderer; new option (in the code) for drawing background images ↵ | Sebastian Geerken | |
at once. | |||
2013-09-10 | Some refactoring: the image decoding code now only accesses ↵ | Sebastian Geerken | |
dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore. | |||
2009-06-22 | remove system includes | corvid | |
2009-05-10 | Fix a memory leak with DilloImage structures | Hofmann Johannes | |
2009-05-07 | Cleanup in a_Image_new() signature | Jeremy Henty | |
2009-05-03 | Removed redundant caller NULL checks already in the API | Jeremy Henty | |
2009-04-28 | Regression fix: make scaled multiscan images work again. | corvid | |
2009-04-27 | rm unused a_Image_set_cmap | corvid | |
2009-01-14 | Fix: inherit bgcolor from parent widget (images). Also cleanups. | Jorge Arellano Cid | |
2009-01-14 | Make now-unused debug messages silent. | Jorge Arellano Cid | |
2009-01-03 | [mq]: dicache-cleanup7 | Jorge Arellano Cid | |
2009-01-02 | imported patch dicache-cleanup6 | Jorge Arellano Cid | |
2008-12-29 | imported patch dicache-cleanup3 | Jorge Arellano Cid | |
2008-12-27 | [mq]: dicache-cleanup1 | Jorge Arellano Cid | |
2008-12-25 | Started code cleanup of the image code mainly in dicache.c. part#1 | Jorge Arellano Cid | |
2008-02-08 | - added flush for bare images and plain text pages. | jcid | |
2008-01-16 | - Added support for progressive display of progressive jpegs. | jcid | |
- Fixed progressive display of interlaced pngs. | |||
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |