summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Collapse)AuthorAgeFilesLines
* Reallow single includesMatthias Clasen2010-06-276-6/+6
| | | | Grudgingly, in the name of API stability.
* Bring back deprecated apiMatthias Clasen2010-06-275-0/+83
| | | | Grudgingly, in the name of api stability.
* Use correct autoconf variables in gdk_pixbuf.rc.inTor Lillqvist2010-06-271-6/+6
|
* Don't add a -2.0 suffix to binaries any longerMatthias Clasen2010-06-262-11/+11
| | | | We no longer need to make them parallel installable
* Add a GType for GdkPixbufFormatEmmanuele Bassi2010-06-263-1/+57
| | | | | | A simple boxed type, for use in language bindings. http://bugzilla.gnome.org/show_bug.cgi?id=608679
* Another s/gtk+/gdk-pixbuf/Christian Persch2010-06-261-1/+1
|
* Do not use AM_GLIB_DEFINE_LOCALEDIR()Javier Jardón2010-06-261-0/+1
| | | | As we are using upstream gettext now
* Fix up help messageMatthias Clasen2010-06-251-1/+1
|
* Make it compileMatthias Clasen2010-06-2534-102/+117
|
* Do not distribute GIRsJavier Jardón2010-06-201-2/+2
|
* Remove remaining single-include guardsMatthias Clasen2010-06-042-2/+2
|
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-12/+12
| | | | | | | | Bring the various 'run uninstalled' hacks in line with the new way of doing things, and fix make install for module cache files. Patch by Tadej Borovsak.
* Let query utilities update the cache file directlyMatthias Clasen2010-05-171-34/+68
| | | | | This is much more convenient for packagers than having to redirect the output into the cache file, and much less error-prone.
* Move the module cache files below libdirMatthias Clasen2010-05-173-1440/+1440
| | | | | | | These files contain architecture-dependent paths, and thus placing them into sysconfdir causes unnecessary hassle. Now the immodule cache file is looked for in libdir/gtk-3.0/3.0.0/immodules.cache, and the pixbuf loader cache is looked for in libdir/gtk-3.0/3.0.0/loaders.cache.
* Another attempt to handle pngs changing int typesMatthias Clasen2010-05-121-5/+5
|
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-111-1/+1
| | | | They are added by the binutils gold linker.
* Fix abicheck scriptsMatthias Clasen2010-05-101-1/+1
|
* Change the location of the gdk-pixbuf.loaders for gtk3 ABIRichard Hughes2010-05-101-1/+1
|
* Make 3.0 parallel-installable to 2.xMatthias Clasen2010-05-083-30/+30
| | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-0610-90/+7
|\ | | | | | | | | Conflicts: gtk/gtkentry.h
| * Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-036-6/+6
| | | | | | | | ...and disallow inclusion of individual files unconditionally.
| * Remove deprecated code: GdkPixbufJavier Jardón2010-05-034-45/+1
| |
| * Remove deprecated code: GdkPixbufAnimationJavier Jardón2010-05-033-39/+0
| |
* | Remove the definition of libpixbufloader_gdip_png_la_*Javier Jardón2010-05-041-14/+0
| | | | | | | | | | | | | | | | | | libstatic-pixbufloader-gdip-png.la should not be built or at least not included in STATIC_GDIPLUS_LIBS as we don't want to use the GDI+-based loader for PNG, because if we do, we can't get (or was it set?) the options of a PNG pixbuf that for instance some code in GIMP wants to do. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=607839
* | Added an extra validation in gdk_pixbuf_loader_set_size()Javier Jardón2010-05-041-1/+5
|/ | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=380196
* Fix a 64bit issueMatthias Clasen2010-03-251-2/+2
| | | | Thank you libpng, for typedef unsigned long png_uint_32.
* introspection: Fix parallel buildsDamien Lespiau2010-03-221-0/+1
| | | | | | | One needs to add an explicit dependency between the gir files and the .la libtool wrapper as this dependency is not added automatically by Makefile.introspection. Not adding these breaks parallel builds as make does not wait for the .la to be generated before launching g-ir-scanner.
* Prevent a crash in the TGA loaderMatthias Clasen2010-02-231-1/+7
| | | | Reported in bug 609744.
* Fix incorrect stringMatthias Clasen2010-02-221-1/+1
| | | | String change. See bug 610235.
* [annotations] Add allow-noneJohan Dahlin2010-02-192-10/+10
| | | | | | | | This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
* Remove the destination file if trying to save a pixbuf failedChristian Dywan2010-01-251-0/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=591102
* Fix a few C99ismsMatthias Clasen2010-01-171-9/+15
| | | | Reported in bug 606761.
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-112-4/+4
|
* Avoid an FPE for ludicrous scale valuesMatthias Clasen2010-01-081-4/+13
| | | | ...just bail out early.
* Setup libjpeg error handlers early enoughMatthias Clasen2010-01-061-7/+7
| | | | See bug 606068 for details.
* Don't use string concatentation in translated stringsMatthias Clasen2010-01-022-4/+4
| | | | | gettext can't handle it, and there is no real need to use G_GSIZE_FORMAT here anyway.
* Avoid warnings when introspetion is not availableJohan Dahlin2009-12-311-1/+1
| | | | | -include is the same as include but will never warn if the file is not available
* Fix build with system install of introspectionJohan Dahlin2009-12-311-2/+2
| | | | Or redo it properly and remove previous hack by Matthias.
* Add icc-profile option to gdk-pixbuf for the TIFF image formatRichard Hughes2009-12-212-20/+41
|
* Fix compilation warning: use the correct conversion specifierJavier Jardón2009-12-211-1/+1
| | | | Use G_GSIZE_FORMAT instead of %d
* Add color management support to gdk_pixbuf_saveRichard Hughes2009-12-182-13/+95
| | | | | | | | This patch adds an icc-profile option to a GdkPixbuf which can be used to read or write an embedded ICC profile. Add PNG support for now, but other image formats are awaiting review.
* Use Makefile.introspectionJohan Dahlin2009-12-161-22/+16
| | | | | Use the new fancy rules from the Makefile.introspection, it makes the rules prettier and avoids quite a bit of duplication
* Make sure dist check works with introspectionJohan Dahlin2009-12-161-2/+2
| | | | | | We need to prepend the srcdir to all variables passed into the scanner as it runs with srcdir != builddir during distcheck.
* Build introspection data for gdk-pixbuf, gdk, and gtkColin Walters2009-12-161-0/+29
| | | | | | Generate .gir and .typelib files for gdk-pixbuf, gdk, and gtk. https://bugzilla.gnome.org/show_bug.cgi?id=592279
* [gdk-pixbuf] Use G_STRLOC instead __LINE__Javier Jardón2009-11-301-1/+1
|
* Implement "compression" option in the TIFF pixbuf loaderChristian Dywan2009-11-302-0/+37
| | | | | | | | This enables applications to read out the compression of a TIFF image and also makes it possible to apply the same or a different compression when saving. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=584700
* Allocate a large-enough and maskMatthias Clasen2009-11-271-3/+3
| | | | | We came up short when the image width is not a multiple of 8. Bug 585383, fix by Felix Riemann.
* Set scale_num only onceMatthias Clasen2009-11-251-1/+1
| | | | | This modifies the previous commit to be according the upstream libjpeg maintainers recommendations. See bug 588740.
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-063-6/+6
| | | | | | | | | Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED) and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and GInterfaceInfo structs, while tutorials and source code often use static variables. This commit consistently adopts the former method. https://bugzilla.gnome.org/show_bug.cgi?id=600158
* Fix loading scaled-down jpegsMatthias Clasen2009-11-051-0/+1
| | | | | The assumption that scale_num will be automatically be 1 is no longer with libjpeg7. So set it explicitly. Bug #588740.