summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-141-2/+2
* Add check for db2htmlOwen Taylor2000-07-061-0/+11
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-023-3/+0
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-1/+1
* Work with srcdir != builddir.Raja R Harinath2000-06-226-11/+4
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-218-3/+108
* Revert accidental changes from Federico's last commit.Owen Taylor2000-06-211-31/+9
* It was cold and rainy this Saturday morning, so I needed something to warmFederico Mena Quintero2000-06-1111-9/+259
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-114-77/+76
* add more info to the testanimation frames.Jonathan Blandford2000-04-061-5/+12
* Remove now-unnecessary cast.Darin Adler2000-02-141-1/+1
* Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com>Federico Mena Quintero2000-02-021-22/+28
* Return the same pixbuf as the input parameter.Federico Mena Quintero2000-01-211-0/+1
* Added gdk_pixbuf_copy_area() to gdk-pixbuf-utils.c and gdk-pixbuf.h.Cody Russell2000-01-131-4/+2
* Added scaling functions into gtk-doc framework.Owen Taylor2000-01-061-16/+7
* Added a README with a TODO and some explainations of the algorithms.Owen Taylor2000-01-051-0/+2
* Directory full of pixel data scaling code that will eventually migrateOwen Taylor2000-01-051-0/+163
* forgot thisJonathan Blandford1999-12-171-0/+462
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-091-2/+2
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-022-6/+7
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-222-5/+5
* use includes from the current directory rather then from the systemGeorge Lebl1999-11-161-2/+2
* Added testpixbuf-drawable test programCody Russell1999-11-131-0/+107
* Make default loading speed 40kB/s.Michael Fulbright1999-11-101-1/+1
* Fixed loading of ASCII PNM files.Michael Fulbright1999-11-101-0/+4
* cleanup to remove warnings.Michael Fulbright1999-11-101-1/+1
* Warning fixes - FedericoArturo Espinosa1999-11-101-1/+1
* Fixed up testpixbuf.c to simulate downloading at certain speed, setMichael Fulbright1999-11-091-37/+62
* added the update_func abilityJonathan Blandford1999-11-041-2/+0
* fix .tiff loader.Jonathan Blandford1999-11-041-0/+13
* minor packing changeJonathan Blandford1999-11-031-1/+5
* s/lwz/lzw/gJonathan Blandford1999-11-031-1/+1
* A GtkFunction needs to return a value for deterministic behaviour. AlsoElliot Lee1999-11-031-2/+4
* Now progressive gif loading works! It's a little slow though. )-:Jonathan Blandford1999-11-021-2/+2
* Allow using $TBF_READLEN to specify the size of the chunks that are readElliot Lee1999-11-021-12/+17
* Added title to windows so you can identify progressive and file windows.Michael Fulbright1999-10-291-11/+22
* blank space cleanupsHavoc Pennington1999-10-271-1/+1
* Display the progressive loadHavoc Pennington1999-10-271-16/+70
* Check properly whether the XPM module has already been loadedHavoc Pennington1999-10-271-1/+1
* gdk-pixbuf-loader.c: Fixed init function to properly initialize allMichael Fulbright1999-10-271-13/+16
* more work on the incremental loadingJonathan Blandford1999-10-261-0/+20
* Clean up stupid increment-inside-array-dereference thingHavoc Pennington1999-10-221-0/+130
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-12/+12
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-259/+255
* Added support for loading pixbuf from rgb data in memory. AugmentedMichael Fulbright1999-10-081-11/+175
* Added translation to the rotateMark Crichton1999-07-201-1/+1
* Ok minor changes.Mark Crichton1999-07-191-14/+3
* reverted the expose everything changes, I'm not sure why these went in.Larry Ewing1999-07-171-36/+39
* Added scaling of pixmaps. Currently doesn't work, however, since I'mMark Crichton1999-07-161-36/+51
* add raph@gimp.org's fix to the jpeg indexing routineLarry Ewing1999-07-151-4/+20