summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Don't mark gdk_pixbuf_error_quark() as const, to be consistent with allMatthias Clasen2004-11-235-7/+30
* _gdk_pixbuf_lock now returns a gboolean.Manish Singh2004-11-163-2/+9
* Be extra careful when locking and handle the case that the module mayMatthias Clasen2004-11-164-23/+56
* *** empty log message ***Matthias Clasen2004-11-152-1/+9
* Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case.Matthias Clasen2004-11-122-6/+9
* 2.5.5GTK_2_5_5Matthias Clasen2004-11-121-0/+4
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-1220-109/+203
* Use embedded tab rather than '\t' escape sequence. (#157949)J. Ali Harlow2004-11-111-1/+1
* Use g_filename_display_name() instead of g_filename_to_utf8() when puttingMatthias Clasen2004-11-113-63/+50
* Document current restrictions for property values. (#157409, Matthew H.Matthias Clasen2004-11-052-0/+24
* Break the declaration of the three version variables, so that gtk-doc canMatthias Clasen2004-11-012-1/+8
* updatedHans Breuer2004-10-292-4/+17
* Fix many sparse warnings.Matthias Clasen2004-10-281-5/+5
* *** 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