2001-12-29 Michael Natterer <mitch@gimp.org> * app/gimpprogress.c * app/nav_window.c * app/ops_buttons.c * app/undo_history.c * app/display/gimpdisplayshell.c * app/gui/about-dialog.c * app/gui/brush-editor.c * app/gui/channels-commands.c * app/gui/color-area.c * app/gui/color-notebook.c * app/gui/color-select.c * app/gui/colormap-dialog.c * app/gui/convert-dialog.c * app/gui/device-status-dialog.c * app/gui/file-new-dialog.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradient-editor.c * app/gui/info-dialog.c * app/gui/layers-commands.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-editor.c * app/gui/palettes-commands.c * app/gui/paths-dialog.c * app/gui/qmask-commands.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/splash.c * app/gui/tips-dialog.c * app/gui/toolbox.c * app/gui/user-install-dialog.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpinktool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimprotatetool.c * app/tools/gimpthresholdtool.c * app/tools/paint_options.c * app/tools/selection_options.c * app/widgets/gimpchannellistview.c * app/widgets/gimpcolorpanel.c * app/widgets/gimpcomponentlistitem.c * app/widgets/gimpconstrainedhwrapbox.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerlistview.c * app/widgets/gimpcontainermenuimpl.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdnd.c * app/widgets/gimpdock.c * app/widgets/gimpdockbook.c * app/widgets/gimpdrawablelistitem.c * app/widgets/gimpdrawablelistview.c * app/widgets/gimpfontselection-dialog.c * app/widgets/gimphistogramview.c * app/widgets/gimpitemfactory.c * app/widgets/gimplayerlistitem.c * app/widgets/gimplistitem.[ch] * app/widgets/gimpmenuitem.c * app/widgets/gimppreview.[ch] * app/widgets/gtkhwrapbox.c * app/widgets/gtkvwrapbox.c * app/widgets/gtkwrapbox.c * libgimp/gimpbrushmenu.c * libgimp/gimpexport.c * libgimp/gimpgradientmenu.c * libgimp/gimpmenu.c * libgimp/gimppatternmenu.c * libgimpwidgets/gimpbutton.c * libgimpwidgets/gimpchainbutton.[ch] * libgimpwidgets/gimpcolorarea.h * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpfileselection.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppatheditor.c * libgimpwidgets/gimppixmap.h * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpstock.[ch] * libgimpwidgets/gimpwidgets.h * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/Events.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/bmp/bmpwrite.c * plug-ins/dbbrowser/dbbrowser_utils.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/fp/fp_misc.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/gimpressionist/*.c * plug-ins/imagemap/*.[ch] * plug-ins/maze/maze_face.c * plug-ins/mosaic/mosaic.c * plug-ins/pagecurl/pagecurl.c * plug-ins/print/print_gimp.h * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c * plug-ins/sel2path/sel2path.c * plug-ins/sel2path/sel2path_adv_dialog.c * plug-ins/sgi/sgi.c * plug-ins/webbrowser/webbrowser.c * plug-ins/xjt/xjt.c * plug-ins/common/[A-n]*.c: compile with GTK_DISABLE_DEPRECATED defined. Not everything is fully ported yet, had to #undef GTK_DISABLE_DEPRECATED in many places and added #warnings when doing so. * pixmaps/Makefile.am * pixmaps/chain.xpm: removed. * themes/Default/Makefile.am * themes/Default/images/Makefile.am * themes/Default/images/stock-button-hchain-broken.png * themes/Default/images/stock-button-hchain.png * themes/Default/images/stock-button-vchain-broken.png * themes/Default/images/stock-button-vchain.png: new stock icons.
161 lines
4.0 KiB
C
161 lines
4.0 KiB
C
/*
|
|
* This is a plug-in for the GIMP.
|
|
*
|
|
* Generates clickable image maps.
|
|
*
|
|
* Copyright (C) 1998-1999 Maurits Rijk lpeek.mrijk@consunet.nl
|
|
*
|
|
* 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; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
#include "config.h"
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include "imap_cmd_copy.h"
|
|
#include "imap_cmd_edit_object.h"
|
|
#include "imap_main.h"
|
|
|
|
#include "libgimp/stdplugins-intl.h"
|
|
|
|
COMMAND_PROTO(move_sash_command);
|
|
|
|
CommandClass_t move_sash_command_class = {
|
|
move_sash_command_destruct,
|
|
move_sash_command_execute,
|
|
move_sash_command_undo,
|
|
move_sash_command_redo
|
|
};
|
|
|
|
typedef struct {
|
|
Command_t parent;
|
|
GtkWidget *widget;
|
|
Object_t *obj;
|
|
gint x;
|
|
gint y;
|
|
gint image_width;
|
|
gint image_height;
|
|
MoveSashFunc_t sash_func;
|
|
} MoveSashCommand_t;
|
|
|
|
Command_t*
|
|
move_sash_command_new(GtkWidget *widget, Object_t *obj,
|
|
gint x, gint y, MoveSashFunc_t sash_func)
|
|
{
|
|
MoveSashCommand_t *command = g_new(MoveSashCommand_t, 1);
|
|
Command_t *parent;
|
|
|
|
command->widget = widget;
|
|
command->obj = obj;
|
|
command->x = x;
|
|
command->y = y;
|
|
command->image_width = get_image_width();
|
|
command->image_height = get_image_height();
|
|
command->sash_func = sash_func;
|
|
|
|
parent = command_init(&command->parent, _("Move Sash"),
|
|
&move_sash_command_class);
|
|
command_add_subcommand(parent, edit_object_command_new(obj));
|
|
|
|
return parent;
|
|
}
|
|
|
|
static void
|
|
move_sash_command_destruct(Command_t *parent)
|
|
{
|
|
MoveSashCommand_t *command = (MoveSashCommand_t*) parent;
|
|
object_unref(command->obj);
|
|
}
|
|
|
|
static void
|
|
sash_move(GtkWidget *widget, GdkEventMotion *event, gpointer data)
|
|
{
|
|
MoveSashCommand_t *command = (MoveSashCommand_t*) data;
|
|
Object_t *obj = command->obj;
|
|
gint x, y, dx, dy;
|
|
|
|
x = (gint) event->x;
|
|
y = (gint) event->y;
|
|
|
|
if (x < 0)
|
|
x = 0;
|
|
if (x > command->image_width)
|
|
x = command->image_width;
|
|
|
|
if (y < 0)
|
|
y = 0;
|
|
if (y > command->image_height)
|
|
y = command->image_height;
|
|
|
|
x = get_real_coord(x);
|
|
y = get_real_coord(y);
|
|
|
|
dx = x - command->x;
|
|
dy = y - command->y;
|
|
|
|
command->x = x;
|
|
command->y = y;
|
|
|
|
object_draw(obj, widget->window);
|
|
command->sash_func(obj, dx, dy);
|
|
object_emit_geometry_signal(obj);
|
|
object_draw(obj, widget->window);
|
|
}
|
|
|
|
static void
|
|
sash_end(GtkWidget *widget, GdkEventButton *event, gpointer data)
|
|
{
|
|
MoveSashCommand_t *command = (MoveSashCommand_t*) data;
|
|
Object_t *obj = command->obj;
|
|
|
|
g_signal_handlers_disconnect_by_func(G_OBJECT(widget),
|
|
sash_move, data);
|
|
g_signal_handlers_disconnect_by_func(G_OBJECT(widget),
|
|
sash_end, data);
|
|
if (obj->class->normalize)
|
|
object_normalize(obj);
|
|
gdk_gc_set_function(get_preferences()->selected_gc, GDK_COPY);
|
|
/* redraw_preview(); */
|
|
preview_thaw();
|
|
show_url();
|
|
}
|
|
|
|
static CmdExecuteValue_t
|
|
move_sash_command_execute(Command_t *parent)
|
|
{
|
|
MoveSashCommand_t *command = (MoveSashCommand_t*) parent;
|
|
|
|
hide_url();
|
|
preview_freeze();
|
|
g_signal_connect(G_OBJECT(command->widget), "button_release_event",
|
|
G_CALLBACK (sash_end), command);
|
|
g_signal_connect(G_OBJECT(command->widget), "motion_notify_event",
|
|
G_CALLBACK (sash_move), command);
|
|
gdk_gc_set_function(get_preferences()->selected_gc, GDK_EQUIV);
|
|
|
|
return CMD_APPEND;
|
|
}
|
|
|
|
static void
|
|
move_sash_command_undo(Command_t *parent)
|
|
{
|
|
}
|
|
|
|
static void
|
|
move_sash_command_redo(Command_t *parent)
|
|
{
|
|
}
|