1.0.15.001.

This commit is contained in:
Kim Woelders 2015-01-17 18:37:11 +01:00
parent 16799ea4cc
commit 34b9bb9474
2 changed files with 26 additions and 1 deletions

View File

@ -5863,3 +5863,28 @@ Tue Nov 18 21:42:34 CET 2014
Simplify sound configuration.
Set lower limit on slide/shade speed (fix crash if speed is set to 0).
Debug printout cleanups.
-------------------------------------------------------------------------------
Sat Jan 17 18:27:32 CET 2015
--- 1.0.15.001 ---
Extension version checking cleanups.
Use XRenderCreateSolidFill() if available.
Debug printout cleanups.
Prepare to handle other than XI2 generic events.
Initial Present infrastructure.
Initial CM/Present experimental support.
Autofoo tweaks.
Simplify shading code.
Correct shading end size.
FX: Cosmetics.
FX: Correct some offsets.
Eliminate EwinFindByChildren().
Minor tweaks in EShapePropagate().
Fix animation bug (could cause major stalls and maybe lockup).
Fix animator initialisation when duration is 0.
Visibility cosmetics (use EC_C_VISIBILITY).
Minor fading animation tweak.
Remove unused AnimatorsDelCat().
Clean up header file inclusion order.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.15])
m4_define([pkg_revision], [000])
m4_define([pkg_revision], [001])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))