After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349337 - Improve rectangle tools behaviour when resizing with fixed ratio
Improve rectangle tools behaviour when resizing with fixed ratio
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other Linux
: Normal normal
: ---
Assigned To: Karl Günter Wünsch
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-07-30 19:52 UTC by Karine Delvare
Modified: 2006-08-06 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Corrects the asyncronicity between mouse cursor and selected edge on egde resizing (1.89 KB, patch)
2006-07-31 16:34 UTC, Karl Günter Wünsch
committed Details | Review
Correctly decide on which edge to stay when trying to move corner. (2.64 KB, patch)
2006-08-03 20:41 UTC, Karl Günter Wünsch
committed Details | Review

Description Karine Delvare 2006-07-30 19:52:36 UTC
The old rectangle select tool behaved better - the cursor always sticked to one border.
Comment 1 Karine Delvare 2006-07-31 15:13:12 UTC
Changing the summary because the behaviour is wrong on both edge dragging and corner dragging.
Comment 2 Karl Günter Wünsch 2006-07-31 16:34:57 UTC
Created attachment 69989 [details] [review]
Corrects the asyncronicity between mouse cursor and selected edge on egde resizing
Comment 3 Karine Delvare 2006-07-31 20:49:11 UTC
Applied your patch, thanks.

Bug reassigned to Karl at his request.

2006-07-31  Karine Delvare  <edhel@gimp.org>

	* app/tools/gimprectangletool.c: Applied patch from Karl Günter
	Wünsch which Corrects the asyncronicity between mouse cursor and
	selected edge on egde resizing. Partial fix for bug #349337.
Comment 4 Karl Günter Wünsch 2006-08-03 20:41:01 UTC
Created attachment 70163 [details] [review]
Correctly decide on which edge to stay when trying to move corner.

This patch IMHO is as correct in it's behaviour as we can get within the constraints of the HIG (and the fact that it's conformant with tablets and touch screens in absolute mode).
Comment 5 Karine Delvare 2006-08-06 09:17:56 UTC
Very nice, thank you.

2006-08-06  Karine Delvare  <edhel@gimp.org>

	* app/tools/gimprectangletool.c: Applied patch from Karl Günter
	Wünsch which finishes improving rectangle tools behaviour when
	resizing with fixed ratio. Fixes bug #349337.