| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 2 | -1/+2 |
* | Split correction into multiple pieces if no single weight is large enough | Matthias Clasen | 2003-07-17 | 1 | -10/+13 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 1 | -5/+4 |
* | Exploit the fact that all our filters are separable to simplify the | Owen Taylor | 2003-04-01 | 3 | -346/+395 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 2 | -42/+0 |
* | Don't use .type on Cygwin, either (#91597, Masahiro Sakai). | Tor Lillqvist | 2002-09-28 | 4 | -4/+4 |
* | added makefile.msc to EXTRA_DIST | Hans Breuer | 2002-09-14 | 1 | -1/+2 |
* | Fix problem where when no alpha was involved, we scaled rather than | Owen Taylor | 2002-06-13 | 1 | -1/+7 |
* | Patch from Matthias Clasen to fix some typos (#77246) | Owen Taylor | 2002-05-16 | 1 | -9/+8 |
* | Move the call to correct_total() to the right spot. (#72732) | Matthias Clasen | 2002-02-28 | 1 | -2/+2 |
* | New function to make sure that the weights sum up to the correct total | Matthias Clasen | 2002-02-15 | 1 | -9/+28 |
* | Fix handing of overall alpha. | Owen Taylor | 2002-02-11 | 1 | -3/+3 |
* | Force all weight arrays to sum exactly to 65535. (Fixes #70971, reported | Owen Taylor | 2002-02-09 | 1 | -6/+26 |
* | Fix comment; PixopsInterpType -> GdkInterpType. | Federico Mena Quintero | 2002-02-08 | 1 | -1/+1 |
* | Fix integer overflow for the values passed to the pixel functions. | Owen Taylor | 2002-01-11 | 1 | -4/+4 |
* | Remove meaningless FIXME. | Owen Taylor | 2002-01-11 | 5 | -21/+41 |
* | Replace some hardcoded values with the SUBSAMPLE | Owen Taylor | 2002-01-10 | 1 | -6/+6 |
* | Fix and uncomment non-MMX version. | Owen Taylor | 2002-01-04 | 3 | -24/+129 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -0/+2 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -1/+1 |
* | Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbuf | Owen Taylor | 2001-09-17 | 4 | -34/+39 |
* | applied some simple but effective optimizations to | Sven Neumann | 2001-08-19 | 1 | -48/+67 |
* | new file use it to complete the build | Hans Breuer | 2001-07-30 | 1 | -0/+65 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 1 | -0/+2 |
* | Switch over to the new include flags AC_SUBST(). (Problem pointed out by | Owen Taylor | 2001-07-05 | 1 | -1/+7 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -15/+30 |
* | Released Gtk+-1.3.3.GTK_1_3_3 | Tim Janik | 2001-04-04 | 1 | -1/+1 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -4/+4 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -1/+2 |
* | remove unecessary rules for win32-specific config-substituted targets. If | Owen Taylor | 2000-11-16 | 1 | -4/+0 |
* | contrib subdir | Havoc Pennington | 2000-10-09 | 1 | -1/+2 |
* | Remove conftest* after use along the lines of AC_TRY_COMPILE. | Sebastian Wilhelmi | 2000-09-05 | 1 | -0/+1 |
* | Win32 build setup: | Tor Lillqvist | 2000-07-22 | 7 | -11/+99 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -1/+0 |
* | 0.8 - FedericoGDK_PIXBUF_0_8_0 | Federico Mena Quintero | 2000-05-22 | 1 | -0/+3 |
* | Add beginnings of file with detailed information about the structure and | Owen Taylor | 2000-05-05 | 1 | -0/+355 |
* | Now that Owen explained the algorithm, I think I implemented it right for | Darin Adler | 2000-05-05 | 1 | -14/+52 |
* | Added some tests of composite to highlight problems in the old | Darin Adler | 2000-05-04 | 1 | -62/+27 |
* | Properly offset y coordinate accordining to render_y0. | 05:27:43 2000 Owen Taylor | 2000-04-24 | 1 | -1/+1 |
* | $(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compiles | Tomasz Kłopczko | 2000-04-14 | 1 | -1/+1 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 5 | -170/+180 |
* | Fix problem with precendence of >> and & which was keeping composite_color | Owen Taylor | 2000-03-28 | 1 | -16/+16 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -1/+1 |
* | Fix error in scale factors for non-alpha case. | Owen Taylor | 2000-02-19 | 1 | -6/+6 |
* | By order of jrb: const patch for various bits, io-gif.c fixup for | Michael Meeks | 2000-02-03 | 2 | -25/+25 |
* | Fix from Peter Wainwright to fix 4a => 4a scaling. | Owen Taylor | 2000-01-30 | 1 | -3/+3 |
* | Bumped version number to 0.5.0. | Federico Mena Quintero | 2000-01-22 | 2 | -3/+4 |
* | added to | Jacob Berkman | 2000-01-11 | 1 | -1/+1 |
* | Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren's | Owen Taylor | 2000-01-07 | 1 | -2/+2 |
* | Fix computation of end of run indices. | Owen Taylor | 2000-01-07 | 1 | -11/+11 |