summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***GTK_2_5_4Matthias Clasen2004-10-282-1/+10
* 2.5.3GTK_2_5_3Matthias Clasen2004-09-191-0/+4
* Forgotten ChangeLogMatthias Clasen2004-09-171-0/+5
* *** empty log message ***Matthias Clasen2004-09-152-10/+34
* New option --disable-visibility to disable the use of ELF visibilityMatthias Clasen2004-09-151-0/+4
* Handle 4-channel pixbufs when saving to jpeg.Matthias Clasen2004-09-132-1/+8
* Use the short prefix "IA__" for aliases instead of the long suffixMatthias Clasen2004-09-092-1/+6
* Align argument names with source.Matthias Clasen2004-09-012-1/+5
* Add gdk_pixbuf_new_from_file_at_scale(), which is just likeMatthias Clasen2004-08-264-17/+76
* remove unused set_need_recomposite() function.Manish Singh2004-08-262-7/+4
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-254-9/+23
* Use the correct index, and compare correctly, reported by TommiMatthias Clasen2004-08-242-2/+3
* Use the correct index, reported by Tommi Komulainen.Matthias Clasen2004-08-242-1/+4
* Actually free the temporary pixbuf data.Matthias Clasen2004-08-241-2/+9
* Work around bugs in the runlength encoder by forcing rowstride * height toMatthias Clasen2004-08-242-1/+27
* Fix a mixup in the handling of dest_channels. (#111922, ChristopheMatthias Clasen2004-08-222-19/+23
* Fix infinite loop that can occur for bad image data (#150601, Chris Evans,Owen Taylor2004-08-202-1/+16
* Shut up CVSManish Singh2004-08-181-0/+1
* No need for INCLUDE_INTERNAL_SYMBOLS anymore.Matthias Clasen2004-08-175-12/+69
* Properly determine the number of colors in an OS/2 BMP file. (#150003,Matthias Clasen2004-08-132-1/+10
* Remove C99-isms. (#149967, Vincent Noel)Matthias Clasen2004-08-122-7/+18
* Check all symbols.Matthias Clasen2004-08-122-1/+5
* Make scaling and compositing functions handle edge pixels consistently.Matthias Clasen2004-08-111-0/+3
* underscore prefix the mmx implementations, in order to not export them.Matthias Clasen2004-08-119-90/+99
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-1114-96/+222
* updatedHans Breuer2004-08-063-3/+13
* Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)Matthias Clasen2004-08-022-1/+6
* 2.5.1GTK_2_5_1Matthias Clasen2004-08-011-0/+4
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-0/+5
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-0/+4
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-153-2/+8
* function doesn't return a value, so don't use g_return_val_if_fail()Manish Singh2004-07-094-1/+15
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-0817-4/+112
* Fix the build.Matthias Clasen2004-07-072-0/+6
* Also gdk-pixbuf.c was changed.Tor Lillqvist2004-07-061-3/+4
* Mark the version variables for proper import and export from Windows DLLs.Tor Lillqvist2004-07-063-6/+38
* Correct the math to calculate bilinear weights. (#112412, Brian Cameron)Matthias Clasen2004-07-032-2/+7
* New functions to rotate pixbufs by multiples of 90 degrees and to flipMatthias Clasen2004-06-213-1/+168
* Header file reorganization. (#51999)Matthias Clasen2004-06-208-326/+417
* Add a nice figure to the docs.Matthias Clasen2004-06-192-3/+19
* Make the tiff loader work with both libtiff 3.5.7 and libtiff 3.6.1.Matthias Clasen2004-06-162-66/+92
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-125-15/+22
* Convert filenames to UTF-8 when embedding them in error messages.Matthias Clasen2004-06-053-27/+88
* Merged from 2.4Matthias Clasen2004-05-172-1/+8
* _-prefix the nonstatic pixops_... functions. (#142233, Morten Welinder)Matthias Clasen2004-05-105-143/+153
* New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats.Matthias Clasen2004-05-064-0/+32
* === Released 2.4.1 ===GTK_2_4_1Matthias Clasen2004-04-301-0/+4
* When calling fread() in a loop, check for ferror() as well as for feof()Matthias Clasen2004-04-133-4/+13
* === Released 2.4.0 ===Owen Taylor2004-03-161-0/+4
* [Win32] Look up installation prefix at run-time, replace prefix inTor Lillqvist2004-03-152-1/+47