summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Document 2.2 API additions.Matthias Clasen2002-11-284-1/+28
* Make gdk-pixbuf.loaders file depend on the loaders (#97096, Jeff Waugh)Owen Taylor2002-11-092-1/+6
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-062-7/+15
* Forgotten ChangeLogMatthias Clasen2002-11-051-0/+4
* ReindentMatthias Clasen2002-11-051-358/+364
* Fix leaked pixbuf reference (#96823, Morten Welinder)Owen Taylor2002-11-052-0/+6
* Check for stack overflow throughout. (#91808, Elliot Lee)Matthias Clasen2002-10-222-2/+17
* Support the Netscape application extension for gif animations (#95060):Matthias Clasen2002-10-204-8/+62
* Documentation updates.Matthias Clasen2002-10-113-2/+8
* make it legal CManish Singh2002-10-042-1/+4
* make legal Cjacob berkman2002-10-042-1/+6
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-0342-587/+1460
* Fix memory leak. (#94399)Owen Taylor2002-10-032-1/+7
* Patch from Andy Wingo to always escape ? to avoid accidentally generatingOwen Taylor2002-10-012-1/+7
* add deprecation compile flagsManish Singh2002-09-292-4/+4
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-285-4/+9
* Free the context if we cannot allocate the HeaderBuf.Federico Mena Quintero2002-09-272-0/+6
* Fix the update region notification to handle top-to-bottom andFederico Mena Quintero2002-09-272-2/+9
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-1910-20/+25
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-1710-20/+27
* added makefile.msc to EXTRA_DISTHans Breuer2002-09-142-1/+6
* Move GdkPixbufFrame from the public header to the gif-animation-specificMatthias Clasen2002-09-123-1/+7
* Unref the pixbuf if we hit an unsupported colorspace.Federico Mena Quintero2002-09-122-0/+6
* *** empty log message ***Matthias Clasen2002-09-061-0/+4
* New loader, for .ANI animations.Matthias Clasen2002-09-066-1/+1161
* Attach hotspot coordinates to the pixbuf as options "x_hot" and "y_hot".Matthias Clasen2002-09-064-2/+40
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-035-23/+30
* Add gtk_win32res_lo. (#87101, J. Ali Harlow)Tor Lillqvist2002-08-242-1/+6
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-225-18/+25
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-312-15/+21
* Fix some warnings by adding casts to PixopsInterpType. (#85839, David L.Owen Taylor2002-07-302-3/+8
* Avoid unnecessary casting.Matthias Clasen2002-07-162-3/+5
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-076-175/+58
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-062-3/+6
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-0617-79/+254
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-062-7/+32
* Miscellaneous bmp loader fixes (#85448, #86286, #86287):Matthias Clasen2002-07-022-162/+226
* Support for compressed ras images (#84994):Matthias Clasen2002-07-012-7/+69
* Better colorspace support for the jpeg loader (#61211):Matthias Clasen2002-07-012-18/+119
* converted a Tab to spaces.Sven Neumann2002-06-282-1/+5
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-1/+7
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-0/+8
* Use libjpeg in buffered-image mode in order to incrementally displayMatthias Clasen2002-06-132-15/+5
* New functions to fetch 32 or 16-bit little-endian values starting at aFederico Mena Quintero2002-06-102-11/+37
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-313-10/+27
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-223-1/+9
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-222-3/+18
* Check for endianness.Matthias Clasen2002-05-182-0/+20
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-162-9/+13
* Fixes for #78258Owen Taylor2002-05-162-2/+7