summaryrefslogtreecommitdiff
path: root/gtk/gdk-pixbuf-loader.c
Commit message (Expand)AuthorAgeFilesLines
* 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