]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
Updated Bulgarian translation by Vladimir "Kaladan" Petkov
[~andy/gtk] / gdk-pixbuf /
2004-07-08 Matthias ClasenNew functions to disable/enable individual loaders...
2004-07-07 Matthias ClasenFix the build.
2004-07-06 Tor LillqvistAlso gdk-pixbuf.c was changed.
2004-07-06 Tor LillqvistMark the version variables for proper import and export...
2004-07-03 Matthias ClasenCorrect the math to calculate bilinear weights. (#11241...
2004-06-21 Matthias ClasenNew functions to rotate pixbufs by multiples of 90...
2004-06-20 Matthias ClasenHeader file reorganization. (#51999)
2004-06-19 Matthias ClasenAdd a nice figure to the docs.
2004-06-16 Matthias ClasenMake the tiff loader work with both libtiff 3.5.7 and...
2004-06-12 Matthias ClasenDon't use contractions like "don't" or "isn't" in error...
2004-06-05 Matthias ClasenConvert filenames to UTF-8 when embedding them in error...
2004-05-17 Matthias ClasenMerged from 2.4
2004-05-10 Matthias Clasen_-prefix the nonstatic pixops_... functions. (#142233...
2004-05-06 Matthias ClasenNew format flag GDK_PIXBUF_FORMAT_SCALABLE to mark...
2004-04-30 Matthias Clasen=== Released 2.4.1 ===
2004-04-13 Matthias ClasenWhen calling fread() in a loop, check for ferror()...
2004-03-16 Owen Taylor=== Released 2.4.0 ===
2004-03-15 Tor Lillqvist[Win32] Look up installation prefix at run-time, replac...
2004-03-15 Tor LillqvistMerges from stable branch that had been left out. ...
2004-03-09 Owen Taylor=== Released 2.3.6 ===
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Tor LillqvistAdd missing entries. Thanks to J. Ali Harlow.
2004-03-05 Matthias ClasenDon't try to load an alpha channel from the BMP, since...
2004-03-02 Owen Taylor=== Released 2.3.5 ===
2004-02-28 Hans Breuerinclude <io.h> for lseek() use HAVE_UNISTD_H
2004-02-24 Owen Taylor=== Released 2.3.3 ===
2004-02-22 Matthias ClasenRemove debugging code.
2004-02-20 Matthias ClasenStore and sanity-check the clrUsed field from the heade...
2004-02-08 Manish Singhremoved unnecessary G_OBJECT() cast checks.
2004-01-28 Hans Breuerupdated externals
2004-01-20 Matthias ClasenForgotten log entry.
2004-01-17 Matthias Clasensplitting the gtk20 translation domain.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-09 Manish Singh#include <unistd.h> for unlink()
2004-01-08 Matthias ClasenDon't use bitwise operators on booleans. (#130923,...
2004-01-07 Federico Mena QuinteroEscape an ampersand in the documentation comment, and...
2004-01-07 Federico Mena QuinteroLink to the documentation section on image data.
2004-01-07 Federico Mena QuinteroFix example in documentation comment. Fixes #130701.
2004-01-07 Matthias ClasenNew public API to save pixbufs to non-file locations...
2004-01-07 Matthias ClasenMake it possible to call gdk_pixbuf_loader_set_size...
2004-01-03 Matthias ClasenTurn the pixbuf attributes into (construct-only, but...
2003-12-31 Christian NeumairUse ngettext for plurals (#123847).
2003-12-22 Matthias ClasenFix building with --disable-modules --with-included...
2003-12-11 Matthias ClasenMove the documentation for signals inline, to get prope...
2003-11-18 Manish Singhgdk-pixbuf/Makefile.am Use install-data-hook for gdk...
2003-11-14 Matthias ClasenCheck that the mask is NULL or a string of the same...
2003-11-09 Matthias ClasenTypo fix.
2003-11-09 Matthias ClasenIf neither load nor begin_load are available fall back...
2003-11-09 Matthias ClasenNew function to write out the information for a single...
2003-11-05 Matthias ClasenFold two similar strings into on. (#126204, Danilo...
2003-09-19 Matthias ClasenRemove a pointless check. (#122710, Kjartan Maraas)
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-08-18 Owen TaylorAdd the correct alignment magic for Sun compiler and...
2003-08-13 Matthias ClasenImprove doc comment wording. (#119754, Doug Quale)
2003-08-11 Matthias ClasenReformat to 80 columns.
2003-08-03 Matthias ClasenClarify misleading explanation of rowstride. (#119000)
2003-07-23 Matthias ClasenPreserve the aspect ratio. (#118145, Owen Taylor)
2003-07-23 Matthias ClasenClose loader before unref'ing it. (#118146, Owen Taylor)
2003-07-20 Hans Breuerupdated
2003-07-17 Matthias ClasenSplit correction into multiple pieces if no single...
2003-07-13 Matthias ClasenNew function to load an image from a file at a specifie...
2003-07-11 Matthias ClasenUse g_strfreev() to free mime_types. (#117219, Steve...
2003-07-03 Matthias ClasenSupport saving ICOs and CURs.
2003-06-28 Matthias ClasenStop discriminating against 32bpp ICOs a): Use the...
2003-06-27 Soeren SandmannMake it compile with C89 compilers.
2003-06-23 Matthias ClasenRemove the pointless refusal to load images with dubiou...
2003-06-22 Matthias ClasenAdd gdk_pixbuf_loader_new_with_mime_type.
2003-06-22 Matthias ClasenReset block_count to 0 for all application extensions...
2003-06-21 Matthias ClasenMerge from 2.2
2003-06-17 Matthias ClasenAdd rule to regenerate man pages from Docbook. (man_MAN...
2003-06-02 Matthias ClasenDocument data_length == -1, add an example. (#97290)
2003-05-31 Matthias ClasenFix misleading documentation of rowstride. (#113924...
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-21 Matthias ClasenA loader for PCX files. (#113035, Josh Beam)
2003-05-19 Matthias ClasenImprove progressive loading from slow sources: (#107368)
2003-05-14 Owen TaylorAdd a (gint32 *) => (guint32 *) cast. (#108615, Rick...
2003-05-06 Owen TaylorPatch from James Henstridge to update to automake-1...
2003-04-24 Matthias Clasen Add sanity checks for GError handling. (#108345)
2003-04-01 Owen TaylorExploit the fact that all our filters are separable...
2003-03-21 Matthias ClasenAdd missing static. (#108614)
2003-03-21 Matthias ClasenAdd missing static qualifiers apparently causing proble...
2003-03-11 Matthias ClasenCalculate LineWidth for 16bpp from width, like for...
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2003-03-06 Matthias ClasenReturn gboolean, not gint. (#107664, Morten Welinder)
2003-02-19 Matthias ClasenAlways clear the initial frame and "disposed" areas...
2003-02-18 Matthias ClasenAuxiliary functions used to implement support for arbit...
2003-02-13 Matthias ClasenActually reject images with origin not in the upper...
2003-02-06 Matthias ClasenBetter error message if module_open() fails. (#105349...
2003-01-27 Owen TaylorRewrite to run on the .la files rather than looking...
2003-01-05 Tor LillqvistAdd gdk_pixbuf_loader_set_size.
2003-01-05 Tor LillqvistUse correct DLL and import library names, with GTK_API_...
2003-01-02 Matthias ClasenDon't crash if gdk-pixbuf.loaders file is missing....
2002-12-15 Matthias ClasenUse g_printf instead of system printf. (#99327)
2002-12-08 Matthias ClasenAdd docs.
2002-12-07 Owen TaylorMake gdk-pixbuf.loaders also depend gdk-pixbuf-query...
2002-12-05 Matthias ClasenRemove leftover debug output. (#100357, Owen Taylor)
2002-12-04 Bastien Nocerause G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn...
2002-11-29 Matthias ClasenAdd deprecation docs.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-09 Owen TaylorMake gdk-pixbuf.loaders file depend on the loaders...
next