forked from MaurycyLiebner/enve
-
Notifications
You must be signed in to change notification settings - Fork 14
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
New color picker (drop tool) + macOS support #284
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When needed, usually this function is run by something else with undo support.
color picker refactor part deux.
Seems to work as it should, need to test for bugs.
Implement common gestures on macOS. - Pan (Slide two fingers, alt modifier to zoom) - Zoom in or out (Pinch with two fingers) - Smart Zoom (Double-tap with two fingers) Ref: #276
Set sample rate to 22050 on macOS to avoid distorted/cracked audio, this is a workaround until we figure out what the real problem is.
Update icons.
First public test build for macOS: https://sourceforge.net/projects/friction/files/snapshots/macOS/friction-9e2b3486.dmg/download Tested on 3 Intel Mac's running macOS 12. Minimum requirements are MacBook Air 11-inch 2015 4GB RAM:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New color picker (drop tool)
The drop tool has always been broken and confusing.
The new drop tool is simpler, select drop tool (F9), hover over something and left-click to apply fill color for selected items or right-click to apply to selected items stroke. Using the drop tool from 'fill and stroke' will only apply to the item connected to the 'fill and stroke' widget at that time. The status bar will now show hover color and values.
macOS
This was a big one. macOS support in Friction has been on and off since the beginning, mostly due to issue with various versions of macOS. These issues has now been fixed.
Fixes #272