forked from e16/e16
1
0
Fork 0
SVN revision: 61929
This commit is contained in:
Kim Woelders 2011-07-31 20:29:19 +00:00
parent a1b805eb7c
commit 0b1bea0fe8
2 changed files with 28 additions and 2 deletions

View File

@ -5514,3 +5514,29 @@ Fix focus after ungrab (noted by Daniel Manjarres).
Set lower limit on time between sucessive animator runs.
Magnifier: Add stroke/drag interface (based on patch by Daniel Manjarres).
Minor debug printout cleanups.
-------------------------------------------------------------------------------
Sun Jul 31 19:31:56 CEST 2011
--- 1.0.9 ---
Change EwinGetContainerXwin() to macro.
Remove unnecessary EMapWindow's.
Magnifier: Minor optimisation when not showing texts (Daniel Manjarres).
Magnifier: Render text lines properly regardless of font size (Daniel Manjarres).
Let EShapeUpdate return window shape status.
Use defined values for shading directions.
EwinInstantShade() does not need to set gravity.
Avoid cancelling menus too early in certain situations.
Magnifier - Cosmetics.
Move HV resize code to separate function.
Add option to enable "smart resizing" (based on patches by Daniel Manjarres).
New maximisation algorithm (based on patches by Daniel Manjarres).
Enable animation of resize operation (based on patches by Daniel Manjarres).
Menu generation: Skip if NoDisplay=true.
Menu generation: Only one menu tree (not GNOME/KDE/Other).
Add EwinIsOnDesktop().
Make EwinOpActivate() center "lost" windows.
Fix pointer focus when a new window appears under the pointer.
Cosmetics.
Italian translation update (Massimo Maiurana).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.8])
m4_define([pkg_revision], [001])
m4_define([pkg_version], [1.0.9])
#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]))