-
Notifications
You must be signed in to change notification settings - Fork 40
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 move
and grow
methods to move and grow (or shrink) windows
#5
Merged
Commits on May 26, 2018
-
Add
move
andgrow
methods to move and grow (or shrink) windowsMajor changes: - add `move` and `grow` methods to move and grow (or shrink) windows - fullscreen starts by centering the window, then proceeds through the sequence Minor changes: - update hs.grid when obj.GRID changes, making obj:init() unnecessary - forget obj._pressed state after a second (with move & grow changes I found myself wanting to shift modifier keys without releasing them, this means I can just pause) - refactor code to make it easier (for me) to understand - tweak the documentation a little
Configuration menu - View commit details
-
Copy full SHA for 08c5eec - Browse repository at this point
Copy the full SHA 08c5eecView commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 377e2d6 - Browse repository at this point
Copy the full SHA 377e2d6View commit details
Commits on Jun 4, 2018
-
handle repeated sizes in sizes and fullscreenSizes, 'c' sizes when there is nothing stored, and some other edge cases.
Configuration menu - View commit details
-
Copy full SHA for 8a9268c - Browse repository at this point
Copy the full SHA 8a9268cView commit details
Commits on Oct 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6186693 - Browse repository at this point
Copy the full SHA 6186693View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23f6d6 - Browse repository at this point
Copy the full SHA c23f6d6View commit details -
Pressing both directions while moving should also maximise
(as it does going or growing)
Configuration menu - View commit details
-
Copy full SHA for 141e2e3 - Browse repository at this point
Copy the full SHA 141e2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05625aa - Browse repository at this point
Copy the full SHA 05625aaView commit details
Commits on Oct 24, 2018
-
cancel_press
asreleasedfn
(keyup) for moves (prevents `growFully……` on direction change).
Configuration menu - View commit details
-
Copy full SHA for 4cff39a - Browse repository at this point
Copy the full SHA 4cff39aView commit details
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.