gimp/plug-ins/map-object
Michael Natterer 343b694195 plug-ins/file-fits/fits.c plug-ins/gimpressionist/gimpressionist.h
2008-09-17  Michael Natterer  <mitch@gimp.org>

	* plug-ins/file-fits/fits.c
	* plug-ins/gimpressionist/gimpressionist.h
	* plug-ins/gimpressionist/presets.c
	* plug-ins/gimpressionist/utils.c
	* plug-ins/gradient-flare/gradient-flare.c
	* plug-ins/ifs-compose/ifs-compose-storage.c
	* plug-ins/imagemap/imap_default_dialog.[ch]
	* plug-ins/imagemap/imap_object.h
	* plug-ins/map-object/map-object-ui.c: add const plus some minor
	unrelated cleanups.


svn path=/trunk/; revision=26964
2008-09-17 08:34:46 +00:00
..
CHANGES Renamed folders in plug-ins/. Unfortunately it's impossible to rename the 2008-03-24 16:36:03 +00:00
Makefile.am plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
README Renamed folders in plug-ins/. Unfortunately it's impossible to rename the 2008-03-24 16:36:03 +00:00
TODO Renamed folders in plug-ins/. Unfortunately it's impossible to rename the 2008-03-24 16:36:03 +00:00
arcball.c Renamed folders in plug-ins/. Unfortunately it's impossible to rename the 2008-03-24 16:36:03 +00:00
arcball.h Renamed folders in plug-ins/. Unfortunately it's impossible to rename the 2008-03-24 16:36:03 +00:00
map-object-apply.c plug-ins/imagemap/imap_cmd_move.c plug-ins/imagemap/imap_cmd_object_up.c 2008-03-29 09:25:34 +00:00
map-object-apply.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-image.c plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-image.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-main.c plug-ins/common/cml-explorer.c plug-ins/common/depth-merge.c 2008-08-11 19:42:08 +00:00
map-object-main.h plug-ins/common/cml-explorer.c plug-ins/common/depth-merge.c 2008-08-11 19:42:08 +00:00
map-object-preview.c plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-preview.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-shade.c plug-ins/imagemap/imap_cmd_move.c plug-ins/imagemap/imap_cmd_object_up.c 2008-03-29 09:25:34 +00:00
map-object-shade.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-stock.c plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-stock.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00
map-object-ui.c plug-ins/file-fits/fits.c plug-ins/gimpressionist/gimpressionist.h 2008-09-17 08:34:46 +00:00
map-object-ui.h plug-ins/map-object plug-ins/gradient-flare plug-ins/ifs-compose 2008-03-24 18:33:25 +00:00

README

MapObject 1.2.0 -- image filter plug-in for GIMP
===========================================================

Copyright (C) 1996-98 Tom Bech
Copyright (C) 1996-98 Federico Mena Quintero

Released 16th of July, 1998

You can reach the author(s) via E-mail:
tomb@gimp.org (Tom) or quartic@gimp.org (Federico).

GIMP was developed by Peter Mattis and Spencer Kimball.
You can contact them at gimp@xcf.berkeley.edu.

There's more GIMP stuff on our home pages:
http://www.ii.uib.no/~tomb/gimp.html (Tom's page)
http://www.nuclecu.unam.mx/~federico/gimp/index.html (Quartic's page)

Legal stuff
===========

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program (see "COPYING" file); if not, write to the Free Software Foundation,
Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

In other words, you can't sue us for whatever happens while using this ;)

Compiling
=========

To compile you'll need GIMP 1.0 and GTK+ 1.0.4 or later.
You'll also need GCK 1.00 (http://www.ii.uib.no/~tomb/gck.html)

1) Edit the Makefile to reflect your system setup.

2) Type "make" and then "make install"

You should now be ready to run. "make install" puts the executable "MapObject"
in the standard plug-in directory.

Documentation
=============

Ahem.. right.. ;) ..I'll get around to it eventually.

Please send me a mail if you find any bugs.

Have fun,

Tom