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

compiz-fusion-plugins-main: Changes to 'refs/tags/0.8.4'



Tag '0.8.4' created by Guillaume Seguin <guillaume@segu.in> at 2009-10-14 02:09 +0000

Compiz 0.8.4 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkrVMswACgkQFGCg8MK49G5sAACeKSZg554WWzBaFmbTxIERpEdi
mrQAnRxMLeWdgspoTuCwJQah206tW2wI
=UBnK
-----END PGP SIGNATURE-----

Changes since 0.8.2:
C-F Language team (1):
      l10n updates

Danny Baumann (9):
      Add workaround to force X-to-GLX synchronization, which should help for the race condition in the XDamage protocol Nvidia users are suffering from.
      Initialize variable correctly.
      Add protection against empty strings (cairo doesn't like 0x0 sized
      Add titleinfo and kdecompat.
      Dummy commit
      Dummy commit.
      Enable syncing X to GLX by default.
      Another dummy commit.
      Safeguard against invalid xid.

Dennis Kasprzyk (1):
      Fixed kdecompat build.

Erkin Bahceci (35):
      Prevent (un)minimize anim. for hidden (switcher) windows.
      Fix segmentation fault.
      Fix crash when a window is closed while ending shift.
      Improve code safety.
      Fix memory leak. Also, check allocated regions.
      mousepoll, thumbnail: Remove timers at termination.
      Handle empty filter name.
      Fix invalid read.
      Fix possible segfault on 64-bit arch. due to passing 0 to va_list and retrieving it as pointer.
      Fix possible crash on window closing.
      Use s instead of w->screen.
      Prevent open animation for existing windows at compiz startup.
      Return NULL in getObjectOptions instead of arbitrary pointer.
      Convert unsigned int to int before adding/subtracting.
      Snap to work area edges instead of output edges.
      Prevent focus animation after ring (and shift) usage.
      staticswitcher: Paint icons at the same size. Use the largest icon.
      staticswitcher: Don't use mipmap for icons.
      ring: Paint icons at the same size.
      shift: Paint icons at the same size. Use the largest icon.
      shift: Fix icon transparency in big overlay icon mode.
      shift, ring: End "activate" compiz event correctly.
      animation: Use correct window on DestroyNotify.
      animation: Prevent open/close animations when certain plugins are active.
      staticswitcher: Prevent simultaneous plugin uses that don't make sense.
      ring,staticswitcher: Correct plugin name used in compiz event.
      ring,shift,staticswitcher: Fix crash when a minimized window closes while switching with "show minimized" on.
      Fix crash on terminate (LP: #430518).
      Minor coding style change.
      Add kdecompat and titleinfo to POTFILES.in.
      Fix anomaly when key is released during cancelling.
      Fix switching delay when ended soon after initiation.
      Fix crash when a window closes during dodge animation.
      Fix lost window by preventing edge flip for sticky windows.
      Remove commented out po strings.

Guillaume Seguin (3):
      * Bump version to 0.8.3
      Update translations
      * Bump version to 0.8.4

Jigish Gohil (1):
      fix pt.po

Joel Bosveld (1):
      Remove compTimeout on window destroy.

Sam Spilsbury (1):
      Return true at the end of init function

---
 VERSION                             |    2 
 configure.ac                        |    2 
 metadata/Makefile.am                |    2 
 metadata/kdecompat.xml.in           |   16 
 metadata/titleinfo.xml.in           |   20 
 metadata/workarounds.xml.in         |    5 
 po/POTFILES.in                      |    2 
 po/ar.po                            |  333 ++
 po/as.po                            | 3941 +++++++++++++++++++++++++
 po/be.po                            | 4561 ++++++++++++++++++++++++++++++
 po/bn.po                            |  321 ++
 po/ca.po                            |  363 ++
 po/cs.po                            | 1957 ++++++++----
 po/da.po                            | 3941 +++++++++++++++++++++++++
 po/de.po                            |  470 ++-
 po/el.po                            |  952 +++---
 po/en_GB.po                         |  368 ++
 po/es.po                            | 1742 +++++++----
 po/eu.po                            |  367 ++
 po/fa.po                            |  311 ++
 po/fi.po                            |  403 ++
 po/fr.po                            |  562 +++
 po/gl.po                            | 2763 +++++++-----------
 po/gu.po                            |  371 ++
 po/he.po                            |  443 ++
 po/hi.po                            |  371 ++
 po/hr.po                            | 3941 +++++++++++++++++++++++++
 po/hu.po                            |  542 ++-
 po/it.po                            |  994 ++++--
 po/ja.po                            | 1345 +++-----
 po/ko.po                            |  745 +++-
 po/ml_IN.po                         | 5457 ++++++++++++++++++++++++++++++++++++
 po/nb.po                            |  368 ++
 po/nl.po                            |  368 ++
 po/or.po                            | 4206 +++++++++++++++++++++++++++
 po/pl.po                            |  570 ++-
 po/pt.po                            |  829 +++--
 po/pt_BR.po                         |  371 ++
 po/ru.po                            | 1395 ++++-----
 po/sv.po                            |  370 ++
 po/tr.po                            |  377 ++
 po/zh_CN.po                         |  413 ++
 po/zh_HK.po                         | 4206 +++++++++++++++++++++++++++
 src/Makefile.am                     |    2 
 src/animation/animation-internal.h  |    9 
 src/animation/animation.c           |  183 -
 src/animation/dodge.c               |   52 
 src/colorfilter/colorfilter.c       |    8 
 src/colorfilter/parser.c            |    2 
 src/expo/expo.c                     |    2 
 src/ezoom/ezoom.c                   |    2 
 src/kdecompat/CMakeLists.txt        |    3 
 src/kdecompat/Makefile.am           |   30 
 src/kdecompat/kdecompat.c           |  584 +++
 src/mousepoll/mousepoll.c           |    5 
 src/opacify/opacify.c               |    4 
 src/put/put.c                       |    2 
 src/ring/ring.c                     |  142 
 src/session/session.c               |    2 
 src/shift/shift.c                   |  251 +
 src/snap/snap.c                     |    9 
 src/staticswitcher/staticswitcher.c |  156 -
 src/text/text.c                     |   18 
 src/thumbnail/thumbnail.c           |   20 
 src/titleinfo/CMakeLists.txt        |    3 
 src/titleinfo/Makefile.am           |   30 
 src/titleinfo/titleinfo.c           |  491 +++
 src/vpswitch/vpswitch.c             |    2 
 src/wall/wall.c                     |   62 
 src/winrules/winrules.c             |   29 
 src/workarounds/workarounds.c       |    3 
 71 files changed, 46700 insertions(+), 6492 deletions(-)
---


Reply to: