summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* print out the version and binary name in the header comment. ProblemJonathan Blandford2004-12-222-3/+12
* 2.6.0Matthias Clasen2004-12-161-0/+4
* filter out PRIVATE.Manish Singh2004-12-102-1/+5
* gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.cTor Lillqvist2004-12-0512-74/+284
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-0/+4
* gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) WorkTor Lillqvist2004-12-031-1/+1
* Fix a typo in the docs. (#159955, Masao Mutoh)Matthias Clasen2004-11-302-3/+8
* Use the perl found by configure. (#149826, Morten Welinder)Matthias Clasen2004-11-292-3/+8
* ytpo fix, so attributes are really propagated.Manish Singh2004-11-282-1/+6
* Mark get_type() functions generated by glib-mkenums as const.Matthias Clasen2004-11-283-7/+13
* filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-252-1/+5
* 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