summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* DEPENDENCIES is not needed for the test program - FedericoGDK_PIXBUF_0_2Arturo Espinosa1999-09-231-1/+1
* Add pixbuf_duplicate,Michael Meeks1999-09-229-122/+155
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-178-6/+22
* Be more paranoid with sanity checking. (gdk_pixbuf_unref): Fix incorrectFederico Mena Quintero1999-09-172-2/+10
* Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), andFederico Mena Quintero1999-08-097-54/+63
* Fixed 2 C syntax bugs, DanielDaniel Veillard1999-07-313-2/+7
* For some wierd reason, the commit yesterday didn't get everything. (99% ofMark Crichton1999-07-301-1/+67
* Added some first steps for file saving. Big thing is that aMark Crichton1999-07-293-7/+13
* Only build the relevant loaders which require extra libraries if weMichael Zucchi1999-07-262-5/+28
* Include glib.h as it uses g* datatypes Added for gnome-configRichard Hestilow1999-07-242-0/+8
* More fixes to the rotation code. It really works well now. Now we need toMark Crichton1999-07-202-3/+10
* Added translation to the rotateMark Crichton1999-07-202-16/+32
* Fix a few memory leaks in the, most of them in error cases but one or twoLarry Ewing1999-07-195-9/+35
* Ok minor changes.Mark Crichton1999-07-195-22/+79
* reverted the expose everything changes, I'm not sure why these went in.Larry Ewing1999-07-173-33/+52
* Fixed up the scaling routine.Mark Crichton1999-07-171-5/+6
* Added scaling of pixmaps. Currently doesn't work, however, since I'mMark Crichton1999-07-163-19/+70
* add raph@gimp.org's fix to the jpeg indexing routineLarry Ewing1999-07-152-2/+10
* More fixes. See ChangeLogMark Crichton1999-07-152-4/+10
* configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: MoreMark Crichton1999-07-132-0/+18
* Doh. Forgot the libgif check. Also, slowly adding the scaling support ThatMark Crichton1999-07-132-3/+6
* Ok, we'll try this again.Mark Crichton1999-07-132-12/+18
* Remove spurious `,'.Raja R Harinath1999-07-121-0/+5
* shut up cvsManish Singh1999-07-121-0/+4
* Fun automake fixinsManish Singh1999-07-121-10/+7
* Still working on getting the system working. Nearing release, and oneMark Crichton1999-07-121-28/+30
* Some changes to do a "proper" install.Mark Crichton1999-07-122-27/+29
* Fixed crash-on-loading bug (width and height are not set untilMark Crichton1999-07-121-1/+3
* Massive update...Mark Crichton1999-07-088-22/+100
* Shut some thing up for cvs, and fixed AM_INSTALL macro.Mark Crichton1999-07-011-0/+2
* Now we have very rudimentary tiff support.Mark Crichton1999-07-012-1/+108
* Added some io-* loaders to the Makefile.amMark Crichton1999-07-011-1/+15
* io-gif.c, io-png.c: Actually put the licencing terms in the code now...Mark Crichton1999-06-303-242/+704
* Added loader for jpeg->RGB.Michael Zucci1999-06-292-2/+139
* io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")Mark Crichton1999-06-292-2/+158
* Ok, now it determines if it has an alpha channel. If it does, load it, ifMark Crichton1999-06-291-15/+20
* Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channelMark Crichton1999-06-291-56/+112
* Stuff I did last night while watching TVArturo Espinosa1999-01-054-8/+52
* Loading framework done, start of PNG loaderArturo Espinosa1999-01-052-20/+212
* Initial revisionArturo Espinosa1999-01-046-0/+163