Skip to content

Tags: nguyenphilong-bk/picom

Tags

vNext

Toggle vNext's commit message

Verified

This commit was signed with the committer’s verified signature.
yshui Yuxuan Shui
render: avoid left shifting negative values

It's undefined behavior.

Signed-off-by: Yuxuan Shui <[email protected]>

v8.2

Toggle v8.2's commit message
v8.2

* Fixes assertion failures related to WIN_FLAGS_SHADOW_STALE, see yshui#479
* `write-pid-path` in configuration file now accepted
* Pid files are now deleted during shutdown
* Build fixes for certain platforms

v8.1

Toggle v8.1's commit message
v8.1

Fixed yshui#470 yshui#471 yshui#474 yshui#465

Worked around yshui#301

Fixed specifying a window id with the picom-trans script

Fixed minor memory leaks

v8-rc2

Toggle v8-rc2's commit message

Verified

This commit was signed with the committer’s verified signature.
yshui Yuxuan Shui
config: remove xrender-sync

Deprecated since v5

Signed-off-by: Yuxuan Shui <[email protected]>

v8-rc1

Toggle v8-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
yshui Yuxuan Shui
Update CONTRIBUTORS

Signed-off-by: Yuxuan Shui <[email protected]>

v7.5

Toggle v7.5's commit message
Changes

Only change since v7.4 is the rename from `compton` to `picom`, which is
backported from the `next` branch.

As a user, you don't need to update to this version.

As a distro packager, you should only package this version if you want
to adopt "picom" as the package name.

v7.4

Toggle v7.4's commit message
v7.4

- Fix several memory leaks, thanks to @liskin (yshui#236)

v7.3

Toggle v7.3's commit message
v7.3

- Build changes:
  - Vendor test.h so people building from the release tarballs doesn't
    have to clone that repository with git

v7.2

Toggle v7.2's commit message
v7.2:

- Fixes:
  - Stopped compton from sometimes freezing the X server when dbus is
    enabled.
  - Fixed the example dbus scripts.