-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add row option #148
Merged
Merged
Add row option #148
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
v12. Time marches on
Removed redundant math in showPreview function since we already have the loc and don't need to do extra calculations.
Simplify showPreview
default gap is zero, but can can be increased to 50 in 2px increments
simpler coding for switch cases and allows for the possibility of code condensing later
* fixes requested by gnome Changed version checking to be float instead of int so we can deprecate < 3.36 later Added settings-schema to metadata.json so ExtensionUtils.getSettings can find it Removed disable function from prefs.js Made extension.js definitions consistent with prefs.js resolves #137
Instead of doing silly pixel math with the pointer, check to see if the metaGrabOp is any of the Meta.GrabOp resize constants.
Fixed manual instalation instructions
reduced indent level
removed a single newline that was causing github to go crazy and double create init in prefs.js
each log line will now start with the name of the function followed by a ")" This will make it easier to grep for relevant logs
Gave instructions on getting wintile logs
GrylledCheez
force-pushed
the
add_row_option
branch
from
June 25, 2023 03:46
81ab917
to
297a5b0
Compare
Users can choose between 1 and 5 rows
Holding ctrl during a drag event will show the preview in the grid the mouse is in. Very useful for grids with more than 2 rows.
fix typo
GrylledCheez
force-pushed
the
add_row_option
branch
from
June 26, 2023 08:51
e1f909d
to
a1d39e4
Compare
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.
The following functionality is provided