]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/ChangeLog
Added testpixbuf-drawable test program
[~andy/gtk] / gdk-pixbuf / ChangeLog
1999-11-13 Cody RussellAdded testpixbuf-drawable test program
1999-11-10 Federico Mena QuinteroPopulated.
1999-11-10 Jonathan Blandfordemit the closed signal.
1999-11-10 Jonathan BlandfordNow can handle indexing correctly. Patch from Arjan...
1999-11-10 Michael FulbrightFixed loading of ASCII PNM files.
1999-11-10 Jonathan Blandfordremoved spurious print statements.
1999-11-10 Arturo EspinosaWarning fixes - Federico
1999-11-10 Federico Mena QuinteroAdded documentation.
1999-11-09 Michael FulbrightFixed up testpixbuf.c to simulate downloading at certai...
1999-11-09 Michael FulbrightSlight cosmetic cleanup.
1999-11-09 Havoc Penningtonbuild the gdk-pixbuf-drawable stuff.
1999-11-09 Arturo Espinosa0.4 - Federico
1999-11-09 Michael FulbrightFigured out problem with loading Progressive JPEG's...
1999-11-09 Michael FulbrightFinished progressive PNM loading code. Should handle...
1999-11-08 Jonathan BlandfordFinal patch from Arjan. Seems to do progressive loading.
1999-11-08 Michael FulbrightFixed so we do not create a separate pixel buffer when...
1999-11-08 Michael FulbrightAdded support for ASCII PNM files. Note I haven't teste...
1999-11-08 Federico Mena QuinteroFinished detailed explanation of the width, height...
1999-11-05 Federico Mena QuinteroRemoved gdk-pixbuf-io, since it is for internal use...
1999-11-05 Michael FulbrightImplemented support for reading raw PBM/PGM/PPM files...
1999-11-05 Federico Mena QuinteroAdded doc to SUBDIRS.
1999-11-05 Michael FulbrightPrettied up code slightly. Start of pnm loader (from...
1999-11-04 Arturo EspinosaMore docs work - Federico
1999-11-04 Havoc PenningtonIn docs, explain what a dither offset is for.
1999-11-04 Havoc PenningtonUse libart-config correctly; find gnome-config separate...
1999-11-04 Michael FulbrightAdd update_func callback. Call updated callback when...
1999-11-04 Jonathan Blandfordhandle the actual update. add a update_func callback...
1999-11-04 Federico Mena QuinteroPopulated.
1999-11-04 Federico Mena QuinteroFinished integrating the documentation framework.
1999-11-04 Arturo EspinosaIntegrate gtk-doc, part 1; need to finish it at home...
1999-11-03 Arturo EspinosaSync - Federico
1999-11-03 Jonathan Blandfordrenamed ReadOK to gif_read. Added a lot of comments...
1999-11-03 Jonathan BlandfordRemove dependency on lib*gif!!!!
1999-11-03 Jonathan Blandfordset the transparency to the right val.
1999-11-03 Michael FulbrightFurther removal of bugginess in local buffering code...
1999-11-03 Jonathan Blandfordnow handle arbitrary buffer sizes.
1999-11-03 Federico Mena QuinteroInitiailize the x and y fields. (gnome_canvas_pixbuf_de...
1999-11-03 Jonathan Blandfordnew state. Fixes un-compressed gifs.
1999-11-03 Larry Ewingadjust render_affine calculation for x,y offsets.
1999-11-03 Federico Mena QuinteroI'm a doofus. Return a distance, not a boolean, for...
1999-11-03 Federico Mena QuinteroDo proper rounding of bounding box coordinates.
1999-11-03 Jonathan Blandfordforgot this
1999-11-03 Michael Fulbrightchangelog
1999-11-03 Elliot LeeA GtkFunction needs to return a value for deterministic...
1999-11-03 3Read 'til the next empty block correctly, now.
1999-11-03 Cody Russellsrc/gdk-pixbuf-drawable.c: Changed the behavior to...
1999-11-03 Jonathan BlandfordFill in the gif's blank areas for interlacing and progr...
1999-11-02 Cody Russellsrc/gdk-pixbuf-drawable.c (gdk_pibxuf_from_drawable_cor...
1999-11-02 Jonathan BlandfordNow progressive gif loading works! It's a little slow...
1999-11-02 Elliot LeeMake the arguments to the write/load_increment operatio...
1999-11-02 Federico Mena QuinteroImplemented the ::point() method. We do a simple contai...
1999-11-02 Elliot LeeAllow using $TBF_READLEN to specify the size of the...
1999-11-02 Larry Ewingadd aa render function. (gnome_canvas_pixbuf_class_init...
1999-11-02 Arturo EspinosaSync for Larry - Federico
1999-11-02 Michael Fulbrightchangelog
1999-11-02 Elliot LeeReorganize gdk_pixbuf_loader_write into three functions...
1999-11-02 Federico Mena QuinteroFixed bounding box computation.
1999-11-02 Arturo EspinosaSync - Federico
1999-11-02 Federico Mena QuinteroStart of the pixbuf canvas item. Drawing affines seem...
1999-10-30 0(ReadImage): lets get the offset right. This will let...
1999-10-30 0Some more work. Now it generates a gdk_pixbuf of the...
1999-10-30 Jonathan BlandfordFirst run at the new gif format. Shouldn't work, unfor...
1999-10-29 Michael FulbrightActually load the image handler when we determine the...
1999-10-28 Federico Mena QuinteroNew function to render a portion of a pixbuf to a drawa...
1999-10-28 Jonathan Blandfordturned convenience macros into convenience
1999-10-28 Jonathan Blandford*src/io-tiff.c (image_begin_load): Finished the increme...
1999-10-28 Jonathan Blandfordstarted work on the tiff non-incremental loader.
1999-10-27 Federico Mena QuinteroNew function to threshold a pixbuf's alpha channel...
1999-10-27 Havoc Penningtonblank space cleanups
1999-10-27 Havoc PenningtonDisplay the progressive load
1999-10-27 Havoc Penningtonoops
1999-10-27 Federico Mena QuinteroReturn a GdkPixbufLoader, not a GtkObject.
1999-10-27 Michael Fulbrightchangelog
1999-10-27 Michael FulbrightIncremental loader tweaks.
1999-10-27 Jonathan Blandfordforgot this
1999-10-26 Jonathan BlandfordFinished initial cut at the object.
1999-10-26 Havoc Penningtonfix signals
1999-10-26 Jonathan BlandfordNew Class. Beginning of progrssive loading.
1999-10-25 Federico Mena QuinteroPatch from Uwe Koloska <koloska@Rcs1.urz.tu-dresden...
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 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 RussellAdded #include "gdk-pixbuf-drawable.h" to the top....
1999-10-07 Cody RussellAdded gdk-pixbuf-drawable to Makefile.am so it is compi...
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...
next