[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Tag 'compiz-0.8.6' created by Danny Baumann <dannybaumann@web.de> at 2010-03-28 12:43 +0000

compiz 0.8.6 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkuvTvUACgkQ6+ZunlVwJYPGwACgtFJH/b2jEYok6Vq7HE5xou5F
NsgAnRKWMNU3PkI7R23YXi0Z7vTiqpFV
=e/3S
-----END PGP SIGNATURE-----

Changes since compiz-0.8.4:
Colin Guthrie (1):
      gtk-decorator: Replace deprecated GTK_WIDGET_VISIBLE symbol

Danny Baumann (34):
      Fix crash in multi-screen setups.
      Fix Gnome keybinding list.
      Make short descriptions of bindings a _little_ more verbose.
      Clean up focus functions.
      Fix some focus issues:
      Fix gravity handling.
      Minor consistency fix.
      Only keep windows on-screen that were fully on-screen before.
      Merge branch 'compiz-0.8' of git+ssh://maniac@git.compiz.org/git/compiz/core into compiz-0.8
      Correctly reflect that the switcher window is managed.
      Fix icon property reading if the icon pixmap has a depth of 1 bit.
      Don't pull in unstable API, it's not needed any longer.
      Revert "Don't pull in unstable API, it's not needed any longer."
      Fix crash.
      Minor whitespace fixes and optimizations.
      Fix window region calculation for windows that have border width set.
      Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core into compiz-0.8
      Fix crash on opening windows.
      Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core into compiz-0.8
      Fix handling of windows that have a server border set.
      Also handle windows that have a server border set properly in pointer
      Fix typo.
      Properly send ClientMessage event after aquiring compositing manager
      Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core into compiz-0.8
      Only accept ConfigureRequest / _NET_MOVERESIZE_WINDOW ClientMessage
      Fix window position validation for windows that change size without
      Link all required libraries explicitly.
      Cleanup key binding list from redundant and unneeded keys and add scale
      Also place windows that are marked unmovable.
      Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core into compiz-0.8
      Keep pixmaps of unmapped windows around if they are used for animations.
      Make sure w->width and w->height always reflect the size of the pixmap.
      Add NEWS entry and bump version for 0.8.6 release.
      Fix upload path and tag command.

Dennis Kasprzyk (3):
      Kde 4.4 support.
      Better detection of tooltip windows (KDE backport).
      Fake enlightment desktop property to make qt ignore the composite window during frame calculations.

Erkin Bahceci (7):
      Post-release version increment.
      Better resize constraint and snap for combined work area.
      Do the resize output snap only when "outside".
      Complete the work area optimization.
      wobbly: Fix y constraint on throwing.
      wobbly: Fix warning.
      wobbly: Constrain throwing at the bottom as well.

Lukasz Kies (1):
      Fix png plugin to work with libpng >= 1.4.

---
 Makefile.am                                   |    6 
 NEWS                                          |   12 +
 configure.ac                                  |   10 
 gtk/gnome/50-compiz-desktop-key.xml.in        |   10 
 gtk/gnome/50-compiz-key.xml.in                |   15 -
 gtk/window-decorator/gtk-window-decorator.c   |    2 
 include/compiz-core.h                         |    4 
 kde/window-decorator-kde4/Makefile.am         |    2 
 kde/window-decorator-kde4/decorator.cpp       |    4 
 kde/window-decorator-kde4/paintredirector.cpp |    3 
 kde/window-decorator-kde4/utils.cpp           |    2 
 kde/window-decorator-kde4/utils.h             |    1 
 kde/window-decorator-kde4/window.cpp          |  118 +++++++++-
 kde/window-decorator-kde4/window.h            |   24 +-
 metadata/obs.xml.in                           |   24 +-
 plugins/obs.c                                 |   32 ++
 plugins/place.c                               |   53 ++--
 plugins/png.c                                 |    6 
 plugins/resize.c                              |  297 ++++++++++++++++++++++----
 plugins/switcher.c                            |    6 
 plugins/wobbly.c                              |   41 ++-
 src/Makefile.am                               |    2 
 src/display.c                                 |   74 +++---
 src/event.c                                   |   91 ++++---
 src/screen.c                                  |   29 +-
 src/window.c                                  |   82 +++++--
 26 files changed, 703 insertions(+), 247 deletions(-)
---


Reply to: