gimp/app/paint
Michael Natterer bc8d5f84d6 app: remove the "offset" API from TileManager
It made the transform code hard to read and never belonged into the
tile manager anyway. It's a simple pixel buffer that should not know
about any position in an image. Instead, pass around the offsets of
tile managers explicitly, so everything is less obscure for the price
of having more parameters. This will also help replacing TileManagers
with GeglBuffers.
2011-03-26 08:30:15 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Renaming GimpDynamicsOptions to GimpDynamics and moving from paint/ to core/. A BIG change. 2009-08-20 04:25:26 +03:00
gimp-paint.c app: run dispose on the paint infos before unrefing their container 2010-06-24 18:38:17 +02:00
gimp-paint.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpairbrush.c app: Fix smooth intreaction with airbrush 2011-03-16 22:08:19 +02:00
gimpairbrush.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpairbrushoptions.c app: Add dummy pressure prop for airbrush presets backwards compadibility 2010-03-16 21:53:34 +02:00
gimpairbrushoptions.h app: Add an option to explicity turn off airbrush rate 2010-03-14 17:28:08 +02: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 app: Fix smooth intreaction with airbrush 2011-03-16 22:08:19 +02:00
gimpbrushcore.h app: Bug 631619 - Drawing artifacts spread by paintbrush outline on canvas 2010-10-09 22:00:19 +02:00
gimpclone.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpclone.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcloneoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcloneoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconvolve.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpconvolve.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconvolveoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconvolveoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdodgeburn.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpdodgeburn.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdodgeburnoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdodgeburnoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperaser.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimperaser.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperaseroptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperaseroptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpheal.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpheal.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpink-blob.c Bug 634183 - GIMP crashes when editing very high images 2011-02-13 15:09:27 +01:00
gimpink-blob.h app: fix antique copyright header 2010-11-14 22:13:36 +01:00
gimpink.c app: Make smooth paint core internal 2011-01-09 22:59:01 +02:00
gimpink.h app: fix coding style in the new smoothing code 2011-01-08 22:18:56 +01:00
gimpinkoptions.c app: rename GIMP_INK_BLOB_TYPE_ELLIPSE to GIMP_INK_BLOB_TYPE_CIRCLE 2010-11-14 16:29:42 +01:00
gimpinkoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpinkundo.c app: implement GObject::constructed() instead of ::constructor() 2011-01-12 23:06:03 +01:00
gimpinkundo.h app: namespace the ink blob 2010-11-14 16:43:21 +01:00
gimppaintbrush.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimppaintbrush.h Stop accessing GimpPaintCore's coords members directly (no encapsulation yet). 2009-05-03 12:08:21 +02:00
gimppaintcore-stroke.c app: Unify direction calculation for painting and stroking 2010-11-17 00:03:07 +02:00
gimppaintcore-stroke.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaintcore.c app: Fix smooth intreaction with airbrush 2011-03-16 22:08:19 +02:00
gimppaintcore.h app: Fix smooth intreaction with airbrush 2011-03-16 22:08:19 +02:00
gimppaintcoreundo.c app: implement GObject::constructed() instead of ::constructor() 2011-01-12 23:06:03 +01:00
gimppaintcoreundo.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaintoptions.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimppaintoptions.h app: Clean up smooth so it would be acceptable for master 2011-01-08 22:19:27 +02:00
gimppencil.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppencil.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppenciloptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppenciloptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpperspectiveclone.c app: remove the "offset" API from TileManager 2011-03-26 08:30:15 +01:00
gimpperspectiveclone.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpperspectivecloneoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpperspectivecloneoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsmudge.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpsmudge.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsmudgeoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsmudgeoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsourcecore.c app: move all GimpDynamics members to private 2011-03-03 18:43:56 +01:00
gimpsourcecore.h Stop accessing GimpPaintCore's coords members directly (no encapsulation yet). 2009-05-03 12:08:21 +02:00
gimpsourceoptions.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsourceoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
paint-enums.c app: rename GIMP_INK_BLOB_TYPE_ELLIPSE to GIMP_INK_BLOB_TYPE_CIRCLE 2010-11-14 16:29:42 +01:00
paint-enums.h app: rename GIMP_INK_BLOB_TYPE_ELLIPSE to GIMP_INK_BLOB_TYPE_CIRCLE 2010-11-14 16:29:42 +01:00
paint-types.h Debug dynamics object files. 2009-08-07 23:21:56 -03:00