forked from e16/e16
1
0
Fork 0

Tue Aug 23 20:42:02 CEST 2005

(Kim)

--- 0.16.8 0.17 ---
Dialog sliders - Don't callback on mouse down, fix klicking on knob.
Fix occasional event loop delay.
Speed up pseudotrans changes.
Composite manager - Prepare for handling unredirected windows, cleanups.
Enable actions on focus in/out.
Attempt to fix issues with _XROOTPMAP_ID across restart.
Fix adding desks, avoid some X-errors, cleanups.
Name pagers Pager-<no> in stead of just <no>.
Fix incorrect background pixmap size in certain situations.
Fix root resizing.
Move some global vars around, cleanups.
Fix some focus issues.
Move tooltip handling to source. Eliminate WindowAtXY().
Fix slideouts (again).
Fix occasionally missing images in dialogs.
Button related cleanups.
Fix segv's, X-errors, memleak, wrapping.
Make default menus and action tooltips localizable.


SVN revision: 16300
This commit is contained in:
Kim Woelders 2005-08-23 18:43:49 +00:00
parent 7623707d02
commit c1d642c53a
3 changed files with 28 additions and 2 deletions

View File

@ -3542,3 +3542,29 @@ Composite manager - Invalidate named pixmap on unmap, cleanups,
Eliminate old client order list. Shuffle some stuff around.
Cleanups.
Wrap XWarpPointer and XQueryPointer.
-------------------------------------------------------------------------------
Tue Aug 23 20:42:02 CEST 2005
(Kim)
--- 0.16.8 0.17 ---
Dialog sliders - Don't callback on mouse down, fix klicking on knob.
Fix occasional event loop delay.
Speed up pseudotrans changes.
Composite manager - Prepare for handling unredirected windows, cleanups.
Enable actions on focus in/out.
Attempt to fix issues with _XROOTPMAP_ID across restart.
Fix adding desks, avoid some X-errors, cleanups.
Name pagers Pager-<no> in stead of just <no>.
Fix incorrect background pixmap size in certain situations.
Fix root resizing.
Move some global vars around, cleanups.
Fix some focus issues.
Move tooltip handling to source. Eliminate WindowAtXY().
Fix slideouts (again).
Fix occasionally missing images in dialogs.
Button related cleanups.
Fix segv's, X-errors, memleak, wrapping.
Make default menus and action tooltips localizable.

View File

@ -5,7 +5,7 @@ ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.16)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.17)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed

2
e.spec
View File

@ -1,4 +1,4 @@
%define revision 0.16
%define revision 0.17
%define rev_name -%{revision}
Summary: The Enlightenment window manager.