]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
Use g_filename_to_utf8 to convert the font names Windows gives us from
[~andy/gtk] / gdk-pixbuf /
2000-02-02 Federico Mena QuinteroAdded sanity check for width and height being >= 0...
2000-02-02 Federico Mena QuinteroRemoved debugging g_print. Thanks to John Sullivan...
2000-02-01 Federico Mena Quinterognome_init() does not call gdk_rgb_init(), so don't...
2000-01-30 Havoc Penningtonno testpixbuf-foo target
2000-01-30 Owen TaylorFix from Peter Wainwright to fix 4a => 4a scaling.
2000-01-29 Mark CrichtonI dated telsa to break gdk-pixbuf.
2000-01-22 Arturo Espinosa0.5.0 - Federico
2000-01-22 Federico Mena QuinteroBumped version number to 0.5.0.
2000-01-22 Federico Mena QuinteroRemoved the x_set and y_set arguments. Now they are...
2000-01-21 Federico Mena QuinteroReturn the same pixbuf as the input parameter.
2000-01-17 Elliot LeeDon't link against libgnomecanvaspixbuf.la
2000-01-17 Elliot LeeShut up Federico.
2000-01-17 Elliot Leeand again, with feeling
2000-01-17 Elliot LeeDon't link libgdk_pixbuf against libgnomecanvaspixbuf
2000-01-17 Federico Mena QuinteroRemoved the broken --enable-canvas-pixbuf option. Added...
2000-01-15 Federico Mena QuinteroNew file with hacking policies for the gdk-pixbuf module.
2000-01-14 Jonathan Blandfordnew function to let you create a gdk_pixmap from a...
2000-01-13 Cody RussellAdded gdk_pixbuf_copy_area() to gdk-pixbuf-utils.c...
2000-01-12 Jacob Berkmanadd gdk-pixbuf.m4 to EXTRA_DIST
2000-01-11 Jacob Berkmanadded to
2000-01-10 Elliot LeeBuild a libcanvas_pixbuf.
2000-01-10 Elliot LeeNo more libart/gdk-pixbuf as part of gnome-libs
2000-01-07 Owen TaylorFixed src_channels/dest_channels confusion. (Again...
2000-01-07 Jonathan Blandfordcomment out debugging printing. remove memory_leak
2000-01-07 Jonathan BlandfordAdded progressive animation loading. Added progressive...
2000-01-07 Jonathan Blandfordmuch longer long description added.
2000-01-07 Owen TaylorFix computation of end of run indices.
2000-01-06 Mark CrichtonFixed bug sent directly to me. Basically, we weren...
2000-01-06 Elliot LeeLink with -lm (to get 'ceil' function)
2000-01-06 Owen TaylorAdded scaling functions into gtk-doc framework.
2000-01-05 Owen Taylorquick fix for initializing arrays in benchmark.
2000-01-05 Jonathan BlandfordChange the order of the update func to make it more...
2000-01-05 Owen TaylorAdded a README with a TODO and some explainations of...
2000-01-05 Owen TaylorDirectory full of pixel data scaling code that will...
2000-01-05 Jonathan BlandfordDocumentation changes.
2000-01-02 Federico Mena QuinteroAdded reference counting to animations. A web browser...
1999-12-27 Peter Teichmanadd $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying...
1999-12-24 Havoc PenningtonStuff that should have been set to NULL here (specifically
1999-12-20 Jonathan Blandfordfinished work to make animated gifs load correctly...
1999-12-17 Jonathan Blandfordshut up, CVS
1999-12-17 Jonathan Blandfordmoved the file here. It seems natural to put this funct...
1999-12-17 Federico Mena QuinteroAdded notice about initializing GdkRGB before using...
1999-12-16 Elliot Leemake it build when gdk-pixbuf is not already installed
1999-12-13 Jonathan Blandfordshut up, CVS
1999-12-12 Federico Mena QuinteroUse a conditional to see whether to link $(GNOME_LIBS...
1999-12-12 Federico Mena QuinteroRenamed arguments to width_in_pixels, height_in_pixels...
1999-12-12 Federico Mena QuinteroUse a conditional to see whether to link $(GNOME_LIBS...
1999-12-11 Jonathan Blandfordthinking about the new loading API.
1999-12-10 Jonathan Blandfordmake a warning go away.
1999-12-09 Michael ZucchiEnable gdk_pixbuf_get_from_drawable() api call.
1999-12-09 Michael ZucchiShould now handle all formats, slow routine used where...
1999-12-09 Michael ZucchiFilled in body of function. (rgbconvert): Added GdkColo...
1999-12-08 Arjan van de VenFixed the red/green/red bug on two occasions. Changed...
1999-12-08 Federico Mena QuinteroFix includes. (gdk_pixbuf_get_from_drawable): Implement...
1999-12-08 Federico Mena QuinteroAdded clarification about reference counting for GdkPix...
1999-12-07 Martin BauligConditionally include $(GNOME_LIBS) here.
1999-12-07 Arjan van de VenAdded missing "include <string.h>" to: gdk-pixbuf/io...
1999-12-06 Federico Mena QuinteroRenamed arguments to width_in_pixels, height_in_pixels...
1999-12-06 Federico Mena QuinteroPatch from Arjan to fix an initializer.
1999-12-06 Federico Mena QuinteroAdd back $(GNOME_LIBS). This must compile outside of...
1999-12-05 Jaka Mocnikremoved GNOME_LIBS from testpixbuf_LDADD.
1999-12-05 Arjan van de VenBug in palet-size calculation fixed
1999-12-04 Arjan van de VenMajor cleanup, added support for 32 bpp and 4 bpp ...
1999-12-03 Jonathan Blandfordadded a comment to explain this function better.
1999-12-02 Arturo EspinosaStart of the new test program - Federico
1999-12-02 Federico Mena QuinteroSource files moved from src/ to gdk-pixbuf/, to be...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-12-02 Federico Mena QuinteroRemoved unused transformation prototypes.
1999-12-02 Federico Mena QuinteroNew file with utility and convenience functions for...
1999-11-30 Owen TaylorKeep the mask around until after we draw ... since...
1999-11-30 Havoc PenningtonAdd AM_CONDITIONAL for inside gnome-libs
1999-11-29 Jonathan Blandfordmore work on the ico loader
1999-11-29 Federico Mena QuinteroUncomment the GnomeCanvasPixbuf sources. This should...
1999-11-29 Jonathan BlandfordAdded another loader from Arjan to handle .ico files...
1999-11-24 Jonathan Blandfordnew patch from Arjan to handle compressed bmps.
1999-11-24 James Henstridgelibart must be built before gdk-pixbuf.
1999-11-24 Federico Mena QuinteroCreate the temporary buffer to the size of the interesc...
1999-11-23 Elliot LeeUniquify the strings to save some memory. Make it build...
1999-11-23 Jonathan BlandfordRemoved #PRAGMA } from headers. Also, make compile...
1999-11-23 Elliot LeeTry to fix gdk-pixbuf a bit better.
1999-11-22 Raja R HarinathFix for srcdir != builddir.
1999-11-22 Havoc PenningtonPatch from Paul Fisher <pnfisher@redhat.com> adds all...
1999-11-22 Havoc PenningtonCall the update_area callback depending on the number...
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-22 Jonathan Blandfordmore changes
1999-11-21 Jonathan Blandfordadded io-bmp from Arjan <arjan@fenrus.demon.nl>
1999-11-20 Michael ZucchiRework/reorder of the code. Each case has been separate...
1999-11-17 Larry Ewingimplement the bounds method correctly. (compute_viewpor...
1999-11-17 Jonathan Blandfordpatch from arjan to work better with ras files.
1999-11-16 Havoc PenningtonUse includes from the current directory, not the system...
1999-11-16 George Lebluse includes from the current directory rather then...
1999-11-13 Cody RussellAdded testpixbuf-drawable test program
1999-11-13 Cody RussellApplying Michael Zucchi's changes to significantly...
1999-11-10 Federico Mena QuinteroPopulated.
1999-11-10 Jonathan Blandfordforgot this
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
next