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

merge version 16 into master #176

Merged
merged 15 commits into from
Nov 20, 2023
Merged

merge version 16 into master #176

merged 15 commits into from
Nov 20, 2023

Commits on Sep 6, 2023

  1. unfixed monitor math

    It seems that I removed more math than I should have in c4b8c83
    I've reverted the change but updated the variables
    GrylledCheez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b506c7a View commit details
    Browse the repository at this point in the history
  2. fix move to left monitor

    Columns weren't being recalculated when moving to a monitor on the left.
    GrylledCheez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    879074c View commit details
    Browse the repository at this point in the history
  3. remove inMonitorBounds check

    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
    GrylledCheez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    fae322a View commit details
    Browse the repository at this point in the history
  4. readded nearLeft and nearRight behavior

    77bda69 removed some important lines.
    GrylledCheez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    042c74c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9009d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #170 from Fmstrat/monitor-math

    unfixed monitor math
    GrylledCheez authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b495473 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from Fmstrat/remove-bounds-check

    remove inMonitorBounds check
    GrylledCheez authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    dfc4174 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. bug fix

    GrylledCheez committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b43a5b6 View commit details
    Browse the repository at this point in the history
  2. fix tile height across windows

    Tiles that are full height on one monitor will now be full height as they
    move to other monitors.
    GrylledCheez committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    695be9a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. increment version

    GrylledCheez committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fbd7665 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. increment version

    GrylledCheez committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9a6e0f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. migrate to adw

    Adding Adw to prepare for Gnome 45 migration.
    This has the side effect of removing support for anything before Gnome 42
    GrylledCheez committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b964498 View commit details
    Browse the repository at this point in the history
  2. update naming convention

    GrylledCheez committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9671202 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. change prefs to use xml

    GrylledCheez committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    37f8af3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. add class structure

    Gnome 40-44 allows for a class structure.
    Gnome 45 REQUIRES it. So this is an easy transition.
    GrylledCheez committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5820ad7 View commit details
    Browse the repository at this point in the history