gimp/app/paint
Michael Natterer 77697d70cf allocate both oversize buffers with the right size, instead of one twice
2005-10-29  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimpconvolve.c (gimp_convolve_motion): allocate both
	oversize buffers with the right size, instead of one twice with
	the wrong size. Was broken since porting to pixel_region_init_data().
	Spotted by Seth Burgess. Fixes bug #317340.
2005-10-29 00:57:58 +00:00
..
.cvsignore Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
Makefile.am check for gthread-2.0 unless the --disable-mp option is given. 2005-02-13 15:08:08 +00:00
gimp-paint.c register ink between airbrush and clone so the stroke dialog's menu of 2004-05-27 21:19:26 +00:00
gimp-paint.h app/paint/Makefile.am removed... ...and added. 2003-09-18 13:51:10 +00:00
gimpairbrush.c removed enum GimpPaintCoreState. 2004-07-19 14:37:40 +00:00
gimpairbrush.h took the fade options out of GimpGradientOptions and added them to the new 2003-07-15 15:38:24 +00:00
gimpairbrushoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpairbrushoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpbrushcore-kernels.h fixed rounding so that all brush kernels are created with a constant sum 2004-12-31 16:20:51 +00:00
gimpbrushcore.c set core->jitter here for all brush-based paint tools. 2005-10-04 20:16:52 +00:00
gimpbrushcore.h set core->jitter here for all brush-based paint tools. 2005-10-04 20:16:52 +00:00
gimpclone.c set core->jitter here for all brush-based paint tools. 2005-10-04 20:16:52 +00:00
gimpclone.h The previous commit added tons of code just to completely break clone 2005-08-29 20:48:26 +00:00
gimpcloneoptions.c Immplement "Sample Merged" for the clone tool. Fixes bug #123627. 2005-08-28 19:17:44 +00:00
gimpcloneoptions.h Immplement "Sample Merged" for the clone tool. Fixes bug #123627. 2005-08-28 19:17:44 +00:00
gimpconvolve.c allocate both oversize buffers with the right size, instead of one twice 2005-10-29 00:57:58 +00:00
gimpconvolve.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpconvolveoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpconvolveoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpdodgeburn.c some general cleanup. 2005-09-03 17:16:58 +00:00
gimpdodgeburn.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpdodgeburnoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpdodgeburnoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimperaser.c removed enum GimpPaintCoreState. 2004-07-19 14:37:40 +00:00
gimperaser.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimperaseroptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimperaseroptions.h removed "gboolean hard" member/property... 2003-07-14 14:50:41 +00:00
gimpink-blob.c INSTALL handle gimpprint just like other libraries. It doesn't make sense 2005-10-28 13:21:19 +00:00
gimpink-blob.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpink-undo.c doesn't need to include "gimp-intl.h". 2005-01-14 20:19:17 +00:00
gimpink-undo.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpink.c changed time-smoother code to use guint32 time values externally, guint64 2005-03-21 21:51:29 +00:00
gimpink.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpinkoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpinkoptions.h app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch] 2004-05-26 15:34:45 +00:00
gimppaintbrush.c set core->jitter here for all brush-based paint tools. 2005-10-04 20:16:52 +00:00
gimppaintbrush.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimppaintcore-stroke.c renamed puclic functions, defines and enums to live in a proper "boundary" 2005-08-20 15:46:37 +00:00
gimppaintcore-stroke.h Fixed & cleaned up paint function registration to work without GUI. 2003-08-30 13:22:20 +00:00
gimppaintcore-undo.c doesn't need "gimp-intl.h" either. 2005-01-14 20:32:51 +00:00
gimppaintcore-undo.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimppaintcore.c replaced manual calculation of the offset of a pixel in a tile (marked as 2005-09-03 20:39:17 +00:00
gimppaintcore.h app/paint/gimppaintcore.h app/tools/gimpimagemaptool.c indentation fixes. 2005-09-24 16:17:45 +00:00
gimppaintoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-10-03 19:03:14 +00:00
gimppaintoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-10-03 19:03:14 +00:00
gimppencil.c app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimppencil.h app/paint/gimppencil.h app/paint/gimppenciloptions.h 2005-08-21 17:28:18 +00:00
gimppenciloptions.c app/paint/gimppencil.h app/paint/gimppenciloptions.[ch] 2005-08-21 17:31:32 +00:00
gimppenciloptions.h app/paint/gimppencil.h app/paint/gimppenciloptions.h 2005-08-21 17:28:18 +00:00
gimpsmudge.c some general cleanup. 2005-09-03 17:16:58 +00:00
gimpsmudge.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpsmudgeoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpsmudgeoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpsourcecore.c set core->jitter here for all brush-based paint tools. 2005-10-04 20:16:52 +00:00
gimpsourcecore.h The previous commit added tons of code just to completely break clone 2005-08-29 20:48:26 +00:00
gimpsourceoptions.c Immplement "Sample Merged" for the clone tool. Fixes bug #123627. 2005-08-28 19:17:44 +00:00
gimpsourceoptions.h Immplement "Sample Merged" for the clone tool. Fixes bug #123627. 2005-08-28 19:17:44 +00:00
makefile.msc TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs 2005-02-19 00:50:36 +00:00
paint-enums.c app/paint/paint-enums.h moved enums to libgimpbase (from app/paint and 2005-01-23 00:00:20 +00:00
paint-enums.h app/paint/paint-enums.h moved enums to libgimpbase (from app/paint and 2005-01-23 00:00:20 +00:00
paint-types.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00