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

compiz-fusion-plugins-extra: Changes to 'refs/tags/0.7.6'



Tag '0.7.6' created by Guillaume Seguin <guillaume@segu.in> at 2008-05-31 12:09 +0000

Compiz Fusion 0.7.6 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBIQT/pFGCg8MK49G4RAh1QAKCc6A25t9MyJ8Wm7fW9fYPgxmWeXACeM7gI
j05Xj8WoEhyp2z2y2wdNCT0=
=/9oL
-----END PGP SIGNATURE-----

Changes since 0.7.4:
C-F Language team (2):
      translation updates
      translation updates

Danny Baumann (9):
      Whitespace fix.
      Fix description.
      Use text's background rendering.
      Cleanups, coding style fixes.
      Proper whitespacing.
      Also handle urgency hint.
      Damage fix.
      Warning fix.
      When the last scaled window is closed and any filter is applied, remove filter instead of exiting scale.

Dennis Kasprzyk (37):
      Dummy commit.
      Build cubeaddon.
      Do no prevent other plugins from painting viewport.
      Work together with cylinder transformation of cubeaddon (no window depth).
      Use cube progress value instead of own animation calculation.
      Simplify calculation.
      Removed unused code.
      Whitespace fixes.
      Do not paint windows outside the visible area.
      Only calculate second matrices, if window depth is active.
      Disable occlusion detection.
      Optimizations.
      More optimizations.
      Optimization.
      Don't try to paint inivisible windows, only if deformation is active.
      Optimization.
      Removed dead code.
      Only deform the cube if there is at least one desktop window.
      Prevent texture fetch indirections, caused by the compiz fragment interface.
      Added proper lighting support.
      Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/cubeaddon
      Use cube changes to paint the desctop in correct order.
      Use output width for correct normal scaling.
      Use applyScreenTransform directly instead of the wrapped version, to fix wrong calculations if the 3d plugin is enabled.
      Restore normal to default.
      Make sure that screen gets damaged during animation.
      Damage screen only during animation.
      Apply cubeaddon option name change.
      Make sure, that deformation status is resetted correctly.
      Reduced number of addWindowGeometry calls.
      Fixed cylinder grid calculation.
      - Added value caching
      Merged cubecaps plugin functianality and relized full sphere deformation.
      Removed cubecaps and added wallpaper to build system.
      Added option to control unfold cube deformation.
      Added CMake build system.
      Only damage screen during animation.

Guillaume Seguin (4):
      * Bump version to 0.7.5
      Dummy commit
      CMake build system: modify PKG_CONFIG_PATH only when needed
      * Bump version to 0.7.6

Joe Rabinoff (1):
      Fix filtered windows disappearing temporarily when exiting scale.

Kristian Lyngstol (3):
      Ignore Docks except the struts
      Add an option to enable ADD Helper automatically on start
      Don't initially dim override_redirect windows, fixes menu issues

Roland Bär (2):
      Initilised previously uninit var
      Initialised probably uninit var lastZ

---
 CMakeLists.txt                  |   27 
 VERSION                         |    2 
 cmake/CompizFusion.cmake        |  671 +++++++++++++
 cmake/addons.cmake              |  171 +++
 configure.ac                    |    6 
 metadata/3d.xml.in              |    8 
 metadata/Makefile.am            |    6 
 metadata/addhelper.xml.in       |    5 
 metadata/cubeaddon.xml.in       |  295 ++++++
 metadata/cubecaps.xml.in        |  150 ---
 metadata/cubereflex.xml.in      |   88 -
 metadata/extrawm.xml.in         |   56 -
 metadata/wallpaper.xml.in       |   84 +
 po/POTFILES.in                  |    4 
 po/ar.po                        |  245 +++--
 po/bn.po                        |  244 +++--
 po/ca.po                        |  310 ++++--
 po/de.po                        |  381 +++++--
 po/el.po                        |  319 ++++--
 po/en_GB.po                     |  319 ++++--
 po/es.po                        |  348 +++++--
 po/eu.po                        |  362 +++++--
 po/fa.po                        |  236 +++-
 po/fi.po                        | 1586 ++++++++++++++++++--------------
 po/fr.po                        |  317 ++++--
 po/gl.po                        |  318 ++++--
 po/gu.po                        |  318 ++++--
 po/hi.po                        |  318 ++++--
 po/hu.po                        |  408 +++++---
 po/it.po                        |  357 +++++--
 po/ja.po                        |  615 ++++++++----
 po/ko.po                        |  317 ++++--
 po/nb.po                        |  318 ++++--
 po/nl.po                        |  320 ++++--
 po/pl.po                        |  918 ++++++++++--------
 po/pt.po                        |  488 ++++++----
 po/pt_BR.po                     |  329 ++++--
 po/ru.po                        |  559 ++++++-----
 po/sv.po                        |  349 +++++--
 po/tr.po                        |  309 ++++--
 po/zh_CN.po                     |  303 ++++--
 src/3d/3d.c                     |  470 ++++-----
 src/3d/CMakeLists.txt           |    3 
 src/Makefile.am                 |    6 
 src/addhelper/CMakeLists.txt    |    3 
 src/addhelper/addhelper.c       |   15 
 src/bench/CMakeLists.txt        |    3 
 src/bicubic/CMakeLists.txt      |    3 
 src/bicubic/bicubic.c           |   21 
 src/crashhandler/CMakeLists.txt |    3 
 src/cubeaddon/CMakeLists.txt    |    3 
 src/cubeaddon/Makefile.am       |   31 
 src/cubeaddon/cubeaddon.c       | 1948 ++++++++++++++++++++++++++++++++++++++++
 src/cubecaps/Makefile.am        |   31 
 src/cubecaps/cubecaps.c         |  842 -----------------
 src/cubereflex/Makefile.am      |   31 
 src/cubereflex/cubereflex.c     |  608 ------------
 src/extrawm/CMakeLists.txt      |    3 
 src/extrawm/extrawm.c           |  259 +++++
 src/fadedesktop/CMakeLists.txt  |    3 
 src/firepaint/CMakeLists.txt    |    3 
 src/gears/CMakeLists.txt        |    3 
 src/group/CMakeLists.txt        |    3 
 src/loginout/CMakeLists.txt     |    3 
 src/maximumize/CMakeLists.txt   |    3 
 src/maximumize/maximumize.c     |   17 
 src/mblur/CMakeLists.txt        |    3 
 src/notification/CMakeLists.txt |    3 
 src/reflex/CMakeLists.txt       |    3 
 src/scalefilter/CMakeLists.txt  |    3 
 src/scalefilter/scalefilter.c   |  226 ++--
 src/shelf/CMakeLists.txt        |    3 
 src/shelf/shelf.c               |    2 
 src/showdesktop/CMakeLists.txt  |    3 
 src/showmouse/CMakeLists.txt    |    3 
 src/splash/CMakeLists.txt       |    3 
 src/trailfocus/CMakeLists.txt   |    3 
 src/wallpaper/CMakeLists.txt    |    3 
 src/wallpaper/Makefile.am       |   27 
 src/wallpaper/wallpaper.c       |  985 ++++++++++++++++++++
 src/widget/CMakeLists.txt       |    3 
 81 files changed, 12557 insertions(+), 5818 deletions(-)
---


Reply to: