]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
more work on the incremental loading
[~andy/gtk] / gdk-pixbuf /
1999-10-26 Jonathan Blandfordmore work on the incremental loading
1999-10-26 Jonathan BlandfordNew Class. Beginning of progrssive loading.
1999-10-26 Jonathan Blandfordstarted work on the loader
1999-10-26 Arturo Espinosa*** empty log message ***
1999-10-25 Arturo EspinosaSync to laptop - Federico
1999-10-25 Federico Mena QuinteroPatch from Uwe Koloska <koloska@Rcs1.urz.tu-dresden...
1999-10-23 Arturo EspinosaSync to laptop - Federico
1999-10-22 Havoc PenningtonClean up stupid increment-inside-array-dereference...
1999-10-22 Havoc PenningtonExport gdk_pixbuf_new_from_xpm_data()
1999-10-22 Havoc PenningtonExport this symbol for loading an XPM from memory.
1999-10-22 Arturo EspinosaComment fixes - Federico
1999-10-22 Federico Mena QuinteroPatch from Kristian Hogsberg Kristensen <hogsberg@daimi...
1999-10-21 Federico Mena QuinteroFree path.
1999-10-20 Federico Mena QuinteroBumped version number to 0.3.
1999-10-20 Federico Mena QuinteroRemoved the unref_fn field. Now all memory management...
1999-10-18 Havoc PenningtonNew name for macros/autogen.sh
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-10-18 Havoc PenningtonUse AM_PATH_GLIB instead of glib-config directly
1999-10-18 Havoc Penningtondidn't get in there or something
1999-10-18 Havoc PenningtonRemove "macros"
1999-10-18 Federico Mena QuinteroUse $GTK_LIBS as the extra libs when checking for libgi...
1999-10-10 Cody RussellChanged 'pixbuf' variable to 'art_pixbuf' in the core...
1999-10-08 Michael FulbrightAdded support for loading pixbuf from rgb data in memor...
1999-10-07 Cody RussellChanged the functions to return GdkPixBuf* instead...
1999-10-07 Cody RussellI've temporarily disabled compilation of the gdk-pixbuf...
1999-10-07 Cody RussellAdded #include "gdk-pixbuf-drawable.h" to the top....
1999-10-07 Cody RussellAdded a missing semicolon to a function declaration...
1999-10-07 Cody RussellAdded gdk-pixbuf-drawable to Makefile.am so it is compi...
1999-10-07 Arturo EspinosaAdded files from Cody Russell
1999-09-23 Arturo EspinosaDEPENDENCIES is not needed for the test program - Federico
1999-09-22 Michael MeeksAdd pixbuf_duplicate,
1999-09-17 Federico Mena QuinteroSet the initial ref_count to 1.
1999-09-17 Federico Mena QuinteroBe more paranoid with sanity checking. (gdk_pixbuf_unre...
1999-08-09 Federico Mena QuinteroFixed compiler warnings. Fixed write to unallocated...
1999-07-31 Daniel VeillardFixed 2 C syntax bugs, Daniel
1999-07-30 Mark CrichtonFor some wierd reason, the commit yesterday didn't...
1999-07-29 Mark CrichtonAdded some first steps for file saving. Big thing is...
1999-07-26 Michael ZucchiOnly build the relevant loaders which require extra...
1999-07-24 Richard HestilowInclude glib.h as it uses g* datatypes Added for gnome...
1999-07-20 Mark CrichtonMore fixes to the rotation code. It really works well...
1999-07-20 Mark CrichtonAdded translation to the rotate
1999-07-19 Larry EwingFix a few memory leaks in the, most of them in error...
1999-07-19 Mark CrichtonOk minor changes.
1999-07-17 Larry Ewingreverted the expose everything changes, I'm not sure...
1999-07-17 Mark CrichtonFixed up the scaling routine.
1999-07-16 Mark CrichtonAdded scaling of pixmaps. Currently doesn't work, howev...
1999-07-15 Larry Ewingadd raph@gimp.org's fix to the jpeg indexing routine
1999-07-15 Mark CrichtonMore fixes. See ChangeLog
1999-07-13 Mark Crichtonconfigure.in: Fixed GIF check. Actually works now!...
1999-07-13 Mark CrichtonDoh. Forgot the libgif check. Also, slowly adding the...
1999-07-13 Mark CrichtonOk, we'll try this again.
1999-07-12 Raja R HarinathRemove spurious `,'.
1999-07-12 Manish Singhshut up cvs
1999-07-12 Manish SinghFun automake fixins
1999-07-12 Mark CrichtonStill working on getting the system working. Nearing...
1999-07-12 Mark CrichtonSome changes to do a "proper" install.
1999-07-12 Mark CrichtonFixed crash-on-loading bug (width and height are not...
1999-07-08 Mark CrichtonMassive update...
1999-07-01 Mark CrichtonShut some thing up for cvs, and fixed AM_INSTALL macro.
1999-07-01 Mark CrichtonNow we have very rudimentary tiff support.
1999-07-01 Mark CrichtonAdded some io-* loaders to the Makefile.am
1999-06-30 Mark Crichtonio-gif.c, io-png.c: Actually put the licencing terms...
1999-06-29 Michael Zucci Added loader for jpeg->RGB.
1999-06-29 Mark Crichtonio-png.c: changed g_malloc call for pixles to art_alloc...
1999-06-29 Mark CrichtonOk, now it determines if it has an alpha channel. If...
1999-06-29 Mark CrichtonRedid io-png for gdk-pixbuf. Note that it'll add an...
1999-01-05 Arturo EspinosaStuff I did last night while watching TV
1999-01-05 Arturo EspinosaLoading framework done, start of PNG loader
1999-01-04 Arturo EspinosaInitial revision