Sun Jul 31 15:42:20 CEST 2005

(Kim)

--- 0.16.8 0.15 ---
Fix sharp shadow bug.
Fix "focus prev". Enable using up/down arrow keys with focus list.
Iconox update tweak.
Pager click fixes.
Fix "Restart application on login" when WM_COMMAND is on group window.
Urgency tweak.
Add string splitting function. Rename string list functions.
Fix bad _NET_WM_ICON consistency check.
Fix segv on pager close.
Fix focus to none.
Fix composite manager enable/disable.
Update default theme.
Fix bad window sizing during unshade.
Background generation tweaks, background selector speedups.
Fix ugliness when deiconifying with composite enabled.
Add override-redirect window translucency.
Translucent resizing.
Background generation tweaks, background selector speedups.
Add .png to cached image file names.
Fix bug when dragging window through edge flip. Minor pager scan speedup.


SVN revision: 15974
This commit is contained in:
Kim Woelders 2005-07-31 13:43:07 +00:00
parent 72fd0bd8f2
commit c6d9f2e158
4 changed files with 32 additions and 2 deletions

View File

@ -3490,3 +3490,31 @@ Fix shading of shaped windows.
Stuff for grabbing redirected windows.
Enable showing offscreen windows via pager.
Map virtual roots at creation (before creating named pixmaps for clients).
-------------------------------------------------------------------------------
Sun Jul 31 15:42:20 CEST 2005
(Kim)
--- 0.16.8 0.15 ---
Fix sharp shadow bug.
Fix "focus prev". Enable using up/down arrow keys with focus list.
Iconox update tweak.
Pager click fixes.
Fix "Restart application on login" when WM_COMMAND is on group window.
Urgency tweak.
Add string splitting function. Rename string list functions.
Fix bad _NET_WM_ICON consistency check.
Fix segv on pager close.
Fix focus to none.
Fix composite manager enable/disable.
Update default theme.
Fix bad window sizing during unshade.
Background generation tweaks, background selector speedups.
Fix ugliness when deiconifying with composite enabled.
Add override-redirect window translucency.
Translucent resizing.
Background generation tweaks, background selector speedups.
Add .png to cached image file names.
Fix bug when dragging window through edge flip. Minor pager scan speedup.

2
TODO
View File

@ -4,6 +4,8 @@
- Enable not redirecting certain clients.
- Redirect override-redirect windows at create in stead of map?
- Slideouts are broken.
- Speed up window stacking.
- netwm hints

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.14)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.15)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed

2
e.spec
View File

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