]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/pixops
GtkWindow: Add gtk_window_has_group()
[~andy/gtk] / gdk-pixbuf / pixops /
2010-04-04 Matthias ClasenFix a few C99isms
2010-04-04 Matthias ClasenAvoid an FPE for ludicrous scale values
2010-01-18 Matthias ClasenFix a few C99isms
2010-01-08 Matthias ClasenAvoid an FPE for ludicrous scale values
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-04 Behdad EsfahbodAdd git.mk to generate .gitignore files
2009-04-29 Brian CameronMinor fix for GTK+ mediaLib code.
2008-08-12 Michael Nattererdefine -DGDK_PIXBUF_DISABLE_DEPRECATED in the global...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-12-13 Michael NattererRemove all .cvsignore files.
2007-11-22 15:39:40 Tim Janikcall g_test_init() from gtk_test_init().
2007-07-04 Tor LillqvistUse GDK_PIXBUF_DEP_LIBS instead of GDK_PIXBUF_EXTRA_LIB...
2007-05-16 Brian CameronAdd Sun mediaLib support so that hardware acceleration...
2006-10-08 Matthias ClasenCleanups
2006-07-02 Matthias ClasenNetBSD portability fixes. (#346374, Thomas Klausner)
2006-01-29 Behdad EsfahbodIf major.minor of required and available glib versions...
2005-08-30 Matthias ClasenAdd a cast to avoid compiler warnings.
2005-07-12 Matthias ClasenCorrect copyright information
2005-07-12 Matthias ClasenAdd copyright and license information
2005-02-28 Matthias ClasenAdd necessary protection
2005-02-28 Matthias ClasenAdd .note.GNU-stack sections to Mark these as not requi...
2005-01-02 Matthias ClasenReally fix the math to make the vectors sum up to 1...
2004-08-22 Matthias ClasenFix a mixup in the handling of dest_channels. (#111922...
2004-08-12 Matthias ClasenRemove C99-isms. (#149967, Vincent Noel)
2004-08-11 Matthias Clasenunderscore prefix the mmx implementations, in order...
2004-07-03 Matthias ClasenCorrect the math to calculate bilinear weights. (#11241...
2004-05-10 Matthias Clasen_-prefix the nonstatic pixops_... functions. (#142233...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-07-17 Matthias ClasenSplit correction into multiple pieces if no single...
2003-05-06 Owen TaylorPatch from James Henstridge to update to automake-1...
2003-04-01 Owen TaylorExploit the fact that all our filters are separable...
2003-01-05 Tor LillqvistUse correct DLL and import library names, with GTK_API_...
2002-09-28 Tor LillqvistDon't use .type on Cygwin, either (#91597, Masahiro...
2002-09-14 Hans Breueradded makefile.msc to EXTRA_DIST
2002-06-13 Owen TaylorFix problem where when no alpha was involved, we scaled...
2002-05-16 Owen TaylorPatch from Matthias Clasen to fix some typos (#77246)
2002-02-28 Matthias ClasenMove the call to correct_total() to the right spot...
2002-02-15 Matthias ClasenNew function to make sure that the weights sum up to...
2002-02-11 Owen TaylorFix handing of overall alpha.
2002-02-09 Owen TaylorForce all weight arrays to sum exactly to 65535. (Fixes...
2002-02-08 Federico Mena QuinteroFix comment; PixopsInterpType -> GdkInterpType.
2002-01-11 Owen TaylorFix integer overflow for the values passed to the pixel...
2002-01-11 Owen TaylorRemove meaningless FIXME.
2002-01-10 Owen TaylorReplace some hardcoded values with the SUBSAMPLE
2002-01-04 Owen TaylorFix and uncomment non-MMX version.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-11-09 Hans Breueruse g_strcasecmp(), some poor platforms don't have...
2001-09-17 Owen TaylorMirror GdkInterpType to PixopsInterpType to avoid inclu...
2001-08-19 Sven Neumannapplied some simple but effective optimizations to
2001-07-30 Hans Breuernew file use it to complete the build
2001-07-18 Darin AdlerAdd missing <stdlib.h> include. Add ifdef so we compile...
2001-07-05 Owen TaylorSwitch over to the new include flags AC_SUBST(). (Probl...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-04 Tim JanikReleased Gtk+-1.3.3.
2001-02-19 Alexander LarssonCopy data and free data with free().
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-11-16 Owen Taylorremove unecessary rules for win32-specific config-subst...
2000-10-09 Havoc Penningtoncontrib subdir
2000-09-05 Sebastian WilhelmiRemove conftest* after use along the lines of AC_TRY_CO...
2000-07-22 Tor LillqvistWin32 build setup:
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-05-22 Federico Mena Quintero0.8 - Federico
2000-05-05 Owen TaylorAdd beginnings of file with detailed information about...
2000-05-05 Darin AdlerNow that Owen explained the algorithm, I think I implem...
2000-05-04 Darin AdlerAdded some tests of composite to highlight problems...
2000-04-24 05:27:43 2000 Owe... Properly offset y coordinate accordining to render_y0.
2000-04-14 Tomasz K³opczko$(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk...
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-03-28 Owen TaylorFix problem with precendence of >> and & which was...
2000-02-22 Federico Mena Quintero0.6.0 - Federico
2000-02-19 Owen TaylorFix error in scale factors for non-alpha case.
2000-02-03 Michael MeeksBy order of jrb: const patch for various bits, io-gif...
2000-01-30 Owen TaylorFix from Peter Wainwright to fix 4a => 4a scaling.
2000-01-22 Federico Mena QuinteroBumped version number to 0.5.0.
2000-01-11 Jacob Berkmanadded to
2000-01-07 Owen TaylorFixed src_channels/dest_channels confusion. (Again...
2000-01-07 Owen TaylorFix computation of end of run indices.
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 Owen TaylorAdded a README with a TODO and some explainations of...
2000-01-05 Owen TaylorDirectory full of pixel data scaling code that will...