FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing master...3.4 · polybar/polybar · GitHub

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: polybar/polybar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: polybar/polybar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 20 files changed
  • 3 contributors

Commits on Oct 30, 2019

  1. fix(ipc): Update bar when making bar visible

    While an update was forced whenever polybar was made visible, the
    `m_lastinput` variable was still set to the same value as when the bar
    became hidden because updates to it were prevented.
    
    Fixes #1875
    patrick96 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a8fe492 View commit details
    Browse the repository at this point in the history
  2. fix(bar): Configure window before remapping

    Some WMs like i3 discard position information when unmapping the bar and
    because of that the bar would be at the wrong position after being
    remapped.
    
    Fixes #1484
    Ref: i3/i3#3834
    patrick96 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    74a62e3 View commit details
    Browse the repository at this point in the history
  3. fix(backlight): Use 'brightness' with amdgpu_bl0

    The amdgpu driver seems to set 'actual_brightness' wrong.
    
    Fixes #1870
    Ref: Alexays/Waybar#335
    patrick96 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3bd394d View commit details
    Browse the repository at this point in the history
  4. build: drop python2

    patrick96 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3d4a5a3 View commit details
    Browse the repository at this point in the history
  5. Release 3.4.1

    Changelog
    
    Dependencies:
    
    We dropped `python2` as a dependency, just in time for its EOL. Now the only python dependency is `python3` (#1908).
    
    Fixes:
    
    * ipc:
        * Update bar when making it visible (#1889), see #1875
        * Set bar position when making it visible (#1901), see #1484, i3/i3#3834
    * `internal/backlight`: Use correct brightness file for `amdgpu_bl0` (#1900), see #1870, Alexays/Waybar#335
    patrick96 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f08a593 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    0bfaf41 View commit details
    Browse the repository at this point in the history
  2. fix(renderer): Correctly position right block if center is empty

    The issue was that it used the position of the center module to
    calculate the leftmost possible position of the block. However, if the
    center module is empty that position is disastrously wrong.
    
    Fixes #591
    Fixes #1903
    patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    7b78323 View commit details
    Browse the repository at this point in the history
  3. fix(renderer): Falloff gradient

    Before it did not take into account borders or a tray on the left.
    It also sometimes rendered the gradient way to large
    patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    8382919 View commit details
    Browse the repository at this point in the history
  4. fix(renderer): make center position more robust

    The old code didn't really work when the right block was pushing against
    the center block. Also `fixed-center` wasn't properly defined. I have
    now fixed it to the following:
    
    * `fixed-center = true`: The center block stays at the center of the bar
    whenever possible. It can be pushed to the left if the right block takes
    too much space and to the right if the left block takes too much space
    * `fixed-center = false`: The center block will be in the middle between
    the left and right block whenever possible. If there is not enough space
    between those two, the center block will be directly to the right of the
    left block and pushes out the right block
    patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    0782c7c View commit details
    Browse the repository at this point in the history
  5. fix(ipc): Clear content if no output is produced

    Before, if the command produced no output, the `m_output` field would
    not have been overwritten and the old output was displayed.
    
    But since this is an explicit trigger of the hook, the user would expect
    the output to be updated to whatever the script produces (even if that
    is nothing).
    
    Ref: https://www.reddit.com/r/Polybar/comments/e9a8ww
    patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    0e50a8e View commit details
    Browse the repository at this point in the history
  6. Add missing <stdexcept> header

    This is dependent on a PR to xpp that does the same. Newer compilers
    (GCC10 in particular) are stricter about which headers provide the
    std exception types.
    jeremyong authored and patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    54816fe View commit details
    Browse the repository at this point in the history
  7. Relase 3.4.2

    Fixes
    
    * `internal/i3` (and maybe others): Workspace icon map misbehaves for empty icon (#1893), see #1881
    * `custom/ipc`: Clear content if hook produces no output. (#1951)
    * renderer:
        * The modules on the right no longer overlap the tray or are shifted out of the bar. (#1936), see #591, #1903, #1838, #1236
        * The gradient when modules are shifted out of the bar (because there is not enough space) is now drawn correctly in all circumstances. (#1936)
    * build: Fixed a compilation issue in gcc10 (#1967, polybar/xpp#20)
    patrick96 committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    f7a1949 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fix gcc compilation

    Lomadriel authored and patrick96 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    d95f930 View commit details
    Browse the repository at this point in the history
  2. Release 3.4.3

    Fixes: GCC 10 Compilation (#2098), see #2097
    patrick96 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3c2188f View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL