Tag 'compiz-0.7.2' created by Dennis kasprzyk <[EMAIL PROTECTED]> at 2008-03-06 18:16 +0000
compiz 0.7.2 release -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) iD8DBQBH0DUGt48tbid8NDcRAmq/AKC9JFbXARu0I6oWklI09gs+2WhbCQCgqOoE WV0+vDuRaznqP3nvpaeK4Eo= =2+IW -----END PGP SIGNATURE----- Changes since compiz-0.7.0: C-F Language team (2): translation update oops, readding deleted file Christopher Williams (1): Fix KDE3 and KDE4 configure checks. Danny Baumann (35): Added wrappable callback functions for session management events. Don't allow minimization of skip taskbar dialogs. Export session client id to sessionSaveYourself. Don't overwrite new client id with the one passed via command line. Don't showdesktop grabbed windows. Fix saving session client id to session manager. Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/xorg/app/compiz Correctly unset TermButton / TermKey state. Prevent switcher window being re-placed by the decoration plugin by specificying a static window gravity. Update maximized window's geometry if the screen workarea changed. Updating the window size is sufficient to reflect workarea size changes. Don't change stacking order and focus if the user cancelled scale. Select window under pointer right after ending the zoom out animation, so that a mouse move is not needed for that. Revert "Select window under pointer right after ending the zoom out animation, so that a mouse move is not needed for that." Make sure a window is selected after relayouting slots. Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/xorg/app/compiz Avoid possible NULL pointer dereferences. Use gettext to translate tooltips and dialog items of gtk-window-decorator. Update translatable files. Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/xorg/app/compiz Correctly reflect changes to Gnome's DPI settings. Fix warning. Set cancel state when ending scale the same way as it was initiated. Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/xorg/app/compiz Make scaleSelectWindow wrappable so that subplugins can be notified of window selection. Clear window input extents when removing decoration from a window. Correctly terminate move action if it was initiated by decoration button press and the button binding was not set to <some modifier>+Button1. Fixed annotate erase invocation and termination. Don't try to get button positions for undecorated windows. Always use the current window decoration extents instead of the custom decoration extents, which may not be currently used (e.g. if the window was excluded from decorations). Fixed annotate erase mode. Revert "Fixed annotate erase mode." Fix erase mode. Don't switch viewports when a window requests to get focus. Invoke terminate function for edge buttons if button is released. Dennis Kasprzyk (8): Post release version increment. Do not try to produce broken introspection information for unknown option types. Do no register core path twice. Query bound pixmap texture target, if the fbconfig only reports rectangle texuture support, but the texture has power of two dimensions. Revert "Query bound pixmap texture target, if the fbconfig only reports rectangle texuture support, but the texture has power of two dimensions." Rotate in right direction if hsize is 3. Clear switcher content to make sure that the new background pixmap gets applied. Add NEWS entry and bump version for 0.7.2 release. Patrick Niklaus (1): Use visual and depth of the window to support RGBA. Roland Baer (1): mem leak fix Roland Bär (2): Simplified logMessage() Avoid possible NULL pointer dereferences. Travis Watkins (1): only allow rotate to faces that exist --- NEWS | 12 configure.ac | 8 gtk/window-decorator/Makefile.am | 10 gtk/window-decorator/gtk-window-decorator.c | 92 +-- include/compiz-core.h | 53 + include/compiz-scale.h | 8 kde/window-decorator-kde4/switcher.cpp | 1 metadata/annotate.xml.in | 2 plugins/annotate.c | 3 plugins/dbus.c | 15 plugins/decoration.c | 11 plugins/fuse.c | 6 plugins/gconf.c | 12 plugins/kconfig.cpp | 19 plugins/move.c | 10 plugins/plane.c | 50 - plugins/rotate.c | 66 +- plugins/scale.c | 111 ++-- plugins/svg.c | 28 - plugins/switcher.c | 7 po/POTFILES.in | 1 po/af.po | 2 po/ar.po | 2 po/be.po | 2 po/bg.po | 2 po/bn.po | 2 po/bn_IN.po | 2 po/bs.po | 2 po/ca.po | 2 po/cs.po | 354 ++++-------- po/cy.po | 2 po/de.po | 2 po/el.po | 14 po/en_GB.po | 2 po/en_US.po | 2 po/es.po | 771 +++++++++++---------------- po/et.po | 2 po/eu.po | 777 ++++++++++++++-------------- po/fi.po | 10 po/fr.po | 14 po/gl.po | 2 po/gu.po | 2 po/he.po | 2 po/hi.po | 2 po/hr.po | 2 po/hu.po | 15 po/id.po | 2 po/it.po | 11 po/ja.po | 16 po/ka.po | 2 po/km.po | 2 po/ko.po | 16 po/lo.po | 2 po/lt.po | 2 po/mk.po | 2 po/mr.po | 2 po/nb.po | 14 po/nl.po | 26 po/or.po | 2 po/pa.po | 2 po/pl.po | 59 -- po/pt.po | 10 po/pt_BR.po | 2 po/ro.po | 2 po/ru.po | 2 po/sk.po | 280 ++++------ po/sl.po | 2 po/sr.po | 2 po/sv.po | 106 +-- po/ta.po | 2 po/tr.po | 2 po/uk.po | 2 po/vi.po | 2 po/xh.po | 2 po/zh_CN.po | 2 po/zh_TW.po | 2 po/zu.po | 2 src/core.c | 5 src/display.c | 9 src/event.c | 7 src/main.c | 7 src/screen.c | 9 src/session.c | 110 ++- src/window.c | 11 84 files changed, 1573 insertions(+), 1683 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]