summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add missing static. (#108614)Matthias Clasen2003-03-211-0/+3
* Add missing static qualifiers apparently causing problems on someMatthias Clasen2003-03-211-0/+6
* Calculate LineWidth for 16bpp from width, like for the other depths.Matthias Clasen2003-03-111-0/+5
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-0/+7
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-0/+4
* Always clear the initial frame and "disposed" areas with transparentMatthias Clasen2003-02-191-0/+7
* Auxiliary functions used to implement support for arbitrary origins.Matthias Clasen2003-02-181-0/+26
* Actually reject images with origin not in the upper-left corner. (#105912)Matthias Clasen2003-02-131-0/+11
* Rewrite to run on the .la files rather than looking for .so files.Owen Taylor2003-01-271-0/+9
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-051-0/+6
* Don't crash if gdk-pixbuf.loaders file is missing. (#102222)Matthias Clasen2003-01-021-0/+5
* Add docs.Matthias Clasen2002-12-081-0/+5
* Make gdk-pixbuf.loaders also depend gdk-pixbuf-query-loaders. (#97096,Owen Taylor2002-12-071-0/+5
* Remove leftover debug output. (#100357, Owen Taylor)Matthias Clasen2002-12-051-0/+4
* use G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn't set byBastien Nocera2002-12-041-0/+5
* Add deprecation docs.Matthias Clasen2002-11-291-0/+5
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+8
* Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh)Owen Taylor2002-11-091-0/+5
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-061-0/+5
* Forgotten ChangeLogMatthias Clasen2002-11-051-0/+4
* Fix leaked pixbuf reference (#96823, Morten Welinder)Owen Taylor2002-11-051-0/+5
* Check for stack overflow throughout. (#91808, Elliot Lee)Matthias Clasen2002-10-221-0/+5
* Support the Netscape application extension for gif animations (#95060):Matthias Clasen2002-10-201-0/+13
* Documentation updates.Matthias Clasen2002-10-111-0/+8
* make legal Cjacob berkman2002-10-041-0/+4
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-0/+17
* Fix memory leak. (#94399)Owen Taylor2002-10-031-0/+5
* Patch from Andy Wingo to always escape ? to avoid accidentally generatingOwen Taylor2002-10-011-0/+6
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-281-0/+5
* Free the context if we cannot allocate the HeaderBuf.Federico Mena Quintero2002-09-271-0/+5
* Fix the update region notification to handle top-to-bottom andFederico Mena Quintero2002-09-271-0/+5
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-0/+5
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-0/+7
* added makefile.msc to EXTRA_DISTHans Breuer2002-09-141-0/+4
* Move GdkPixbufFrame from the public header to the gif-animation-specificMatthias Clasen2002-09-121-0/+6
* Unref the pixbuf if we hit an unsupported colorspace.Federico Mena Quintero2002-09-121-0/+5
* *** empty log message ***Matthias Clasen2002-09-061-0/+4
* Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot".Matthias Clasen2002-09-061-0/+7
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-031-0/+9
* Add gtk_win32res_lo. (#87101, J. Ali Harlow)Tor Lillqvist2002-08-241-0/+5
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-0/+13
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-311-0/+5
* Fix some warnings by adding casts to PixopsInterpType. (#85839, David L.Owen Taylor2002-07-301-0/+5
* Avoid unnecessary casting.Matthias Clasen2002-07-161-0/+4
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-0/+7
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-061-0/+3
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-0/+31
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-061-0/+9
* Miscellaneous bmp loader fixes (#85448, #86286, #86287):Matthias Clasen2002-07-021-0/+14
* Support for compressed ras images (#84994):Matthias Clasen2002-07-011-0/+9