Mukund Sivaraman
c2d1214551
Changed "The GIMP" to "GIMP" everywhere, where it's used as a name.
...
2007-06-06 Mukund Sivaraman <muks@mukund.org>
Changed "The GIMP" to "GIMP" everywhere, where it's used as a name.
svn path=/trunk/; revision=22715
2007-06-06 08:44:52 +00:00
Sven Neumann
41237259c9
In all files, changed the standard copyright notice to say "GIMP - The GNU
...
2006-12-09 Sven Neumann <sven@gimp.org>
* In all files, changed the standard copyright notice to say
"GIMP - The GNU Image Manipulation Program".
2006-12-09 21:33:38 +00:00
Michael Natterer
843b55537e
renamed gimp_gradient_save_as_pov() to gimp_gradient_save_pov().
...
2006-10-03 Michael Natterer <mitch@gimp.org>
* app/core/gimpgradient-save.[ch]: renamed
gimp_gradient_save_as_pov() to gimp_gradient_save_pov().
* app/actions/gradients-commands.c
(gradients_save_as_pov_ray_response): changed accordingly.
2006-10-03 12:38:36 +00:00
Michael Natterer
80f3e5ac6b
Extended the GIMP Gradient file format to contain the endpoint color types
...
2006-09-01 Michael Natterer <mitch@gimp.org>
Extended the GIMP Gradient file format to contain the endpoint
color types for each segment (this is backward compatible because
old parsers just ignore excess fields at the end of segment
lines). Fixes bug #128367 .
* app/core/gimpgradient-load.c: optionally load two more fields
per segment line which contain the color types.
* app/core/gimpgradient-save.c: save the color types at the end of
the segment lines.
2006-08-31 23:57:47 +00:00
Sven Neumann
049872b361
app/*.[ch] converted tabs to spaces.
...
2006-04-12 Sven Neumann <sven@gimp.org>
* app/*.[ch]
* app/*/*.[ch]: converted tabs to spaces.
2006-04-12 12:49:29 +00:00
Sven Neumann
648cccde5e
app/base/base.c app/base/temp-buf.c app/base/tile-swap.c
...
2005-02-07 Sven Neumann <sven@gimp.org>
* app/base/base.c
* app/base/temp-buf.c
* app/base/tile-swap.c
* app/config/gimpconfig-file.c
* app/core/gimpbrush.c
* app/core/gimpbrushgenerated.c
* app/core/gimpbrushpipe.c
* app/core/gimpdata.c
* app/core/gimpenvirontable.c
* app/core/gimpgradient-load.c
* app/core/gimpgradient-save.c
* app/core/gimppalette-import.c
* app/core/gimppalette.c
* app/core/gimppattern.c
* app/dialogs/user-install-dialog.c
* app/gui/session.c
* app/menus/menus.c
* app/widgets/gimpdevices.c: use gstdio wrappers.
2005-02-07 01:24:22 +00:00
Sven Neumann
d3caf7a3ed
app/core/Makefile.am app/core/gimpgradient-load.[ch]
...
2004-07-22 Sven Neumann <sven@gimp.org>
* app/core/Makefile.am
* app/core/gimpgradient-load.[ch]
* app/core/gimpgradient-save.[ch]
* app/core/gimpgradient.[ch]: moved gradient file handling out of
gimpgradient.c to new files.
* app/core/gimp.c
* app/actions/gradients-commands.c: changed accordingly.
* libgimpcolor/gimpcolor.def: added gimp_rgb_parse_name.
2004-07-22 13:58:29 +00:00