-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
Release 0.8.12.4 (2016-04-04 Sorokin Alexei <[email protected]>) | ||
================================================================== | ||
COMPIZ-RELOADED | ||
|
||
Fix button glow glitches. | ||
|
||
Remove possibility to select button glow for non-pixmap buttons | ||
(glow is only for pixmap buttons). | ||
|
||
Fix theme being reselected when not asked on GTK+ 3.8+. | ||
Left unfixed in builds on older GTK+. | ||
|
||
Fix button glow for only active or only inactive windows. | ||
|
||
Fix broken appearance on HiDPI with GTK+ 3.10+ (if scaling is on). | ||
For now scaling is just disabled completely. | ||
|
||
Other minor fixes. | ||
|
||
Release 0.8.12.3 (2016-03-17 Sorokin Alexei <[email protected]>) | ||
================================================================== | ||
COMPIZ-RELOADED | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AC_PREREQ(2.57) | ||
|
||
AC_INIT([emerald],[0.8.12.3], [[email protected]]) | ||
AC_INIT([emerald],[0.8.12.4], [[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar dist-xz no-dist-gzip check-news]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|