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 746223 - Region screenshot fixes
Region screenshot fixes
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-03-14 22:53 UTC by Clément Guérin
Modified: 2015-03-14 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot: use integer coordinates (1.23 KB, patch)
2015-03-14 22:53 UTC, Clément Guérin
none Details | Review
screenshot: fix off-by-one selection size (1.04 KB, patch)
2015-03-14 22:54 UTC, Clément Guérin
none Details | Review

Description Clément Guérin 2015-03-14 22:53:37 UTC
Created attachment 299425 [details] [review]
screenshot: use integer coordinates

Various region screenshot fixes.

Subject: [PATCH] screenshot: use integer coordinates

This fixes the shivery selection rectangle when making a region
screenshot.
Comment 1 Clément Guérin 2015-03-14 22:54:27 UTC
Created attachment 299426 [details] [review]
screenshot: fix off-by-one selection size

Subject: [PATCH] screenshot: fix off-by-one selection size

Selecting the whole screen made a (scr_w-1,scr_h-1) sized screenshot.
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-03-14 23:06:08 UTC
Attachment 299425 [details] pushed as fa4f6c4 - screenshot: use integer coordinates
Attachment 299426 [details] pushed as 6380526 - screenshot: fix off-by-one selection size