-
-
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
Ideas about tools (0.4 to 0.6) #21
Labels
enhancement
ideas to improve existing features
selection
Everything related to the selection management
tools
bugs or suggestions related to tools
Milestone
Comments
maoschanz
added
enhancement
ideas to improve existing features
tools
bugs or suggestions related to tools
labels
Mar 28, 2019
The function to "crop" is very unintuitive and leaves me scratching my head how to do it actually. |
Yes i hugely improved it since the release of 0.2, as you can see the line corresponding to "crop" is checked, now you can crop from each possible direction, you'll see it when 0.4 will be on flathub |
maoschanz
added a commit
that referenced
this issue
Aug 18, 2019
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)
maoschanz
referenced
this issue
Oct 14, 2019
this concerns the 'shape' tool and the 'free_select' tool, where menu items now allow to close the shape even if you don't remember where was the first point
maoschanz
added a commit
that referenced
this issue
Oct 25, 2019
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
21 tasks
maoschanz
added a commit
that referenced
this issue
Mar 14, 2020
kinda #21 performances are not perfect but acceptable enough for me
maoschanz
added a commit
that referenced
this issue
May 16, 2020
To be continued in #260 |
maoschanz
added a commit
that referenced
this issue
Sep 17, 2020
the bug is technically still here but it doesn't impact usability anymore issue #21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
ideas to improve existing features
selection
Everything related to the selection management
tools
bugs or suggestions related to tools
General
cancel_ongoing_operation
[ ] reimplement what was once calledpeople will undo their selection if they're not happy with the artifacts, the problem is too complex for nowhas_been_used
concerning the selection[ ] History labels for the ongoing operationdedicated issue: History actions labels #42[ ] Being able to select/edit an object that you previously drewdedicated issue: Support for editing drawn shapes afterwards #123Classic tools
Canvas tools
The text was updated successfully, but these errors were encountered: