Skip to content
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

Use hs.hotkey.modal for modals, a bugfix, and some code cleanup #9

Open
wants to merge 42 commits into
base: v1.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d538d01
housekeeping
matthewfallshaw Nov 10, 2018
fa6245c
Use hs.hotkey.modal for modal move & resize
matthewfallshaw Nov 11, 2018
7bfcb79
bugfix: don't force windows from higher or lefter screens onto the pr…
matthewfallshaw Nov 11, 2018
f3e19fe
Use `hs.hotkey.modal` for `← + →` and `↑ + ↓` double taps,
matthewfallshaw Nov 11, 2018
5bf7b66
minor: cleanup, docs & logging
matthewfallshaw Nov 11, 2018
6a29b54
bugfix: don't let our fullscreen originalPositionStore get garbagecol…
matthewfallshaw Nov 11, 2018
45723ed
bugfix: sometimes double tapping opposing directions to grow to full …
matthewfallshaw Nov 13, 2018
99a9efe
bugfix: support non-arrow keys as moving keys
matthewfallshaw Nov 15, 2018
c6ab1bf
bugfix: support holding move keys to keep moving or growing
matthewfallshaw Nov 15, 2018
8d69f9c
minor: cleanup
matthewfallshaw Nov 15, 2018
401d875
HS docs are broken and can't do word wrapping. [sad face]
matthewfallshaw Dec 26, 2018
110436c
Sticky sides (optionally stick to a bound side when shrinking windows).
matthewfallshaw Dec 26, 2018
e8ba980
Update README.md
miromannino Jan 27, 2019
9f3ee07
Update README.md
miromannino Jan 27, 2019
c5e86be
Add `move` and `grow` methods to move and grow (or shrink) windows
matthewfallshaw May 26, 2018
7a6c82f
bugfix: hs.grid rounding issues were preventing fullscreen sizing, fixed
matthewfallshaw May 30, 2018
7a600c7
bugfixes:
matthewfallshaw Jun 4, 2018
f057a98
reduce luacheck noise
matthewfallshaw Oct 18, 2018
c05116e
Move GRID update meta magic into its own file
matthewfallshaw Oct 18, 2018
ebc35bd
Pressing both directions while moving should also maximise
matthewfallshaw Oct 18, 2018
58bc888
Add Center method
matthewfallshaw Oct 18, 2018
c736d7d
`cancel_press` as `releasedfn` (keyup) for moves (prevents `growFully…
matthewfallshaw Oct 24, 2018
6c52e3a
first cleanup and refactorings
miromannino Oct 26, 2018
ffad0d8
Update MiroWindowsManager.spoon/init.lua
miromannino Oct 27, 2018
f6af7e4
fullscreen fixes
miromannino Oct 27, 2018
32ba464
fullscreen completed
miromannino Nov 2, 2018
171b3c2
resize
miromannino Nov 2, 2018
fafbbd9
fixes and refactoring
miromannino Nov 2, 2018
221bbf7
housekeeping
matthewfallshaw Nov 10, 2018
159763f
Use hs.hotkey.modal for modal move & resize
matthewfallshaw Nov 11, 2018
4b32708
bugfix: don't force windows from higher or lefter screens onto the pr…
matthewfallshaw Nov 11, 2018
295480b
Use `hs.hotkey.modal` for `← + →` and `↑ + ↓` double taps,
matthewfallshaw Nov 11, 2018
c74f2f9
minor: cleanup, docs & logging
matthewfallshaw Nov 11, 2018
e274aef
bugfix: don't let our fullscreen originalPositionStore get garbagecol…
matthewfallshaw Nov 11, 2018
dcf1eaf
bugfix: sometimes double tapping opposing directions to grow to full …
matthewfallshaw Nov 13, 2018
9e5de9b
bugfix: support non-arrow keys as moving keys
matthewfallshaw Nov 15, 2018
dee6c44
bugfix: support holding move keys to keep moving or growing
matthewfallshaw Nov 15, 2018
dcb3ffc
minor: cleanup
matthewfallshaw Nov 15, 2018
29fcc3c
HS docs are broken and can't do word wrapping. [sad face]
matthewfallshaw Dec 26, 2018
887b6f7
Sticky sides (optionally stick to a bound side when shrinking windows).
matthewfallshaw Dec 26, 2018
9b0875e
Merge branch 'master' of github.com:matthewfallshaw/miro-windows-manager
matthewfallshaw Mar 2, 2019
fb9ac6f
update docs
matthewfallshaw Jul 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading