mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Move stuff to correct ChangeLog.
This commit is contained in:
parent
e675ca627f
commit
c151ab9c67
13
ChangeLog
13
ChangeLog
@ -1,17 +1,6 @@
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new
|
||||
utility function which factors out massive code duplication from
|
||||
the commit below.
|
||||
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids
|
||||
the allocation of an intermediate buffer for non-progressive
|
||||
jpegs. Fixed bug #305894.
|
||||
|
||||
* tests/test-images/valid_jpeg_progressive_test: new test image so
|
||||
we can test both loading code paths in io-jpeg.c
|
||||
* tests/test-images/valid_jpeg_progressive_test: new test image.
|
||||
|
||||
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
|
||||
|
||||
|
@ -1,17 +1,6 @@
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new
|
||||
utility function which factors out massive code duplication from
|
||||
the commit below.
|
||||
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids
|
||||
the allocation of an intermediate buffer for non-progressive
|
||||
jpegs. Fixed bug #305894.
|
||||
|
||||
* tests/test-images/valid_jpeg_progressive_test: new test image so
|
||||
we can test both loading code paths in io-jpeg.c
|
||||
* tests/test-images/valid_jpeg_progressive_test: new test image.
|
||||
|
||||
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new utility
|
||||
function which factors out massive code duplication from the
|
||||
commit below.
|
||||
|
||||
2005-12-14 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* io-jpeg.c: applied patch from maemo-gtk which avoids the
|
||||
allocation of an intermediate buffer for non-progressive
|
||||
jpegs. Fixed bug #305894.
|
||||
|
||||
2005-11-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* io-xpm.c: Fix several integer overflows which have been
|
||||
|
Loading…
Reference in New Issue
Block a user