gimp/app/base
Helvetix Victorinox 7d1f8a9686 retired and removed.
* app/composite/gimp-composite-dispatch.[ch]: retired and removed.

* app/composite/Makefile.am: The 'test' target now builds and runs
  all the tests in TESTS

  Fixed typos of mismatched parenthesis in 'regenerate' target

* app/composite/Makefile.am: TESTS now include ss2 and 3dnow
  instruction sets.

* app/composite/make-gimp-composite-dispatch.py: retired and removed.

* app/composite/gimp-composite.c: call the installers of all the
  various instruction sets supplied by x86 type processors.

* app/base/base.c (base_init): Call gimp_composite_init() *before*
  paint_funcs_setup() (preparation for retiring
  app/paint-funcs/paint-funcs.c)

* app/composite/gimp-composite-sse2.[ch]
* app/composite/gimp-composite-3dnow.[ch]
* app/composite/gimp-composite-sse2-installer.c
* app/composite/gimp-composite-3dnow-installer.c:
  Added

* app/composite/make-installer.py: generate regression test
  programmes that take the command line arguments --iterations and
  --n-pixels for the number of iterations of a set of tests, and the
  number of pixels to use in each test, respectively.

  Conditionally compile tests in order to build and run tests on
  machines that can actually perform the tests.

  Failing a regression test now causes remaining tests to be
  skipped and a non-zero exit code by the programme.
2003-08-18 01:47:10 +00:00
..
.cvsignore define GIMP_MKENUMS for use in Makefile.am. 2002-03-17 14:07:54 +00:00
Makefile.am redone target platform detection and MMX assembly checks. Basically copied 2003-07-04 00:31:05 +00:00
base-enums.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
base-enums.h app/base/base-enums.h app/paint/paint-enums.h use /*< pdb-skip, skip >*/, 2003-07-01 10:53:38 +00:00
base-types.h fixed to work like gimp_hls_to_rgb_int() (does the right thing now for the 2003-05-19 14:21:03 +00:00
base.c retired and removed. 2003-08-18 01:47:10 +00:00
base.h removed the global "base_config" variable. 2002-11-30 16:31:39 +00:00
boundary.c silence the compiler. 2003-07-11 10:00:24 +00:00
boundary.h added "guchar threshold" parameters all over the place instead of always 2003-07-10 11:59:38 +00:00
brush-scale.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
brush-scale.h new directory app/base/ 2001-05-15 11:25:25 +00:00
color-balance.c More color correction stuff cleanup: 2002-09-04 15:25:15 +00:00
color-balance.h More color correction stuff cleanup: 2002-09-04 15:25:15 +00:00
colorize.c use more inspiring initial values. 2003-07-04 11:13:39 +00:00
colorize.h fixed to work like gimp_hls_to_rgb_int() (does the right thing now for the 2003-05-19 14:21:03 +00:00
cpercep.c app/core/cpercep.[ch] app/core/gimpimage-convert.c removed C++ style 2002-05-24 10:48:08 +00:00
cpercep.h app/core/cpercep.[ch] app/core/gimpimage-convert.c removed C++ style 2002-05-24 10:48:08 +00:00
cpu-accel.c configure.in app/base/base.c added (untested) check for altivec assembly 2003-07-04 17:28:56 +00:00
cpu-accel.h removed some cruft we won't need 2003-07-04 00:36:23 +00:00
curves.c app/base/base-enums.[ch] changed CurvesType enum GimpCurveType and 2003-03-14 19:58:59 +00:00
curves.h app/base/base-enums.[ch] changed CurvesType enum GimpCurveType and 2003-03-14 19:58:59 +00:00
gimphistogram.c Fixed bug #103561: 2003-01-15 13:40:44 +00:00
gimphistogram.h Fixed bug #103561: 2003-01-15 13:40:44 +00:00
gimplut.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
gimplut.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
hue-saturation.c changed the hue_saturation() function as suggested by Martin Weber in bug 2003-03-07 18:08:16 +00:00
hue-saturation.h changed the hue_saturation() function as suggested by Martin Weber in bug 2003-03-07 18:08:16 +00:00
levels.c check for gdk-pixbuf-csource and allow to override it by setting the 2003-03-16 17:00:40 +00:00
levels.h added the API for level correction using black, gray and white point. 2002-10-15 13:36:28 +00:00
lut-funcs.c More color correction stuff cleanup: 2002-09-04 15:25:15 +00:00
lut-funcs.h More color correction stuff cleanup: 2002-09-04 15:25:15 +00:00
makefile.msc updated win32 (msvc) build 2003-05-24 17:00:03 +00:00
pixel-processor.c Fixed bug #103561: 2003-01-15 13:40:44 +00:00
pixel-processor.h new directory app/base/ 2001-05-15 11:25:25 +00:00
pixel-region.c Fixed usage of uninitialized memory found by valgrind, plus some cleanup: 2002-08-22 09:48:56 +00:00
pixel-region.h Fixed usage of uninitialized memory found by valgrind, plus some cleanup: 2002-08-22 09:48:56 +00:00
pixel-surround.c some more g_malloc -> g_new and g_realloc -> g_renew changes, for better 2001-12-18 18:52:53 +00:00
pixel-surround.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
temp-buf.c app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
temp-buf.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
threshold.c Color correction tool chopping: 2002-08-26 11:35:56 +00:00
threshold.h Color correction tool chopping: 2002-08-26 11:35:56 +00:00
tile-cache.c added tile_cache_init() and tile_cache_exit() as public functions. 2002-11-21 15:46:19 +00:00
tile-cache.h added tile_cache_init() and tile_cache_exit() as public functions. 2002-11-21 15:46:19 +00:00
tile-manager-crop.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-manager-crop.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
tile-manager-private.h added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
tile-manager.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
tile-manager.h added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
tile-private.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-swap.c re-added fallback definitions for _O_BINARY and _O_TEMPORARY 2003-07-27 09:56:44 +00:00
tile-swap.h new directory app/base/ 2001-05-15 11:25:25 +00:00
tile.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00