compiz: Changes to 'refs/tags/compiz-0.3.2'

David Reveman davidr at kemper.freedesktop.org
Tue Nov 21 19:24:31 EET 2006


Tag 'compiz-0.3.2' created by David Reveman <davidr at novell.com> at 2006-10-20 20:10 -0700

Development release 0.3.2.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBFOR8ygZhhNEnGXBcRAvViAJ0aBHbLlVEVqvuQe0LCEixdDJtFIACff/Yw
B4tAYVvJ9Q/m6COgH/DwR5U=
=MDjX
-----END PGP SIGNATURE-----

Changes since compiz-0.2.0:
David Reveman:
      post-release version increment.
      Add snap_inverted option to wobbly plugin.
      Add some string utility functions.
      Remove use of gconf-compiz-utils.c.
      Remove use of gconf-compiz-utils.c.
      Remove gconf-compiz-utils.c and gconf-compiz-utils.h.
      Fix memory leak.
      Add more utility functions.
      Use stringToColor and colorToString.
      int -> Bool
      Add configuration support to dbus plugin.
      Don't call updateWindowAttributes when motif hints change.
      dbus_connection_close -> dbus_connection_unref.
      Don't unref the dbus connection returned by dbus_get_bus.
      Add 'command' option to decoration plugin. It can be used to automatically
      Kill whitespaces.
      Add opacity support to metacity theme implementation.
      Fix creation of schema file for gconf plugin.
      Regen compiz.schemas.in.
      Add gwd.schemas.in.
      Add version handling to decoration interface.
      Add maximized input extents to decoration property.
      Add windowStateChangeNotify function.
      Wrap windowStateChangeNotify and update input extents properly.
      Add support for maximized frame layout when using metacity themes.
      Add ignore_hints_when_maximized option, which makes compiz ignore size
      Only allow size changes added by addWindowSizeChanges.
      Fix typo.
      Regen compiz.schemas.in.
      Fix so that moveResizeWindow is allowed to do size changes for non-maximized
      Don't use versionsort.
      Don't allow maximize, minimize and fullscreen actions on util and toolbar
      Fix typo.
      Regen compiz.schemas.in.
      Add texCoordSize and indexCount to CompWindow struct.
      Make sure invprec is greater than 0.
      Less annoying defaults for rotate plugin.
      Add serverWidth serverHeight and serverBorderWidth, which are always updated
      Avoid unnessecary synchronization when sending synthetic configure notify
      Set serverWidth, serverHeight and serverBorderWidth of override_redirect
      Use serverWidth, serverHeight, serverBorderWidth in moveResizeWindow.
      No need for a special case for override_redirect windows.
      Use serverWidth, serverHeight and serverBorderWidth in sendSyncRequest.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use largest of 2D and RECT texture targets max size for maxTextureSize.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use serverWidth and serverHeight.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use serverWidth, serverHeight and serverBorderWidth.
      Use serverWidth, serverHeight and serverBorderWidth.
      Update ABIVERSION.
      Add createTexture and destroyTexture.
      Add reference counting to texture objects.
      Remove _NET_WM_STATE_DEMANDS_ATTENTION hint when window receives focus.
      Allocate texture objects separately from window objects.
      Create a new texture object everytime we release the window from the existing
      Make moveInputFocusToWindow handle WM_TAKE_FOCUS hint properly.
      Grab the server to make sure that we send correct attributes to override
      Fix typo.
      Make update-po for upcoming release.
      Bump version for upcoming release.
      Add entry to NEWS file for upcoming release.
      Update ABI version.

Guillaume:
      Add plugin feature interface.

Mike Dransfield:
      Add deactivate member to dbus plugin.

Mirco Muller:
      Start- and end-color-stop for the skydome fallback gradient options.

moppsy:
      Add raise_window option.

Thierry Reding:
      Make sure metacity theme could be loaded.

---
 NEWS                                        |   28 
 configure.ac                                |   16 
 gtk/window-decorator/Makefile.am            |   11 
 gtk/window-decorator/gtk-window-decorator.c |  484 
 gtk/window-decorator/gwd.schemas.in         |   59 
 include/compiz.h                            |  121 
 plugins/Makefile.am                         |   29 
 plugins/compiz.schemas.in                   |17754 +++++++++++++---------------
 plugins/cube.c                              |  112 
 plugins/dbus.c                              |  568 
 plugins/decoration.c                        |  162 
 plugins/fade.c                              |    8 
 plugins/gconf-compiz-utils.c                |  234 
 plugins/gconf-compiz-utils.h                |   70 
 plugins/gconf-dump.c                        |   72 
 plugins/gconf.c                             |   54 
 plugins/minimize.c                          |    8 
 plugins/move.c                              |   19 
 plugins/place.c                             |   60 
 plugins/plane.c                             |   21 
 plugins/resize.c                            |   21 
 plugins/rotate.c                            |    8 
 plugins/scale.c                             |    4 
 plugins/screenshot.c                        |   24 
 plugins/switcher.c                          |   14 
 plugins/water.c                             |    6 
 plugins/wobbly.c                            |   43 
 plugins/zoom.c                              |    6 
 po/cs.po                                    |  350 
 po/de.po                                    |  350 
 po/es.po                                    |  350 
 po/fi.po                                    |  350 
 po/fr.po                                    |  350 
 po/hu.po                                    |  350 
 po/it.po                                    |  350 
 po/ja.po                                    |  350 
 po/pl.po                                    |  349 
 po/pt_BR.po                                 |  350 
 po/sv.po                                    |  353 
 po/zh_CN.po                                 |  350 
 po/zh_TW.po                                 |  350 
 src/display.c                               |   65 
 src/event.c                                 |   32 
 src/option.c                                |  257 
 src/paint.c                                 |    4 
 src/plugin.c                                |   72 
 src/screen.c                                |    4 
 src/texture.c                               |   28 
 src/window.c                                |  311 
 49 files changed, 13664 insertions(+), 11677 deletions(-)
---



More information about the xorg-commit mailing list