summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-062-1/+2
* Split correction into multiple pieces if no single weight is large enoughMatthias Clasen2003-07-171-10/+13
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-5/+4
* Exploit the fact that all our filters are separable to simplify theOwen Taylor2003-04-013-346/+395
* Use correct DLL and import library names, with GTK_API_VERSION in name,Tor Lillqvist2003-01-052-42/+0
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-284-4/+4
* added makefile.msc to EXTRA_DISTHans Breuer2002-09-141-1/+2
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-1/+7
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-161-9/+8
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-281-2/+2
* New function to make sure that the weights sum up to the correct totalMatthias Clasen2002-02-151-9/+28
* Fix handing of overall alpha.Owen Taylor2002-02-111-3/+3
* Force all weight arrays to sum exactly to 65535. (Fixes #70971, reportedOwen Taylor2002-02-091-6/+26
* Fix comment; PixopsInterpType -> GdkInterpType.Federico Mena Quintero2002-02-081-1/+1
* Fix integer overflow for the values passed to the pixel functions.Owen Taylor2002-01-111-4/+4
* Remove meaningless FIXME.Owen Taylor2002-01-115-21/+41
* Replace some hardcoded values with the SUBSAMPLEOwen Taylor2002-01-101-6/+6
* Fix and uncomment non-MMX version.Owen Taylor2002-01-043-24/+129
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-0/+2
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-091-1/+1
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-174-34/+39
* applied some simple but effective optimizations toSven Neumann2001-08-191-48/+67
* new file use it to complete the buildHans Breuer2001-07-301-0/+65
* Add missing <stdlib.h> include. Add ifdef so we compile without warningsDarin Adler2001-07-181-0/+2
* Switch over to the new include flags AC_SUBST(). (Problem pointed out byOwen Taylor2001-07-051-1/+7
* fix some shell typosHavoc Pennington2001-05-071-15/+30
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-041-1/+1
* Copy data and free data with free().Alexander Larsson2001-02-191-4/+4
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-1/+2
* remove unecessary rules for win32-specific config-substituted targets. IfOwen Taylor2000-11-161-4/+0
* contrib subdirHavoc Pennington2000-10-091-1/+2
* Remove conftest* after use along the lines of AC_TRY_COMPILE.Sebastian Wilhelmi2000-09-051-0/+1
* Win32 build setup:Tor Lillqvist2000-07-227-11/+99
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-1/+0
* 0.8 - FedericoGDK_PIXBUF_0_8_0Federico Mena Quintero2000-05-221-0/+3
* Add beginnings of file with detailed information about the structure andOwen Taylor2000-05-051-0/+355
* Now that Owen explained the algorithm, I think I implemented it right forDarin Adler2000-05-051-14/+52
* Added some tests of composite to highlight problems in the oldDarin Adler2000-05-041-62/+27
* Properly offset y coordinate accordining to render_y0.05:27:43 2000 Owen Taylor2000-04-241-1/+1
* $(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compilesTomasz Kłopczko2000-04-141-1/+1
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-115-170/+180
* Fix problem with precendence of >> and & which was keeping composite_colorOwen Taylor2000-03-281-16/+16
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-1/+1
* Fix error in scale factors for non-alpha case.Owen Taylor2000-02-191-6/+6
* By order of jrb: const patch for various bits, io-gif.c fixup forMichael Meeks2000-02-032-25/+25
* Fix from Peter Wainwright to fix 4a => 4a scaling.Owen Taylor2000-01-301-3/+3
* Bumped version number to 0.5.0.Federico Mena Quintero2000-01-222-3/+4
* added toJacob Berkman2000-01-111-1/+1
* Fixed src_channels/dest_channels confusion. (Again caught by Tomas Ogren'sOwen Taylor2000-01-071-2/+2
* Fix computation of end of run indices.Owen Taylor2000-01-071-11/+11