| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.
|
|
|
|
| |
svn path=/trunk/; revision=22530
|
|
|
|
| |
svn path=/trunk/; revision=22448
|
|
|
|
|
|
|
|
|
| |
* gdk-pixbuf-io.c (_gdk_pixbuf_get_module): If pure sniffing
yields uncertain results, try again with the filename.
Patch by Tyler Lawson
svn path=/trunk/; revision=22433
|
|
|
|
| |
svn path=/trunk/; revision=22350
|
|
|
|
| |
svn path=/trunk/; revision=22273
|
|
|
|
| |
svn path=/trunk/; revision=22231
|
|
|
|
| |
svn path=/trunk/; revision=22202
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-19 Tor Lillqvist <tml@iki.fi>
Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmps
* io-bmp.c (OneLine32): Use unsigned variables so that we can
right-shift them without risk of sign extension. Don't "reverse"
the alpha value, actually storing 0xFF-alpha, but use it as such.
svn path=/trunk/; revision=22172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Tor Lillqvist <tml@iki.fi>
Bug 164002 - query scripts don't work uninstalled on windows
* queryloaders.c (main): Use the configure-time PIXBUF_LIBDIR if
the exe is located in a .libs folder, i.e. run in the build
directory through a libtool wrapper script or wrapper executable,
or in the source folder itself. Otherwise continue to infer the
runtime prefix from the exe's location.
2009-01-12 Tor Lillqvist <tml@iki.fi>
* queryloaders.c (main): Remove the Win9x code path. It had been
left by mistake. Win9x code is gone from the rest of GTK+ since
2.12.
svn path=/trunk/; revision=22106
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-07 Matthias Clasen <mclasen@redhat.com>
Bug 566862 – pixbuf_new_from_file does not autodetect format
* gdk-pixbuf-io.c (_gdk_pixbuf_get_module): Go back to sniffing
without looking at the filename, to avoid breaking expected
functionality.
svn path=/trunk/; revision=22073
|
|
|
|
| |
svn path=/trunk/; revision=22037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-30 Christian Dywan <christian@imendio.com>
Bug 561186 – GdkPixbuf API type checking needs cleanup
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_write),
(gdk_pixbuf_loader_get_pixbuf), (gdk_pixbuf_loader_get_animation),
(gdk_pixbuf_loader_close), (gdk_pixbuf_loader_get_format):
* gdk-pixbuf-scale.c (gdk_pixbuf_scale), (gdk_pixbuf_composite),
(gdk_pixbuf_composite_color), (gdk_pixbuf_scale_simple),
(gdk_pixbuf_composite_color_simple):
* gdk-pixbuf-simple-anim.c (gdk_pixbuf_simple_anim_add_frame):
* gdk-pixbuf-util.c (gdk_pixbuf_add_alpha),
(gdk_pixbuf_apply_embedded_orientation):
Improve type checking in pixbuf API
svn path=/trunk/; revision=21832
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents
* io-tga.c (gdk_pixbuf__tga_stop_load): Don't segfault on
short files.
Problem reported by Pedro Villavicencio
svn path=/trunk/; revision=21643
|
|
|
|
|
|
|
|
|
|
| |
2008-10-01 Tor Lillqvist <tml@novell.com>
* io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses
newest mingw headers.
svn path=/trunk/; revision=21555
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-23 13:28:23 Tim Janik <timj@imendio.com>
* gdk-pixdata.c: prevent RLE encoding of 1x1 pixel images, since the
encoder comparison operator requires at least 2 pixels, fixes #553374:
Bug 553374 - gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE
svn path=/trunk/; revision=21497
|
|
|
|
| |
svn path=/trunk/; revision=21451
|
|
|
|
|
|
|
|
|
| |
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
* io-gdip-utils.c: Fix 2 cases where we leaked a GpImage (#552545)
svn path=/trunk/; revision=21426
|
|
|
|
| |
svn path=/trunk/; revision=21420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-13 Tor Lillqvist <tml@novell.com>
* gdk-pixbuf/gdk-pixbuf-io.c
* gtk/gtkmain.c: Don't use the deprectated
g_win32_get_package_installation_directory() and
g_win32_get_package_installation_subdirectory() functions. Use
g_win32_get_package_installation_directory_of_module()
instead. Also, don't use the deprecated silly
G_WIN32_DLLMAIN_FOR_DLL_NAME macro, but an explicit minimal
DllMain() that just saves the DLL handle.
svn path=/trunk/; revision=21381
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-13 Tor Lillqvist <tml@novell.com>
* gdk-pixbuf/gdk-pixbuf-io.c
* gtk/gtkmain.c: Do as the docs for
g_win32_get_package_installation_directory() say and pass NULL as
the first parameter.
svn path=/trunk/; revision=21379
|
|
|
|
| |
svn path=/trunk/; revision=21313
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-06 Matthias Clasen <mclasen@redhat.com>
Bug 517233 – Calling gdk_pixbuf_loader_close causes "GError set over
the top of a previous GError" warning
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Don't overwrite
errors. Reported by Andrey Tsyvarev
svn path=/trunk/; revision=21309
|
|
|
|
|
|
|
|
|
| |
2008-09-05 Sebastien Bacher <seb128@ubuntu.com>
* gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
bug 550969 - fix a typo which breaks the static build
svn path=/trunk/; revision=21303
|
|
|
|
| |
svn path=/trunk/; revision=21296
|
|
|
|
| |
svn path=/trunk/; revision=21295
|
|
|
|
| |
svn path=/trunk/; revision=21290
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-03 Matthias Clasen <mclasen@redhat.com>
Bug 549711 – Race condition when loading gdk-pixbuf image modules
* gdk-pixbuf-io.c: Fix a race condition in module loading,
spotted by Chris Lord.
svn path=/trunk/; revision=21268
|
|
|
|
| |
svn path=/trunk/; revision=21220
|
|
|
|
| |
svn path=/trunk/; revision=21151
|
|
|
|
| |
svn path=/trunk/; revision=21115
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-13 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-marshal.list: reorder marshalers for no reason apart
from forcing a rebuild of the header after yesterday's Makefile.am
change.
svn path=/trunk/; revision=21105
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Sven Herzberg <sven@imendio.com>
Bug 546549 : Better Type Checking
reviewed by: mitch
* gdk-pixbuf-animation.c: check if a vfunc is implemented before
trying to call into it
svn path=/trunk/; revision=21047
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Sven Herzberg <sven@imendio.com>
Bug 546549 : Better Type Checking
reviewed by mitch
* gdk-pixbuf.c (gdk_pixbuf_copy), (gdk_pixbuf_get_colorspace),
(gdk_pixbuf_get_n_channels), (gdk_pixbuf_get_has_alpha),
(gdk_pixbuf_get_bits_per_sample), (gdk_pixbuf_get_pixels),
(gdk_pixbuf_get_width), (gdk_pixbuf_get_height),
(gdk_pixbuf_get_rowstride): use GDK_IS_PIXBUF() and not pixbuf != NULL
in g_return_*() statements
svn path=/trunk/; revision=21025
|
|
|
|
| |
svn path=/trunk/; revision=21015
|
|
|
|
|
|
|
|
|
| |
2008-08-04 Tor Lillqvist <tml@novell.com>
* Makefile.am: Pass appropriate -machine flag to lib.exe.
svn path=/trunk/; revision=20958
|
|
|
|
| |
svn path=/trunk/; revision=20897
|
|
|
|
| |
svn path=/trunk/; revision=20888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Federico Mena Quintero <federico@novell.com>
* demos/gtk-demo/changedisplay.c (find_toplevel_at_pointer): Don't
do funny casts to avoid compiler warnings.
* demos/gtk-demo/textview.c (easter_egg_callback): Likewise.
* gtk/gtkmain.c (rewrite_event_for_grabs, gtk_get_event_widget): Likewise.
* gtk/gtkmodules.c (load_module): Likewise.
* gtk/gtkselection.c (gtk_selection_convert): Likewise.
* gtk/gtktipsquery.c (gtk_tips_query_event): Likewise.
* gtk/queryimmodules.c (query_module): Likewise.
* tests/testgtk.c (create_gridded_geometry, create_key_lookup)
(find_widget_at_pointer): Likewise.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=20862
|
|
|
|
|
|
|
|
|
| |
* gdk-pixbuf-utils.c (gdk_pixbuf_saturate_and_pixelate):
Use gdk_pixbuf_copy_area() to copy between pixbufs.
Reported by Andrey Tsyvarev
svn path=/trunk/; revision=20840
|
|
|
|
| |
svn path=/trunk/; revision=20837
|
|
|
|
|
|
|
|
| |
* gdk-pixbuf-io.c: Improve docs for gdk_pixbuf_new_from_file_at_scale().
Proposed by Juan Manuel Palacios
svn path=/trunk/; revision=20828
|
|
|
|
|
|
|
|
|
|
| |
2008-07-11 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-io.c: Use GIO for sniffing image types, except
on Win32, where GIO doesn't do any sniffing.
svn path=/trunk/; revision=20820
|
|
|
|
| |
svn path=/trunk/; revision=20783
|
|
|
|
| |
svn path=/trunk/; revision=20451
|
|
|
|
| |
svn path=/trunk/; revision=20385
|
|
|
|
|
|
|
|
|
|
| |
2008-06-13 Hans Breuer <hans@breuer.org>
* makefile.msc : updated to allow simple switch between gdiplus- and
former fileformat backends
* io-tiff.c : use g_snprintf
svn path=/trunk/; revision=20369
|
|
|
|
| |
svn path=/trunk/; revision=20367
|
|
|
|
| |
svn path=/trunk/; revision=20309
|