-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added config.rows with default of 2 * simplified showPreview * added gaps around tiles (#133) default gap is zero, but can can be increased to 50 in 2px increments * 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 * cleaner resize-checker (#141) Instead of doing silly pixel math with the pointer, check to see if the metaGrabOp is any of the Meta.GrabOp resize constants. * Update README.md Fixed manual instalation instructions * Fixed column math for previews * inverted windowMoving guard clause reduced indent level * renamed loop variable * Update prefs.js removed a single newline that was causing github to go crazy and double create init in prefs.js * mention gaps in metadata.json * update gitignore * standardized _log 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 * Update README.md Gave instructions on getting wintile logs * update README.md
- Loading branch information
1 parent
e702d83
commit 3e43c62
Showing
7 changed files
with
481 additions
and
415 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
wintile@nowsci.com.zip | ||
node_modules/ | ||
package-lock.json | ||
package.json |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Binary file not shown.
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