-
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
merge version 16 into master #176
Conversation
It seems that I removed more math than I should have in c4b8c83 I've reverted the change but updated the variables
Columns weren't being recalculated when moving to a monitor on the left.
The bounds check stopped previews from being registerd if the mouse was over a panel because the panel is "outside" the working space of the monitor. fixes #168
77bda69 removed some important lines.
unfixed monitor math
remove inMonitorBounds check
Tiles that are full height on one monitor will now be full height as they move to other monitors.
Adding Adw to prepare for Gnome 45 migration. This has the side effect of removing support for anything before Gnome 42
Gnome 40-44 allows for a class structure. Gnome 45 REQUIRES it. So this is an easy transition.
@Fmstrat, what do you think about the new preferences layout? |
@phavekes, are you still active? |
I'll test this version soon |
I've updated to Gnome 45, so I won't be able to test for version 44 anymore |
I'll finish my g45 strain then and get you to try that instead. |
@phavekes, do you still have access to your older build and could test and approve approve it anyway? I'd like your help with the g45 transition of you are able to code. |
@Fmstrat, and I know that you still have approval authority |
This version fixes the smaller hotzones and adds portrait functionality as well as some other bug fixes that arose when I did too many pull requests that caused conflicts.
I also shifted to adw and rearranged the settings widget to get ready for the Gnome 45 transition.