forked from e16/e16
1
0
Fork 0

Tue Jan 24 20:34:43 CET 2006

(Kim)

--- 0.16.8 pre3 ---
Set some keybindings on "OK" dialog.
Fix changing no background to background.
No longer use convert (ImageMagick) to create scaled icons in menu generation,
but scale internally according to configuration setting.
Allow setting border on windows with borderless hint.
Fix potential missing server ungrab.
Track top-level window shapedness.
Unselect client window events on withdraw. This fixes trouble with certain
kde(?) systray apps when not using the e16 systray. Thanks to Peter Hyman
for going on about this :)


SVN revision: 20009
This commit is contained in:
Kim Woelders 2006-01-24 19:35:31 +00:00
parent 79960eb6f6
commit e9bc4506cd
3 changed files with 22 additions and 4 deletions

View File

@ -3719,3 +3719,21 @@ Avoid setting shape to default (unshaped) on ShapeNotify when already set.
Do full composite repaint on VT switch.
Fix pseudotransparent iconbox on desk with no background.
-------------------------------------------------------------------------------
Tue Jan 24 20:34:43 CET 2006
(Kim)
--- 0.16.8 pre3 ---
Set some keybindings on "OK" dialog.
Fix changing no background to background.
No longer use convert (ImageMagick) to create scaled icons in menu generation,
but scale internally according to configuration setting.
Allow setting border on windows with borderless hint.
Fix potential missing server ungrab.
Track top-level window shapedness.
Unselect client window events on withdraw. This fixes trouble with certain
kde(?) systray apps when not using the e16 systray. Thanks to Peter Hyman
for going on about this :)

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-pre2)
AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-pre3)
AM_MAINTAINER_MODE
dnl reasonable guesses for where stuff is installed
@ -85,7 +85,7 @@ AC_ARG_ENABLE(hints-gnome,
enable_hints_gnome=no)
AC_ARG_ENABLE(ecore-x,
[ --enable-ecore-x use ecore-x interface to X11 @<:@default=no@:>@],,
[ --enable-ecore-x use ecore-x interface to X11 (for testing only - DO NOT USE!) @<:@default=no@:>@],,
enable_ecore_x=no)
if test "x$enable_hints_gnome" = "xyes"; then

4
e.spec
View File

@ -1,5 +1,5 @@
%define revision 0.99.2
%define rev_name -pre2
%define revision 0.99.3
%define rev_name -pre3
Summary: The Enlightenment window manager.
Name: e16