gimp r22063 - in trunk: . app/tools
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r22063 - in trunk: . app/tools
- Date: Wed, 7 Mar 2007 09:34:47 +0000 (GMT)
Author: mitch
Date: 2007-03-07 09:34:47 +0000 (Wed, 07 Mar 2007)
New Revision: 22063
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22063&view=rev
Modified:
trunk/ChangeLog
trunk/app/tools/gimpeditselectiontool.c
trunk/app/tools/gimpeditselectiontool.h
trunk/app/tools/gimpmovetool.c
Log:
2007-03-07 Michael Natterer <mitch gimp org>
Clean up fix for bug #328001:
* app/tools/gimpeditselectiontool.[ch] (process_event_queue_keys):
made private again.
(gimp_edit_selection_tool_translate): new function which has an
additional GimpTransformType parameter to determine what transform
to perform. Do all the work here, ignoring the key event's
modifier state.
(gimp_edit_selection_tool_key_press): just determine the transform
type from the key event's modifier state and call
gimp_edit_selection_tool_translate().
* app/tools/gimpmovetool.c (gimp_move_tool_key_press): removed all
code and call gimp_edit_selection_tool_translate() with
options->move_type. Moved the function to its proper place in the
file.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]