Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elParaguayo/qtile-extras
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: elParaguayo/qtile-extras
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 1 contributor

Commits on May 29, 2024

  1. Fix border bug

    When using a mix of decorated and standard borders, we need to check the
    type of border before trying to reuse SceneRect objects.
    elParaguayo committed May 29, 2024
    Copy the full SHA
    6189b5c View commit details

Commits on May 31, 2024

  1. Fix tooltip bug

    Tooltips were crashing on some widgets. Removed unnecessary call to
    `Popup.clear()`.
    elParaguayo committed May 31, 2024
    Copy the full SHA
    04e3d6d View commit details

Commits on Jun 1, 2024

  1. Fix GlobalMenu callback bug

    Previous menus still had callbacks attached to layout changes. These
    callbacks need to be removed when finalising the widget.
    elParaguayo committed Jun 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d5dd158 View commit details

Commits on Jun 4, 2024

  1. Fix StatusNotifer import error

    A recent commit to qtile moved some code to different folders. We need
    to update the imports here to match.
    
    Closes #350
    elParaguayo committed Jun 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a36217c View commit details

Commits on Jun 6, 2024

  1. Add conditional window border formatting

    Adds a new `ConditionalBorder` which allows users to provide multiple
    border styles which are selected based on provided `Match` criteria.
    elParaguayo committed Jun 6, 2024
    Copy the full SHA
    6ac0276 View commit details

Commits on Jun 12, 2024

  1. Copy the full SHA
    8dbfae6 View commit details

Commits on Jun 14, 2024

  1. Add custom window borders

    elParaguayo committed Jun 14, 2024
    Copy the full SHA
    7d3dded View commit details

Commits on Jun 15, 2024

  1. Update custom border docs

    elParaguayo committed Jun 15, 2024
    Copy the full SHA
    df556c5 View commit details

Commits on Jul 7, 2024

  1. Copy the full SHA
    3b2adaa View commit details
  2. Copy the full SHA
    db0e5ae View commit details
  3. Add RoundedCorners border decoration

    Wayland only as x11 will render black artefacts.
    elParaguayo committed Jul 7, 2024
    Copy the full SHA
    c1468f9 View commit details

Commits on Jul 10, 2024

  1. Copy the full SHA
    4b99d35 View commit details

Commits on Jul 12, 2024

  1. Bugfix ConditionalBorder

    ConditionalBorder adjusts the window size based on default value but it
    should adjust based on the previous border width.
    elParaguayo committed Jul 12, 2024
    Copy the full SHA
    0296169 View commit details
  2. v0.27.0

    elParaguayo committed Jul 12, 2024
    Copy the full SHA
    000727c View commit details
Loading