summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Collapse)AuthorAgeFilesLines
* Include pltcheck.sh in EXTRA_DIST.Behdad Esfahbod2006-10-021-0/+1
| | | | | | | | | 2006-10-02 Behdad Esfahbod <behdad@gnome.org> * gdk-pixbuf/Makefile.am: * gdk/Makefile.am: * gtk/Makefile.am: Include pltcheck.sh in EXTRA_DIST.
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-106-14/+23
| | | | | | | | 2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
* UpdateBehdad Esfahbod2006-09-061-0/+1
|
* Fix the last change to actually compile.Matthias Clasen2006-09-061-2/+2
|
* Simplify and fix reading of ASCII images.Matthias Clasen2006-09-062-82/+71
| | | | | | 2006-09-06 Matthias Clasen <mclasen@redhat.com> * io-pnm.c: Simplify and fix reading of ASCII images.
* 2.10.2GTK_2_10_2Matthias Clasen2006-08-181-0/+4
|
* Stop loading an animation if the first frame is complete. (#350911,Matthias Clasen2006-08-162-2/+21
| | | | | | | | 2006-08-16 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file_at_scale): Stop loading an animation if the first frame is complete. (#350911, Christian Neumair)
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-241-0/+4
|
* Put the code to protect against broken loaders that forget to set error inMatthias Clasen2006-07-172-32/+39
| | | | | | | | | | | 2006-07-16 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module) (gdk_pixbuf_loader_write, gdk_pixbuf_loader_close) (gdk_pixbuf_loader_ensure_error): Put the code to protect against broken loaders that forget to set error in an auxiliary function and call it in more places. (#346428, Catmur)
* Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbmMatthias Clasen2006-07-172-18/+34
| | | | | | | | 2006-07-16 Matthias Clasen <mclasen@redhat.com> * io-xbm.c: Fix incremental loading of xbms. (#346427, Ed Catmur) Also make the xbm loader accept const variations.
* 2.10.0GTK_2_10_0Matthias Clasen2006-07-031-0/+4
|
* NetBSD portability fixes. (#346374, Thomas Klausner)Matthias Clasen2006-07-025-4/+7
| | | | | * pixops/*.S: NetBSD portability fixes. (#346374, Thomas Klausner)
* broken pipeGTK_2_9_4Matthias Clasen2006-06-221-0/+4
|
* 2.9.3GTK_2_9_3Matthias Clasen2006-06-131-0/+4
|
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-051-0/+4
|
* 2.9.1GTK_2_9_1Matthias Clasen2006-05-171-0/+4
|
* More of the sameMatthias Clasen2006-05-143-4/+4
|
* 2.9.0GTK_2_9_0Matthias Clasen2006-05-051-0/+4
|
* modules/engines/pixbuf/Makefile.am Build fixes for Cygwin. (#338262)Matthias Clasen2006-04-121-1/+1
| | | | | | | | 2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
* Use G_DEFINE_TYPEMatthias Clasen2006-04-043-71/+10
|
* Small savingsMatthias Clasen2006-04-042-5/+6
|
* Remove a pointless check, pointed out by Kjartan Maraas.FEDERICO_FILENAME_ENTRY_BRANCHPOINTMatthias Clasen2006-03-242-1/+5
| | | | | | | 2006-03-24 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Remove a pointless check, pointed out by Kjartan Maraas.
* Add some documentation about supported image formats, and how to find outMatthias Clasen2006-03-222-0/+19
| | | | | | | | 2006-03-22 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c: Add some documentation about supported image formats, and how to find out about them. (#335536, Murray Cumming)
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-206-19/+41
| | | | | | | | | | | 2006-03-20 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c: * gdk-pixbuf-io.c: * io-xpm.c: * io-xbm.c: * io-gif.c: Always save errno to a temporary before making other calls. (#335179, Morten Welinder)
* Add a shortcut to stop the gif mainloop after the first frame, if that isMatthias Clasen2006-03-142-2/+14
| | | | | | | | 2006-03-14 Matthias Clasen <mclasen@redhat.com> * io-gif.c (gdk_pixbuf__gif_image_load): Add a shortcut to stop the gif mainloop after the first frame, if that is all we are interested in. (#334538)
* Support 16bit pnmsMatthias Clasen2006-03-032-8/+21
|
* Fix incremental loading of 8-bit pcx files. (#148518, Magnus Bergmann)Matthias Clasen2006-03-032-2/+7
| | | | | | | 2006-03-03 Matthias Clasen <mclasen@redhat.com> * io-pcx.c (pcx_load_palette_8): Fix incremental loading of 8-bit pcx files. (#148518, Magnus Bergmann)
* Update documentation now that tiff supports saving.Anders Carlsson2006-02-283-16/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-28 Anders Carlsson <andersca@imendio.com> * gdk-pixbuf-io.c: Update documentation now that tiff supports saving. * io-tiff.c: (tiff_load_read): (tiff_load_write): (tiff_load_seek): (tiff_load_close): (tiff_load_size): (tiff_load_map_file): (tiff_load_unmap_file): (gdk_pixbuf__tiff_image_stop_load): Rename callback functions that are used during loading. (tiff_save_read): (tiff_save_write): (tiff_save_seek): (tiff_save_close): (tiff_save_size): (create_save_context): (free_save_context): New callback functions which operate on a memory buffer. (gdk_pixbuf__tiff_image_save_to_callback): Implement saving of pixbufs to tiffs. (save_to_file_cb): (gdk_pixbuf__tiff_image_save): New function that saves a pixbuf to a FILE handle. Uses save_to_callback. (fill_vtable): Add new functions. (fill_info): Change flags since this module supports writing now.
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-107-22/+38
| | | | | | | | | | | | 2006-02-10 Matthias Clasen <mclasen@redhat.com> * io-jpeg.c: * io-png.c: * io-pnm.c: * io-tiff.c: * io-xbm.c: * io-xpm.c: Always check for NULL when using callbacks. (#330563, Benjamin Otte)
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-292-2/+0
| | | | | | | | | 2006-01-28 Behdad Esfahbod <behdad@gnome.org> * configure.in: If major.minor of required and available glib versions are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-182-1/+6
| | | | | | | | | 2006-01-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrbtree.c: * gtk/gtktreemodel.c: Fix several g_new() calls which were using extra indirections or pointless casts. (#327423, Morten Welinder)
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
| | | | | | 2006-01-13 Matthias Clasen <mclasen@redhat.com> * */abicheck.sh: Make this work on more platforms.
* Clarify the docs ("darkened/brightened" is not "saturation").Federico Mena Quintero2006-01-122-8/+13
| | | | | | | 2006-01-12 Federico Mena Quintero <federico@ximian.com> * gdk-pixbuf-util.c (gdk_pixbuf_saturate_and_pixelate): Clarify the docs ("darkened/brightened" is not "saturation").
* minor doc editJonathan Blandford2005-12-302-4/+8
|
* Use G_MODULE_BIND_LAZY when opening modules.Matthias Clasen2005-12-162-1/+6
| | | | | | | | | | 2005-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_system_module_load): * gtk/gtkimmodule.c (gtk_im_module_load): * gtk/gtkthemes.c (gtk_theme_engine_load): * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when opening modules.
* Move stuff to correct ChangeLog.Michael Natterer2005-12-141-0/+12
|
* new utility function which factors out massive code duplication from theMichael Natterer2005-12-141-108/+70
| | | | | | | | 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.
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-2/+67
| | | | | | | | | | | 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
* Fix integer overflows in the xpm loaderMatthias Clasen2005-11-152-2/+10
|
* use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)Matthias Clasen2005-10-261-2/+2
| | | | | | | 2005-10-26 Matthias Clasen <mclasen@redhat.com> * */Makefile.am: use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)
* Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589,Matthias Clasen2005-10-122-2/+10
| | | | | | | | 2005-10-12 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Only call gdk_pixbuf_loader_eat_header_write() when count > 0. (#318589, Bogdan Nicula)
* Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes.Matthias Clasen2005-10-034-3/+11
| | | | | | | | | | 2005-10-03 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file): * gdk-pixbuf-loader.c: Use a 1k buffer for sniffing image formats, instead of 128 or 256 bytes. (#317225, Sebastien Bacher, Dom Lachowicz)
* Remove unused variable pbuf_count. (#315282, Kjartan Maraas)Matthias Clasen2005-09-052-8/+9
| | | | | | | 2005-09-05 Matthias Clasen <mclasen@redhat.com> * io-tga.c (parse_rle_data): Remove unused variable pbuf_count. (#315282, Kjartan Maraas)
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-312-1/+4
| | | | | | | | | | | | | 2005-08-31 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am: * gtk/Makefile.am: Intern type names in code generated by glib-mkenums, too. * gtk/*.c: * gdk/x11/*.c: * gdk/*.c: Intern type names before registering the type to avoid unnecessary copies.
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-316-7/+19
| | | | | | | | | | | | | | 2005-08-31 Matthias Clasen <mclasen@redhat.com> * io-ani-animation.c (gdk_pixbuf_ani_anim_iter_get_type) (gdk_pixbuf_ani_anim_get_type): * io-gif-animation.c (gdk_pixbuf_gif_anim_get_type) (gdk_pixbuf_gif_anim_iter_get_type): * gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type): * gdk-pixbuf.c (gdk_pixbuf_get_type): * gdk-pixbuf-animation.c (gdk_pixbuf_animation_get_type): Intern type names before registering the type to avoid unnecessary copies.
* Make this work again.Matthias Clasen2005-08-302-3/+6
| | | | | | 2005-08-30 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (format_check): Make this work again.
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-306-13/+24
| | | | | | | | | | | | | | | 2005-08-30 Matthias Clasen <mclasen@redhat.com> * io-png.c (png_save_to_callback_write_func): Add a cast to avoid compiler warnings. * pixops/timescale.c (main): Declare src_buf, dest_buf as unsigned to avoid compiler warnings. * gdk-pixbuf-io.h: Declare the prefix and mask members of GdkPixbufModulePattern as char*, to avoid compiler warnings. * io-ani.c (ani_load_chunk): Use g_try_new() in some places.
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-241-0/+2
|
* 2.8.1GTK_2_8_1Matthias Clasen2005-08-241-0/+4
|
* Check for overflow in one more place. (#313818, Tommi Komulainen)Matthias Clasen2005-08-182-1/+14
| | | | | | | 2005-08-18 Matthias Clasen <mclasen@redhat.com> * io-ico.c (DecodeHeader): Check for overflow in one more place. (#313818, Tommi Komulainen)