summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-2/+3
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-0/+1
* same as belowRadek Doulik2000-04-031-0/+17
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-071-13/+65
* Fixed bug sent directly to me. Basically, we weren't checking a failureMark Crichton2000-01-061-3/+4
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-2/+2
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-3/+3
* moved the file here. It seems natural to put this function here, as that'sJonathan Blandford1999-12-171-0/+25
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-1/+2
* Uniquify the strings to save some memory. Make it build. No imlib! IncludeElliot Lee1999-11-231-2/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* Populated.Federico Mena Quintero1999-11-101-15/+19
* forgot thisJonathan Blandford1999-11-101-5/+1
* emit the closed signal.Jonathan Blandford1999-11-101-0/+7
* More docs work - FedericoArturo Espinosa1999-11-041-2/+2
* handle the actual update. add a update_func callback. add a update_funcJonathan Blandford1999-11-041-1/+16
* Make the arguments to the write/load_increment operations const-correct.Elliot Lee1999-11-021-2/+2
* Always return the amount eaten, rather than the full header size.Elliot Lee1999-11-021-4/+4
* Return TRUE if all the data got eaten by header_buf, instead of FALSE.Elliot Lee1999-11-021-1/+1
* Reorganize gdk_pixbuf_loader_write into three functions, and eliminateElliot Lee1999-11-021-66/+73
* Actually load the image handler when we determine the image type.Michael Fulbright1999-10-291-4/+7
* don't send a 0 length buffer.Jonathan Blandford1999-10-281-1/+1
* started work on the tiff non-incremental loader.Jonathan Blandford1999-10-281-1/+1
* Make it build - FedericoArturo Espinosa1999-10-271-9/+14
* Fix typo that prevented compilation (gdk_pixbuf_loader_destroy): dittoHavoc Pennington1999-10-271-2/+2
* Return a GdkPixbufLoader, not a GtkObject.Federico Mena Quintero1999-10-271-77/+109
* New function to create a blank pixbuf.Havoc Pennington1999-10-271-3/+8
* Fixed logic so we only try to close loader if it wasn't previously closed.Michael Fulbright1999-10-271-1/+1
* gdk-pixbuf-loader.c: Fixed init function to properly initialize allMichael Fulbright1999-10-271-0/+1
* load the vtable fully.Jonathan Blandford1999-10-261-5/+5
* Finished initial cut at the object.Jonathan Blandford1999-10-261-5/+125
* more work on the incremental loadingJonathan Blandford1999-10-261-19/+47
* started work on the loaderJonathan Blandford1999-10-261-0/+190