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

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



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

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

iEYEABECAAYFAkrVOw4ACgkQFGCg8MK49G604gCfeHNnFJtPBNe+b1J8zbTTJrwv
jl4AnRrcM8OrnLP3Xqu3o55MvVUPMoB2
=+fTO
-----END PGP SIGNATURE-----

Changes since compiz-0.8.2:
Adel Gadllah (4):
      Add gconf-2.0 to module list, required for gnome-2.27+
      gnomecompat: Default to gnome-terminal for terminal key binding
      Never unload plugins passed to the cmdline
      Avoid adding core twice to plugin list

Christopher Williams (1):
      When a user tries to resize by clicking on the center, don't pass the input down to the window.

Danny Baumann (30):
      Post-release version increment.
      Don't take screenshot if Escape was pressed.
      The screenshot plugin needs an image loader to write out png files,
      Allow overriding the placement mode on a per-window basis.
      Pixmaps created using glXCreatePixmap must be destroyed using
      Revert gravity adjustment made at MapRequest time at UnmapNotify time.
      Support _NET_REQUEST_FRAME_EXTENTS client message.
      Make setting the supported atoms list wrappable and use that for advertising support for _NET_REQUEST_FRAME_EXTENTS.
      Advertise that we're supporting full placement.
      Merge branch 'compiz-0.8' of git+ssh://git.compiz.org/git/compiz/core into compiz-0.8
      Fix double free.
      Fix up coding style, add some comments.
      Make variable and command line option naming a little more obvious.
      Make sure findValidStackSibling below doesn't return a sibling that
      Fix sibling checking logic.
      Coding style fix.
      Merge branch 'compiz-0.8' of git+ssh://maniac@git.compiz.org/git/compiz/core into compiz-0.8
      Short cut placement output determination if there is only one output.
      Added option for placing newly mapped windows under the pointer.
      Minor cleanup.
      Change focus after restacking so the new stacking order is used for
      Check returned geometry for validity prior to using it.
      Revert "Update client list after unhook/insert."
      Fix typos.
      Minor coding style fixes.
      Fix assertion if core is specified as plugin on the command line.
      Crash fix.
      Minor stilistic changes.
      Optimizations.
      Also set constrainY to FALSE if move isn't loaded instead of keeping its

Dennis Kasprzyk (8):
      Added support for QT 4.5 raster graphicssystem.
      Support Qt 4.4
      Added KAboutData
      Port of KDE4 window decorator to KDE 4.3.
      Added missing files.
      Fixed mouse wheel calculations.
      Revert "Add swapbuffers and vsync_wait options"
      Fixed initial size problems.

Erkin Bahceci (50):
      Fix segmentation fault.
      screenshot: Use correct desktop directory by default.
      Close the user-dirs file when XDG_DESKTOP_DIR is not found.
      switcher: Fix map event handling.
      resize: Convert unsigned int to int.
      glib: Fix possible crash at termination due to unremoved timeout.
      regex,rotate,scale: Remove timers at termination.
      Remove sequences at termination.
      Keep timer handle, so that it's actually removed at termination.
      Remove timers at termination.
      Let windows be opened above fullscreen windows.
      Fix uninitialized variable uses.
      move: Fix memory leak.
      Fix warnings.
      Fix missing assignment.
      Fix warnings correctly.
      Fix possible segfault on 64-bit arch. due to passing 0 to va_list and retrieving it as pointer.
      wobbly: Snap to work area edges instead of output edges.
      Disable texture compression by default.
      switcher: Paint icons at the same size. Use the largest icon.
      switcher: Don't use mipmap for icons.
      switcher: Prevent the simultaneous plugin uses that don't make sense.
      scale: Properly remove closing window.
      switcher: Fix crash when a minimized window closes while switching with "show minimized" on.
      Activate the topmost window when lowering a window, unless click-to-focus is off.
      Update client list after unhook/insert.
      switcher: Fix possible crash on terminate.
      resize,wobbly: Obey move's constrain_y option.
      switcher: Minor coding style change.
      Initialize gl function pointers as NULL.
      Fix crash when glGenerateMipmapEXT is unavailable.
      Constrain resizes to screen edges.
      Don't constrain y on key/button move/resize.
      Minor coding style change.
      place: Remove unused variable.
      Link pthread (protobuf >= 2.1.0 needs it).
      place: Fix typo.
      place: Improve resolution change handling.
      wobbly: Update snapping when "snap inverted" option value changes.
      Fix inaccessible windows when reducing num. of viewports.
      resize: Allow resizing outside screen edges when initiated with key.
      resize: Remove constrain_y, limit to work area instead of screen edges.
      screenshot: Ignore files with trailing characters in the name.
      Fix window offset at the start of close animation.
      Don't make minimized windows unmanaged.
      rotate: Fix lost window by preventing edge flip for sticky windows.
      Fix lost window by bringing window made sticky to current viewport.
      Prevent sticky windows from moving off-screen.
      Add missing files with translations.
      Add NEWS entry.

Guillaume Seguin (6):
      Fix release script upload path
      Merge branch 'compiz-0.8' of git+ssh://guillaume@git.compiz-fusion.org/git/compiz/core into compiz-0.8
      Update translations
      * Drop intltool-* from EXTRA_DIST and friends for building tarballs
      Fix charsets in some po files
      Update version to 0.8.4

Jesse Barnes (2):
      Add .gitignore file
      Add swapbuffers and vsync_wait options

Joel Bosveld (1):
      Shaped windows may have only one rectangle which is smaller than window.

---
 .gitignore                                    |   47 
 Makefile.am                                   |   15 
 NEWS                                          |   34 
 configure.ac                                  |    6 
 include/compiz-core.h                         |   28 
 kde/window-decorator-kde4/Makefile.am         |    3 
 kde/window-decorator-kde4/decorator.cpp       |  169 -
 kde/window-decorator-kde4/decorator.h         |   31 
 kde/window-decorator-kde4/main.cpp            |   82 
 kde/window-decorator-kde4/paintredirector.cpp |  125 +
 kde/window-decorator-kde4/paintredirector.h   |   60 
 kde/window-decorator-kde4/switcher.cpp        |   39 
 kde/window-decorator-kde4/switcher.h          |    2 
 kde/window-decorator-kde4/utils.h             |    6 
 kde/window-decorator-kde4/window.cpp          | 1103 ++-------
 kde/window-decorator-kde4/window.h            |   77 
 metadata/core.xml.in.in                       |    2 
 metadata/gnomecompat.xml.in                   |    2 
 metadata/place.xml.in                         |   46 
 metadata/screenshot.xml.in                    |    9 
 plugins/annotate.c                            |    4 
 plugins/blur.c                                |    3 
 plugins/clone.c                               |    2 
 plugins/cube.c                                |    2 
 plugins/decoration.c                          |   37 
 plugins/fuse.c                                |    3 
 plugins/glib.c                                |   13 
 plugins/move.c                                |   61 
 plugins/place.c                               |  716 +++++-
 plugins/regex.c                               |   11 
 plugins/resize.c                              |  121 -
 plugins/rotate.c                              |   31 
 plugins/scale.c                               |   27 
 plugins/screenshot.c                          |  132 +
 plugins/switcher.c                            |  169 -
 plugins/water.c                               |    2 
 plugins/wobbly.c                              |  115 
 plugins/zoom.c                                |    4 
 po/POTFILES.in                                |    1 
 po/POTFILES.skip                              |    1 
 po/af.po                                      |  112 
 po/ar.po                                      |  127 -
 po/as.po                                      | 2624 ++++++++++++++++++++++
 po/be.po                                      | 2738 +++++++++++++++++++++++
 po/bg.po                                      |  334 +-
 po/bn.po                                      |  133 -
 po/bn_IN.po                                   |  133 -
 po/bs.po                                      |  106 
 po/ca.po                                      |  131 -
 po/cs.po                                      |  141 -
 po/cy.po                                      |  120 -
 po/da.po                                      |  163 -
 po/de.po                                      |  196 -
 po/el.po                                      |  399 +--
 po/en_GB.po                                   |  122 -
 po/es.po                                      |  455 +--
 po/et.po                                      |  122 -
 po/eu.po                                      |  290 --
 po/fa.po                                      | 2634 ++++++++++++++++++++++
 po/fi.po                                      |  264 --
 po/fr.po                                      |  279 +-
 po/gl.po                                      |  617 ++---
 po/gu.po                                      |  131 -
 po/he.po                                      |  302 +-
 po/hi.po                                      |  127 -
 po/hr.po                                      |  128 -
 po/hu.po                                      |  259 --
 po/id.po                                      |  104 
 po/it.po                                      | 1243 +++++-----
 po/ja.po                                      |  694 ++----
 po/ka.po                                      |   96 
 po/km.po                                      |  122 -
 po/ko.po                                      |  437 +--
 po/lo.po                                      |   96 
 po/lt.po                                      |  122 -
 po/mk.po                                      |   97 
 po/ml_IN.po                                   | 3000 ++++++++++++++++++++++++++
 po/nb.po                                      |  139 -
 po/nl.po                                      |  141 -
 po/or.po                                      |  139 -
 po/pa.po                                      |  127 -
 po/pl.po                                      |  474 +---
 po/pt.po                                      |  282 --
 po/pt_BR.po                                   |  139 -
 po/ro.po                                      |  141 -
 po/ru.po                                      |  301 +-
 po/sk.po                                      |  139 -
 po/sl.po                                      |  126 -
 po/sr.po                                      |  132 -
 po/sv.po                                      |  139 -
 po/ta.po                                      |  111 
 po/tr.po                                      |  147 -
 po/uk.po                                      | 1651 +++++---------
 po/vi.po                                      |   96 
 po/xh.po                                      |  112 
 po/zh_CN.po                                   |  413 +--
 po/zh_TW.po                                   | 1279 ++++-------
 po/zu.po                                      |  112 
 src/Makefile.am                               |    2 
 src/display.c                                 |  100 
 src/event.c                                   |    3 
 src/main.c                                    |   17 
 src/plugin.c                                  |    3 
 src/screen.c                                  |  288 +-
 src/texture.c                                 |    4 
 src/window.c                                  |  183 +
 106 files changed, 19475 insertions(+), 10004 deletions(-)
---


Reply to: