compiz-fusion-plugins-unsupported: Changes to 'refs/tags/0.8.2'
Tag '0.8.2' created by Guillaume Seguin <guillaume@segu.in> at 2009-03-09 14:44 +0000
Compiz Fusion 0.8.2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAkm1KzUACgkQFGCg8MK49G428ACfdq8GUreS68ZXeg6eYnGNBFAy
xwkAoITNNqJXv/mpv32bXXTzKjM70W7i
=M8rl
-----END PGP SIGNATURE-----
Changes since 0.7.8:
C-F Language team (5):
l10n updates
l10n updates
l10n updates
l10n updates
l10n updates
Danny Baumann (5):
Add hu to LINGUAS file.
Also add ko to LINGUAS file.
Added CMake build file.
Added build system for elements & cubemodel, update atlantis file list.
Added missing Makefile.
David Mikos (7):
Neaten up getline usage and split code into separate file.
Faster loading by custom tokenizer instead of getLine.
Fix broken loading animations so that frames checked right to left.
Additional fix so that correct number of zeros in animation are found.
Document ObjToC.java and make it easier to use.
Fix stretching on rescale for multiple monitors.
Fix stretching on rescaling for multiple monitors.
Guillaume Seguin (6):
* Bump version to 0.7.9
Drop -fusion- bits
Fix POTFILES.in
Remove more fusion
Fix .pc files tarball inclusion
* Bump version to 0.8.2
Repos Merger (2):
Merge branch 'master' of /home/git/fusion/plugins-unsupported
Merge branch 'master' of /home/git/fusion/plugins-unsupported
Sam Spilsbury (2):
Add more meaningful defaults
Merge branch 'master' of ../elements-extendable
---
CMakeLists.txt | 4
Makefile.am | 2
VERSION | 2
cmake/addons.cmake | 3
compiz-elements.pc.in | 12
configure.ac | 7
images/autumn1.png |binary
images/autumn2.png |binary
images/bubbles1.png |binary
images/bubbles2.png |binary
images/fireflies1.svg | 75
images/fireflies2.svg | 75
images/plugin-elements.png |binary
images/snow1.png |binary
images/snow2.png |binary
images/stars1.png |binary
include/Makefile.am | 4
include/compiz-elements.h | 147 +
metadata/Makefile.am | 2
metadata/atlantis.xml.in | 348 +-
metadata/cubemodel.xml.in | 196 +
metadata/elements.xml.in | 306 ++
po/LINGUAS | 4
po/POTFILES.in | 1
po/ar.po | 1290 +++++---
po/bn.po | 1134 +++++--
po/ca.po | 1254 ++++++--
po/cs.po | 1151 +++++---
po/de.po | 1372 ++++++---
po/el.po | 1373 ++++++---
po/en_GB.po | 1363 ++++++---
po/es.po | 1421 ++++++---
po/eu.po | 1310 ++++++---
po/fa.po | 981 +++++-
po/fi.po | 2423 ++++++++++------
po/fr.po | 1492 ++++++----
po/gl.po | 2309 ++++++++--------
po/gu.po | 1344 ++++++---
po/he.po | 1348 ++++++---
po/hi.po | 1349 ++++++---
po/hu.po | 1391 ++++++---
po/it.po | 1478 ++++++----
po/ja.po | 1637 ++++++-----
po/ko.po | 1364 ++++++---
po/nb.po | 1361 ++++++---
po/nl.po | 1352 ++++++---
po/pl.po | 1426 ++++++---
po/pt.po | 1690 +++--------
po/pt_BR.po | 1371 ++++++---
po/ru.po | 1411 ++++++---
po/sv.po | 1864 +++++++------
po/tr.po | 1270 ++++++--
po/zh_CN.po | 2639 ++++++++++--------
src/Makefile.am | 2
src/atlantis/Makefile.am | 40
src/atlantis/atlantis-internal.h | 396 ++
src/atlantis/atlantis.c | 919 +++++-
src/atlantis/bfish.c | 226 +
src/atlantis/bfish.h | 536 +++
src/atlantis/bubble.c | 74
src/atlantis/chromis.c | 200 +
src/atlantis/chromis.h | 293 ++
src/atlantis/coral.c | 75
src/atlantis/coral.h | 4559 +++++++++++++++++++++++++++++++
src/atlantis/coral2.c | 75
src/atlantis/coral2.h | 5305 +++++++++++++++++++++++++++++++++++++
src/atlantis/coral2_low.h | 306 ++
src/atlantis/coral_low.h | 431 +++
src/atlantis/crab.c | 63
src/atlantis/crab.h | 283 +
src/atlantis/dolphin.c | 2122 --------------
src/atlantis/dolphin.h | 1847 ++++++++++++
src/atlantis/fish.c | 314 ++
src/atlantis/fish.h | 1750 ++++++++++++
src/atlantis/fish2.c | 230 +
src/atlantis/fish2.h | 1293 +++++++++
src/atlantis/float.c | 110
src/atlantis/scuttle.c | 144 +
src/atlantis/shark.c | 1485 +---------
src/atlantis/shark.h | 1159 ++++++++
src/atlantis/swim.c | 550 +++
src/atlantis/util.c | 243 +
src/atlantis/water.c | 1184 ++++++--
src/atlantis/whale.c | 1948 -------------
src/atlantis/whale.h | 1674 +++++++++++
src/cubemodel/CMakeLists.txt | 3
src/cubemodel/Makefile.am | 35
src/cubemodel/cubemodel-internal.h | 246 +
src/cubemodel/cubemodel.c | 768 +++++
src/cubemodel/fileParser.c | 524 +++
src/cubemodel/loadModel.c | 1826 ++++++++++++
src/elements/CMakeLists.txt | 3
src/elements/Makefile.am | 38
src/elements/autumn.c | 91
src/elements/bubbles.c | 78
src/elements/elements-internal.h | 157 +
src/elements/elements.c | 1786 ++++++++++++
src/elements/fireflies.c | 98
src/elements/snow.c | 61
src/elements/stars.c | 57
100 files changed, 57941 insertions(+), 22022 deletions(-)
---
Reply to: