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

Small changes #334

Merged
merged 7 commits into from
Apr 14, 2024
Merged

Small changes #334

merged 7 commits into from
Apr 14, 2024

Conversation

Leleat
Copy link
Owner

@Leleat Leleat commented Apr 7, 2024

some small changes/refactoring I had laying around. See commits.

Leleat added 7 commits April 7, 2024 16:26
Ideally, if a tiled window is dragged around, we'd restore the window
size and place the window under cursor when the grab starts. In the past
that didn't work consistently for all windows, so I've added the option
for the window to restore its size after the grab is released as a
workaround. I don't think this is needed anymore, at least from the
manual testing I've done... Let's remove this workaround (and see if
other people still encounter it).
Putting the keys as static props on classes was meant for convenience.
But it wasn't really more convenient... I always needed to look up the
keys/props anyway and it was a rather uncommon pattern. So inline the
keys now.
so that we don't need to track the signals ourselves with a variable.
`global.display.is_grabbed` replaced `global.display.get_grab_op` since
GNOME 44. Since the current extension version only supports GNOME 45+
drop the compatibility code.
@Leleat Leleat merged commit 70c8d86 into main Apr 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant