-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zooming #78
Comments
there are already issues about that even if they don't have a pertinent name, it'll be in the version 0.6 |
Ok, sorry |
it can stay open, so people will see it better |
This commit actually does a ton of things: - object-oriented bottom panels (#21) despite dramatic regressions regarding adaptativity to screen width - update accurately all preview buttons when zooming (#78) - merge "flip" and "rotate" into a single tool - add a gtkscalebutton (#64) but adaptativity is broken anyway so... - improve blur (#21)
that's cards in project n°4, and issue #78 (also it's mentionned in #54 and others) - scrollbars change their capacity/size to match the zoom level so we can scroll with zoomed images - the minimap is now produced with quite different methods to take into account the zoom level - the minimap button now shows a translatable label which is updated when the user changes the active tab - the coordinates used by the tools to draw are now correct according to the zoom level
Related to issues #80 #85 #21, this commit changes how all canvas tools preview and apply their modifications. Like the abstract selection tool, they now use locals delta_x and delta_y to preview changes of selection_x and selection_y without actually changing the values. The method deciding what direction the mouse cursor uses has been moved to abstract_canvas_tool so it will be used to scale in all directions using local deltas. Both scale and crop tools now provide access to basic zoom controls, which balance the deletion of the idiot auto-unzoomed preview. The crop tool panel should now be resizable regardless of internationalised strings. Cropping or scaling the selection while (un)zooming (#78) is still problematic in several cases
Hello, indeed a zoom was welcome. I will add to this list an eraser and the possibility with the "swivel" tool to choose the rotation angle (not only by 90° angle). Thank you. |
Not sure how you expect the eraser to work (you should open a distinct issue to explain), but the 2 other features are already working in the (still unstable) future version 0.6 of the app |
Okay, I hadn't seen the edit:). I'll make the issue. |
Great work on drawing, but here are some features I would want.
I think you should be able to zoom in and out. It's annoying when I want to make a 1080p image, but you have to scroll to access the other sides. The ability to zoom in and out would be a welcome change.
The text was updated successfully, but these errors were encountered: