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

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



Tag '0.6.0' created by Guillaume Seguin <guillaume@segu.in> at 2007-10-20 20:04 +0000

Compiz Fusion 0.6.0 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQBHGl9xFGCg8MK49G4RAn+CAKC8NjEnVmJ5/v2Ulylnp1ORD5/iIQCgp+IO
7aQsobkZk++e41DboIlkuVk=
=6+Fk
-----END PGP SIGNATURE-----

Changes since 0.5.2:
Danny Baumann (46):
      Whitespace fixes.
      Fix calculations.
      Merge in gotovp functionality.
      Fix header.
      Remove gotovp metadata.
      Fix plugin description.
      Update German translation to reflect vpswitch changes.
      Fix spelling.
      Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/plugins/wall
      Some German translation updates.
      Also allow fullscreen windows to be moved in expo mode.
      Remove trailing whitespace.
      Fixed match defaults.
      Cleaned up initial neg state assignment for windows and fixed exclude match change handling.
      Fixed exclude match change handling.
      Honour wrap around setting on edge flipping.
      Fix default matches.
      Cleaned up initial filter state setting.
      Fixed exclude match handling.
      Fixed rotate initiation.
      Fixed legacy fullscreen support.
      Don't handle InputOnly windows.
      Revert "Fixed rotate initiation."
      0.6 doesn't have the new action system yet.
      Fix recognition of Firefox windows.
      Check firefox menu class name case insensitive.
      Don't always overwrite wmType.
      Add fullscreen as allowed action for windows that actually _are_ fullscreen and just have their minimum size set to the same value as the maximum size.
      Track core changes.
      Fix default keybinding.
      Firefox 3 has Popup as menu class name.
      Fix byte ordering for big endian machines.
      Don't wrap around when moving up/down/left/right.
      Initialize as->output to a valid output structure.
      Replace strndup usage with malloc and strncpy.
      Properly terminate strings.
      Fix in-window calculations.
      passive_grab must be set to false, not true.
      Enable legacy fullscreen support by default.
      Grab translation calculation code from plane plugin.
      Proper error handling for invalid JPEG files.
      Give local includes in the include/ directory priority over global ones.
      Do workarounds on map.
      We should never set the fullscreen state to desktop windows as this will break the stacking.
      We should remove the fullscreen flag while core processes a ConfigureRequest event.
      moveWindowToViewportPosition moves the window already, no need for a second move.

Dennis Kasprzyk (27):
      Makefile update
      Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/plugins/colorfilter
      Load after blur.
      Load after blur.
      Better fade in/out
      Remove useless code.
      Smoother animation.
      Fix stacking.
      Cleanup.
      Added different output modes for multiple output configurations.
      Don't fade windows in multioutput mode.
      Don't paint invisible windows.
      Added expo termination with double click.
      Added missing damageScreen on end of the animation.
      Sort initial window list based on stack position.
      Handle selected window opacity correctly.
      Fade in/out windows that are above the selected window.
      Added option to hide all non Desktop windows during switching.
      Load before fade.
      Do only paint windows of current viewport above the animation. (Fixes transparent cube)
      Paint individual windows instead the whole output, when painting above current animation.
      Remove sticky flag in finiWindow only with setWindowState.
      Initiate with minimized windows in the background.
      Load after cubereflex.
      Optimizations.
      Use windowPaintAttribs.
      Use current aspact ratio for reflection calculation.

Erkin Bahceci (21):
      Remove unused code.
      Reduce animation cpu/gpu usage by damaging minimally.
      Fix explode tessellation.
      Initialize variable.
      Add -lGLU
      Fix dodge damaging.
      Do shadow damaging for future polygon-based focus effects.
      Fix initial damage of dodging windows.
      Remove unnecessary variable.
      Correct wave direction.
      Fix 1 pixel line artifact.
      Fully damage window for magic lamp with menus.
      Fix glide transform (and damaging).
      Quick fix for multi-monitor damaging (should be further optimized).
      Fix crash (Avoid possibly creating damage box with negative size).
      Further optimize dodge.
      Play better with bs (focus effects). Small optimization.
      Equalize dream duration with others. Move constants.
      Fix polygon-based glide damaging with multiple monitors.
      Multi-monitor: Optimize damaging and fix perspective.
      Prevent focus anim after Switcher when zoom is low.

Guillaume Seguin (25):
      * Correctly parse parameters such as PARAM a = {1, 2, 3, 4};
      * Add grayscale filter
      * Fix crash when Fragment Programs aren't supported by GPU
      * Cleanup (checking again if w is null is useless, we did it 7 lines before)
      * Cleanup (no need to check for Fragment Program availability there)
      * Coding style cleanup
      * Adjust local filters path (set it to ~/.compiz/data/filters/)
      * Install filters to PREFIX/share/compiz/filters/
      * Add blackandwhite filter
      * Add sepia filter
      * Use DATADIR directly instead of PREFIX to load global filters
      * Add simple color swapping filters
      * Improve grayscale filter
      * Improve blackandwhite filter
      * Increase precision of dot products vectors for grayscale and blackandwhite
      * Update pretty fragment program print core patch
      * Add test filters for colorblindness simulation
      * Fix color ops parsing
      * Update negative filters
      * Add blueish filter
      * Fix negative-green filter
      * Damage screen when Filter
      * Minor coding style/function naming update
      * Set default filters list
      * Add data subdir to Makefile.am

Jigish Gohil (5):
      - fix LINGUAS
      change back zh to zh_CN.po so it shows up on l10n-stats
      oops, forgot updating LINGUAS
      merge translations into 0.6.0 branch
      bump version to 0.6.0

Kristian Lyngstol (1):
      Style fixes

Robert Noland (1):
      Make window large enough to display 4 digit by 4 digit geometry.

Roland Baer (8):
      Removed unused function shiftLinearInterpolation()
      Nuked effectivly unused variables and useless code
      Checked malloc return value
      Replace malloc with calloc
      Fix missing check on animEnsureModel().
      Added return value check on findWindowAtDisplay().
      XCreateRegion can return NULL
      Sanity check on return value of XQueryPointer()

Roland Bär (1):
      Too late NULL check

---
 Makefile.am                                               |    2 
 VERSION                                                   |    2 
 configure.ac                                              |    2 
 data/Makefile.am                                          |    1 
 data/colorfilter/compiz-core-print-fragment-program.patch |   21 
 data/filters/Makefile.am                                  |    8 
 data/filters/blackandwhite                                |   11 
 data/filters/blueish-filter                               |   10 
 data/filters/deuteranopia                                 |   43 
 data/filters/grayscale                                    |    6 
 data/filters/negative                                     |   14 
 data/filters/negative-green                               |   17 
 data/filters/protanopia                                   |   43 
 data/filters/sepia                                        |    9 
 data/filters/swap-green-blue                              |    5 
 data/filters/swap-red-blue                                |    5 
 data/filters/swap-red-green                               |    5 
 metadata/colorfilter.xml.in                               |   17 
 metadata/expo.xml.in                                      |    8 
 metadata/neg.xml.in                                       |    9 
 metadata/scaleaddon.xml.in                                |    4 
 metadata/shift.xml.in                                     |   29 
 metadata/vpswitch.xml.in                                  |   77 
 metadata/wall.xml.in                                      |   10 
 po/LINGUAS                                                |    9 
 po/Makefile.in.in                                         |  218 
 po/ca.po                                                  | 3518 +++++++++
 po/compiz-fusion-plugins.pot                              | 3299 ---------
 po/de.po                                                  | 3383 ++++-----
 po/el.po                                                  | 4955 +++++++------
 po/fr.po                                                  | 3089 ++++----
 po/gl.po                                                  | 4286 +++++++++++
 po/it.po                                                  | 5131 ++++++++------
 po/ja.po                                                  | 2689 +++----
 po/nb.po                                                  | 4210 +++++++++++
 po/pl.po                                                  | 4117 +++++++++++
 po/pl_PL.po                                               | 3689 ----------
 po/pt.po                                                  | 4295 +++++++++++
 po/pt_PT.po                                               | 3630 ---------
 po/sv.po                                                  | 4338 +++++++++++
 po/tr.po                                                  | 2957 ++++++++
 po/zh_CN.po                                               | 3982 ++++++++--
 src/animation/Makefile.am                                 |    6 
 src/animation/airplane3d.c                                |   44 
 src/animation/animation-internal.h                        |  108 
 src/animation/animation.c                                 |  579 +
 src/animation/beamup.c                                    |   45 
 src/animation/burn.c                                      |   42 
 src/animation/curvedfold.c                                |    2 
 src/animation/dodge.c                                     |   41 
 src/animation/domino.c                                    |    4 
 src/animation/dream.c                                     |   18 
 src/animation/explode3d.c                                 |    4 
 src/animation/fold3d.c                                    |    4 
 src/animation/glide.c                                     |  149 
 src/animation/horizontalfold.c                            |    2 
 src/animation/leafspread.c                                |    4 
 src/animation/magiclamp.c                                 |    1 
 src/animation/options.c                                   |    2 
 src/animation/particle.c                                  |   42 
 src/animation/polygon.c                                   |  193 
 src/animation/rollup.c                                    |    6 
 src/animation/skewer.c                                    |    4 
 src/animation/wave.c                                      |    4 
 src/animation/zoomside.c                                  |   44 
 src/colorfilter/Makefile.am                               |    4 
 src/colorfilter/colorfilter.c                             |  136 
 src/colorfilter/parser.c                                  |   17 
 src/expo/Makefile.am                                      |    4 
 src/expo/expo.c                                           |   95 
 src/ezoom/Makefile.am                                     |    4 
 src/ezoom/ezoom.c                                         |    7 
 src/jpeg/Makefile.am                                      |    4 
 src/jpeg/imgjpeg.c                                        |   58 
 src/neg/Makefile.am                                       |    4 
 src/neg/neg.c                                             |   85 
 src/opacify/Makefile.am                                   |    4 
 src/put/Makefile.am                                       |    4 
 src/put/put.c                                             |   72 
 src/resizeinfo/Makefile.am                                |    8 
 src/resizeinfo/resizeinfo.c                               |    2 
 src/ring/Makefile.am                                      |    4 
 src/scaleaddon/Makefile.am                                |    4 
 src/scaleaddon/scaleaddon.c                               |   17 
 src/shift/Makefile.am                                     |    4 
 src/shift/shift.c                                         |  435 -
 src/snap/Makefile.am                                      |    4 
 src/text/Makefile.am                                      |    4 
 src/text/text.c                                           |   26 
 src/thumbnail/Makefile.am                                 |    9 
 src/thumbnail/thumbnail.c                                 |    4 
 src/vpswitch/Makefile.am                                  |    4 
 src/vpswitch/vpswitch.c                                   |  310 
 src/wall/Makefile.am                                      |    4 
 src/wall/wall.c                                           |  107 
 src/winrules/Makefile.am                                  |    4 
 src/winrules/winrules.c                                   |   13 
 src/workarounds/Makefile.am                               |    4 
 src/workarounds/workarounds.c                             |  235 
 99 files changed, 44436 insertions(+), 20765 deletions(-)
---


Reply to: