gimp/plug-ins/imagemap
Michael Natterer dfa405eff3 plug-ins/FractalExplorer/Dialogs.c plug-ins/common/CML_explorer.c
2003-11-09  Michael Natterer  <mitch@gimp.org>

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/gqbist.c
	* plug-ins/common/spheredesigner.c
	* plug-ins/flame/flame.c
	* plug-ins/gfig/gfig.c
	* plug-ins/gimpressionist/brush.c
	* plug-ins/ifscompose/ifscompose.c
	* plug-ins/imagemap/imap_browse.c: more file selections on the
	right screen.
2003-11-09 22:44:45 +00:00
..
.cvsignore Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
AUTHORS Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
Makefile.am Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon. 2003-09-13 18:07:44 +00:00
NEWS updated the imagemap plug-in 1999-10-24 20:57:17 +00:00
README updated the imagemap plug-in 1999-10-24 20:57:17 +00:00
TODO updated the imagemap plug-in 1999-10-24 20:57:17 +00:00
arrow.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
circle.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
coord.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
dimension.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_about.c Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_about.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_browse.c plug-ins/FractalExplorer/Dialogs.c plug-ins/common/CML_explorer.c 2003-11-09 22:44:45 +00:00
imap_browse.h Further work to port Imagemap plug-in to GTK-2.0: enable mnemonics in dialogs and menus and use stock icons wherever possible. 2002-06-02 15:06:31 +00:00
imap_cern.l applied a patch from the imagemap author 2000-04-11 20:18:11 +00:00
imap_cern.y Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_cern_lex.c s/gimp_plugin_help_func/gimp_standard_help_func/ 2000-05-22 17:10:28 +00:00
imap_cern_parse.c plug-ins/imagemap/Makefile.am plug-ins/imagemap/imap_cern_parse.[ch] 2000-08-20 18:05:04 +00:00
imap_cern_parse.h plug-ins/imagemap/Makefile.am plug-ins/imagemap/imap_cern_parse.[ch] 2000-08-20 18:05:04 +00:00
imap_circle.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_circle.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_cmd_clear.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_copy.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_copy_object.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_create.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_cut.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_cut_object.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_delete.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_delete_point.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_edit_object.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_gimp_guides.c changed GimpOrientationType from GIMP_HORIZONTAL to 2003-02-09 21:03:36 +00:00
imap_cmd_guides.c removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
imap_cmd_insert_point.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_move.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_cmd_move_down.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_move_sash.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_cmd_move_selected.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_move_to_front.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_move_up.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_object_down.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_object_move.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_object_up.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_paste.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_select.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_select_all.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_select_next.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_select_prev.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_select_region.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_cmd_send_to_back.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_send_to_back.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_cmd_unselect.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_unselect.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_cmd_unselect_all.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_cmd_unselect_all.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_command.c Fixes for #92750 and #97771. Removed use off deprecated GtkText. Replaced arrow_up and arrow_down by stock icons. 2002-12-14 11:21:59 +00:00
imap_command.h updated the imagemap plug-in 1999-10-24 20:57:17 +00:00
imap_commands.h Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_csim.l Fix for #97776 2002-12-21 12:53:28 +00:00
imap_csim.y Moved the -i flag for lex. Modified the grammar a bit in order to allow 2003-05-26 15:46:21 +00:00
imap_csim_lex.c Fix for #113445 (Again) 2003-06-08 20:57:31 +00:00
imap_csim_parse.c Fix for #114496 and #83947. Minor code clean-up. 2003-06-06 10:39:27 +00:00
imap_csim_parse.h Fix for #113445 (Again) 2003-06-08 20:57:31 +00:00
imap_default_dialog.c removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
imap_default_dialog.h removed our own action_area API and use GtkDialog's one. Create all 2003-11-06 15:27:05 +00:00
imap_edit_area_info.c Minor code clean-up. Started implementation of #92635 and #91396. 2003-03-18 20:35:32 +00:00
imap_edit_area_info.h Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_file.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_file.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_grid.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_grid.h Enable mnemonics (#80804) and some work to get imagemap plug-in up-to-date. 2002-06-01 15:32:03 +00:00
imap_main.c a 2003-10-18 20:33:31 +00:00
imap_main.h Started implementation of fuzzy select. Removed 2 pixmaps for which we now have stock icons and made a few changes according to #87687 2002-08-03 12:24:49 +00:00
imap_menu.c Fix for #118081 (right alignment of Help menu) and removed deprecated gtk widgets from polar plug-in. 2003-07-24 19:55:37 +00:00
imap_menu.h Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_menu_funcs.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_menu_funcs.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_misc.c Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_misc.h Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_mru.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_mru.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_ncsa.l applied a patch from the imagemap author 2000-04-11 20:18:11 +00:00
imap_ncsa.y Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_ncsa_lex.c s/gimp_plugin_help_func/gimp_standard_help_func/ 2000-05-22 17:10:28 +00:00
imap_ncsa_parse.c plug-ins/imagemap/Makefile.am plug-ins/imagemap/imap_cern_parse.[ch] 2000-08-20 18:05:04 +00:00
imap_ncsa_parse.h plug-ins/imagemap/Makefile.am plug-ins/imagemap/imap_cern_parse.[ch] 2000-08-20 18:05:04 +00:00
imap_object.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_object.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_object_popup.c Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_object_popup.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_polygon.c app/undo_history.c libgimp/gimpmenu.c plug-ins/Lighting/lighting_preview.c 2003-01-31 03:08:29 +00:00
imap_polygon.h Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_popup.c Further work to port Imagemap plug-in to GTK-2.0: enable mnemonics in dialogs and menus and use stock icons wherever possible. 2002-06-02 15:06:31 +00:00
imap_popup.h Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
imap_preferences.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_preferences.h Started implementation of fuzzy select. Removed 2 pixmaps for which we now have stock icons and made a few changes according to #87687 2002-08-03 12:24:49 +00:00
imap_preview.c app/display/gimpdisplayshell-callbacks.c 2003-10-29 20:57:21 +00:00
imap_preview.h Fix for #102303 + lots of code clean-up 2003-01-02 20:35:33 +00:00
imap_rectangle.c plug-ins/gimpressionist/gimpressionist.h plug-ins/gimpressionist/*.c fixed 2003-02-04 12:50:42 +00:00
imap_rectangle.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_selection.c moved variable declarations inside the #ifdef branch where they are used. 2003-07-24 11:38:42 +00:00
imap_selection.h Fixes for #92750 and #97771. Removed use off deprecated GtkText. Replaced arrow_up and arrow_down by stock icons. 2002-12-14 11:21:59 +00:00
imap_settings.c cleanup, removed unecessary G_OBJECT() casts. 2003-01-07 06:16:02 +00:00
imap_settings.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_source.c Fixes for #92750 and #97771. Removed use off deprecated GtkText. Replaced arrow_up and arrow_down by stock icons. 2002-12-14 11:21:59 +00:00
imap_source.h Fixes for #92750 and #97771. Removed use off deprecated GtkText. Replaced arrow_up and arrow_down by stock icons. 2002-12-14 11:21:59 +00:00
imap_statusbar.c Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_statusbar.h Code clean-up, removing use of deprecated GtkCList widget 2003-01-01 13:23:47 +00:00
imap_stock.c Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon. 2003-09-13 18:07:44 +00:00
imap_stock.h Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon. 2003-09-13 18:07:44 +00:00
imap_string.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_string.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_table.c Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_table.h Lots of changes to update Imagemap plug-in to GTK-2.0, mainly removal of deprecated widgets and use of stock icons. 2002-06-02 11:49:37 +00:00
imap_taglist.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_taglist.h updated the imagemap plug-in 1999-10-24 20:57:17 +00:00
imap_toolbar.c Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon. 2003-09-13 18:07:44 +00:00
imap_toolbar.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
imap_tools.c Started implementation of fuzzy select. Removed 2 pixmaps for which we now have stock icons and made a few changes according to #87687 2002-08-03 12:24:49 +00:00
imap_tools.h Started implementation of fuzzy select. Removed 2 pixmaps for which we now have stock icons and made a few changes according to #87687 2002-08-03 12:24:49 +00:00
java.xpm Minor code clean-up. Started implementation of #92635 and #91396. 2003-03-18 20:35:32 +00:00
link.xpm Minor code clean-up. Started implementation of #92635 and #91396. 2003-03-18 20:35:32 +00:00
map_info.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
polygon.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
rectangle.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
to_back.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00
to_front.xpm Added Imagemap plug-in. 1999-09-07 00:03:20 +00:00

README

This is the GIMP Imagemap plug-in version 1.3. See the INSTALL file for
build instructions.

More information can be found on my homepage at

	http://home-2.consunet.nl/~cb007736/imagemap.html

Have fun,

Maurits Rijk (lpeek.mrijk@consunet.nl)