index
:
dillo
master
Dillo, a multi-platform graphical web browser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dicache.c
Age
Commit message (
Expand
)
Author
2024-11-24
Add WebP image support
Rodrigo Arias Mallo
2024-07-27
Add SVG support for currentColor
Rodrigo Arias Mallo
2024-07-26
Merge SVG support from mobilized Dillo fork
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2016-05-11
Silenced a few old debug messages.
Jorge Arellano Cid
2014-06-24
Reimplemented the Dicache using dlib ADTs
Jorge Arellano Cid
2014-06-24
Moved dicache entry removal to a_Dicache_cleanup()
Jorge Arellano Cid
2014-06-21
Ensure png, jpeg and gif decoders don't use DilloImage after set_parms()
Jorge Arellano Cid
2014-06-19
Fixed a potential problem in a_Dicache_unref()
Jorge Arellano Cid
2014-06-19
Avoid a memory leak at exit time
Jorge Arellano Cid
2014-06-07
Fixed an "invalid read" in dicache (detected with valgrind)
Jorge Arellano Cid
2014-05-14
Avoid removing imgbuf and decoding the whole image again for reloads.
Jorge Arellano Cid
2014-05-14
Avoid creation of unnecessary image bufs (at alt-text to img switch)
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
2013-09-10
Some refactoring: the image decoding code now only accesses dw::core::ImgRend...
Sebastian Geerken
2013-06-17
Added gamma correction value to dw::core::ImgBuf.
Sebastian Geerken
2013-01-12
clean up struct typedefs
p37sitdu, corvid
2010-03-18
some remove_fast at freeall() time
corvid
2009-11-11
functions needn't be publicly visible
corvid
2009-07-23
standardise on returning 1 for error exit()s
corvid
2009-06-22
remove system includes
corvid
2009-05-10
Fix a memory leak with DilloImage structures
Hofmann Johannes
2009-05-08
Fix a memory leak when stopping an image-decoding process
Jorge Arellano Cid
2009-05-07
Cleanup in a_Image_new() signature
Jeremy Henty
2009-04-28
Regression fix: make scaled multiscan images work again.
corvid
2009-04-23
Remove unused parameter in a_Dicache_write()
corvid
2009-03-06
remove bg_color dillorc option
Johannes Hofmann
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-02-05
Removed the cache.h include fromm dicache.c
corvid
2009-01-31
Removed an unused variable in DicEntry structure
Jorge Arellano Cid
2009-01-31
Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanups
Jorge Arellano Cid
2009-01-14
Make now-unused debug messages silent.
Jorge Arellano Cid
2009-01-09
merge
Johannes Hofmann
2009-01-09
Backed out changeset abdae95b1c9e
Johannes Hofmann
2009-01-05
Fix a segfault with a debug MSG.
Jorge Arellano Cid
2009-01-05
These optimizations are for repeated images in a page.
Jorge Arellano Cid
2009-01-04
Debugging aids.
Jorge Arellano Cid
2009-01-03
[mq]: dicache-cleanup7
Jorge Arellano Cid
2009-01-02
imported patch dicache-cleanup6
Jorge Arellano Cid
2009-01-01
imported patch dicache-cleanup5
Jorge Arellano Cid
2009-01-01
[mq]: dicache-cleanup4
Jorge Arellano Cid
2008-12-29
imported patch dicache-cleanup3
Jorge Arellano Cid
2008-12-29
imported patch dicache-cleanup2
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-09-30
- s/todo:/TODO:/g
jcid
2008-09-14
- Made several cleanups according to compiler warnings with "-W -Wall".
jcid
2008-06-18
- Minor cleanups.
jcid
2008-01-16
- Added support for progressive display of progressive jpegs.
jcid
[next]