-
-
Notifications
You must be signed in to change notification settings - Fork 988
Add major/minor grid lines to grids popover #3334
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
Open
bluelinden
wants to merge
24
commits into
GraphiteEditor:master
Choose a base branch
from
bluelinden:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5a547a9
Add rectangular major grid lines (broken impl)
bluelinden 94c26cc
add large dot icon and remove unnecessary ref
bluelinden 1b0ef1b
Work on rect grid lines
bluelinden f105839
rectilinear grid work
bluelinden db1bac7
Merge branch 'GraphiteEditor:master' into master
bluelinden 489ca95
fmt
bluelinden 7732aca
scale if either goes below ten (for keavon)
bluelinden 12c8877
more dotted grid work
bluelinden a488bf9
Add major/minor grid lines to rect. dotted grids
bluelinden 7533e71
Merge branch 'master' of https://github.com/bluelinden/Graphite
bluelinden 1ae4921
fix document_to_viewport
bluelinden ec954f6
add iso major/minor
bluelinden eb1a460
delete duplicate variable defs
bluelinden 25eb407
format
bluelinden b197e39
Merge branch 'master' into master
bluelinden 00501c2
swap the places of A and B intervals in the isometric dialog
bluelinden 5c6ab75
Merge branch 'master' into master
timon-schelling 73f1049
fix layout_widget diffing
bluelinden e5e3e5a
remove errant comment
bluelinden c560ba6
undo accidental if let change
bluelinden 4f56a5f
Merge branch 'GraphiteEditor:master' into master
bluelinden 98780d6
Merge branch 'master' into master
bluelinden 14f83c2
Merge branch 'master' into master
bluelinden eaa4ffe
Merge branch 'GraphiteEditor:master' into master
bluelinden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
337 changes: 267 additions & 70 deletions
337
editor/src/messages/portfolio/document/overlays/grid_overlays.rs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Keavon what this will also need to be moved to the branding repo right?
How should we handle this for now?