..
.gitignore
Added .gitignore files generated with git svn create-ignore.
2009-01-31 11:37:44 +00:00
Makefile.am
use NC_() to mark enum values for translation. Use a lower-case short form
2008-11-06 08:28:28 +00:00
gimp-paint.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimp-paint.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpairbrush.c
Stop accessing GimpPaintCore's coords members directly (no encapsulation yet).
2009-05-03 12:08:21 +02:00
gimpairbrush.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpairbrushoptions.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpairbrushoptions.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +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
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02:00
gimpbrushcore.h
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02:00
gimpclone.c
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02: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
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02: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
Add forgotten #include "libgimpbase/gimpbase.h"
2009-06-17 20:55:05 +02: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
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02: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
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02:00
gimpheal.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpink-blob.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpink-blob.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpink.c
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02:00
gimpink.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpinkoptions.c
changed "Aspect" to "Aspect Ratio".
2009-03-19 22:16:41 +00:00
gimpinkoptions.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpinkundo.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpinkundo.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaintbrush.c
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02:00
gimppaintbrush.h
Stop accessing GimpPaintCore's coords members directly (no encapsulation yet).
2009-05-03 12:08:21 +02:00
gimppaintcore-stroke.c
Add GimpCoords* parameter to gimp_paint_core_interpolate()
2009-05-25 20:49:34 +02:00
gimppaintcore-stroke.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaintcore.c
Use more x,y,width,height instead of x1,y1,x2,y2
2009-06-17 20:46:28 +02:00
gimppaintcore.h
Use more x,y,width,height instead of x1,y1,x2,y2
2009-06-17 20:46:28 +02:00
gimppaintcoreundo.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaintcoreundo.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaintoptions.c
app: Always use gimp_object_get_name()
2009-08-29 12:41:29 +02:00
gimppaintoptions.h
Adds dynamic aspect ratio for brushes.
2009-04-25 20:53:09 +03: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
Use more x,y,width,height instead of x1,y1,x2,y2
2009-06-17 20:46:28 +02: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
Add more GimpCoords* parameters to reduce usage of global paint_core states
2009-05-17 22:45:06 +02: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
Use more x,y,width,height instead of x1,y1,x2,y2
2009-06-17 20:46:28 +02: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
use NC_() to mark enum values for translation. Use a lower-case short form
2008-11-06 08:28:28 +00:00
paint-enums.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
paint-types.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00