| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=18115
|
|
|
|
|
|
|
|
|
|
| |
2007-05-30 Chris Wilson <chris@chris-wilson.co.uk>
* io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load):
Supply the current GError for fatal_error_handler(). (#441443)
svn path=/branches/gtk-2-10/; revision=17990
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17779
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-29 Matthias Clasen <mclasen@redhat.com>
* io-jpeg.c: Remove a pointless check from the previous
commit that added a new string.
svn path=/branches/gtk-2-10/; revision=17713
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-28 Matthias Clasen <mclasen@redhat.com>
* io-png.c:
* io-jpeg.c: Accept unknown parameters with a warning
when saving. (#405539, Daniel Atallah)
svn path=/branches/gtk-2-10/; revision=17674
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-25 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame):
Don't double the delay time of the first frame. (#431997,
Björn Lindqvist)
svn path=/branches/gtk-2-10/; revision=17635
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17511
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17501
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-06 Tor Lillqvist <tml@novell.com>
* gdk/Makefile.am
* gdk-pixbuf/Makefile.am
* gtk/Makefile.am: Further fixes for building on Win32 outside
srcdir. (#413492, Mathias Hasselmann)
svn path=/branches/gtk-2-10/; revision=17396
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17394
|
|
|
|
|
|
|
|
|
| |
2007-02-27 Felix Riemann <friemann@svn.gnome.org>
* io-ico.c: (fill_info): Add image/x-ico to supported mime types.
Fixes bug #393599.
svn path=/branches/gtk-2-10/; revision=17360
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17307
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-07 Chris Wilson <chris@chris-wilson.co.uk>
* io-jpeg.c: (gdk_pixbuf__jpeg_image_load),
(gdk_pixbuf__jpeg_image_load_increment): Set the GError
if the image is zero length. (#405327)
svn path=/branches/gtk-2-10/; revision=17273
|
|
|
|
|
|
|
|
|
|
|
| |
2007-02-06 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Protect
against stop_load begin broken. (#403255, Lucas Mazzardo Veloso)
`
svn path=/branches/gtk-2-10/; revision=17268
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17200
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-18 Tor Lillqvist <tml@novell.com>
* gdk-pixbuf/Makefile.am
* gdk/Makefile.am
* gdk/win32/Makefile.am
* gtk/Makefile.am: Fixes for building outside srcdir on
Win32. (#336819, #340113) Drop distributing the handmade .la
libtool wrappers for the wntab32x and ie55uid libraries. It's too
much trouble making them work when building outside srcdir. Just
link to these libraries direcly using -Wl,libfoo.a.
svn path=/branches/gtk-2-10/; revision=17184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-17 Michael Natterer <mitch@imendio.com>
Patch taken from maemo-gtk (merged from trunk):
* io-png.c (png_text_to_pixbuf_option): don't call g_convert() on
ASCII strings.
(png_info_callback): set an error when the size_func would scale
the pixbuf away completely.
svn path=/branches/gtk-2-10/; revision=17180
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17167
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17164
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-04 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
* gdk-pixbuf/Makefile.am:
* configure.in:
* gdk/win32/rc/gdk.rc.in: Cross-compilation fixes.
(#392646, Yevgen Muntyan)
svn path=/branches/gtk-2-10/; revision=17068
|
|
|
|
| |
svn path=/branches/gtk-2-10/; revision=17060
|
|
|
|
|
|
|
|
| |
2006-12-22 Matthias Clasen <mclasen@redhat.com>
* io-bmp.c (decode_bitmasks): Handle bmps
with more than 8 bits per channel. (#172584,
David Costanzo)
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-22 Matthias Clasen <mclasen@redhat.com>
* io-bmp.c: Handle offsets more carefully. (#172188,
David Costanzo)
* io-bmp.c: Handle v5 and OS/2 v2 bmps.
* io-bmp.c: Handle alpha masks in v4 and v5 bmps.
|
|
|
|
|
|
|
|
| |
2006-12-21 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Emit
the closed signal when closing the loader, pointed out
by David Nečas.
|
|
|
|
|
|
|
|
| |
2006-12-21 Matthias Clasen <mclasen@redhat.com>
* io-gif.c (gif_get_lzw): Handle invalid gif animations
a little bit more robustly. (#357974, Vassilis Pandis,
patch by Felix Riemann)
|
|
|
|
|
|
|
|
| |
2006-12-21 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-data.c (gdk_pixbuf_new_from_data):
* gdk-pixbuf.c (gdk_pixbuf_new): Remove redundant size
checks, and document that width, height must be > 0.
|
|
|
|
|
|
| |
2006-12-21 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Link against GLib. (#341158, Alexey Rusakov)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-29 Tor Lillqvist <tml@novell.com>
* pixbufloader_*.def
* Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are
not used. (#365388) They were all identical, and exported just two
symbols, so if somebody needs them for a MSVC build that doesn't
use built-in modules it's trivial to hack makefile.msc to produce
a common .def file for the loaders. The two symbols that need to
be exported are fill_info and fill_vtable.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
2006-09-06 Matthias Clasen <mclasen@redhat.com>
* io-pnm.c: Simplify and fix reading of ASCII images.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* pixops/*.S: NetBSD portability fixes. (#346374,
Thomas Klausner)
|
| |
|
| |
|
| |
|