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

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



Tag 'compiz-0.8.0' created by Danny Baumann <dannybaumann@web.de> at 2009-02-20 17:41 +0000

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

iEYEABECAAYFAkme61wACgkQ6+ZunlVwJYPC7gCeIq79u24l1KG01j4AzeWEND1p
kqYAn2bSSwRx2WrBdoUC0eP1R+rlBxF4
=6pTN
-----END PGP SIGNATURE-----

Changes since compiz-0.7.8:
C-F Language team (6):
      l10n updates
      l10n updates
      l10n updates
      l10n updates
      l10n updates
      l10n updates

Christopher Williams (1):
      Fix compatibility with newer libmetacity-private versions. GtkStyle is colormap specific, so we can't use a new colormap each time we create a pixmap.

Danny Baumann (125):
      Post release version increment.
      Fix a number of potential memleaks in XGetWindowProperty return value handling.
      Update switcher window internal state on map.
      Fix potential memleak.
      Make sure geometry rectangle is kept inside the screen area.
      Make viewportForGeometry not take the current viewport into account.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Make sure window decorations aren't hidden under panels during placement.
      Ensure windows fit in the work area when placing them by calling the window sizing validation function.
      Ignore _NET_WM_STATE_HIDDEN property changes as suggested by EWMH.
      Change state property only on managed windows.
      Use changeWindowState function.
      Make sure window state property is correct when mapping windows.
      Also treat utility, menu and toolbar windows as group transients.
      Handle desktops a bit better.
      We want to prevent focus for windows that are not on the current viewport.
      active_window_changed only updates d->active if decorations are present, so setting d->active before creating decorations may lead to incorrect results.
      Validate size before placing and make sure the size validation function only respects USPosition if the window fits on the work area.
      After adding windows on startup, re-sync the internal stack order with X.
      Consume X key press event for arrow key presses in scale mode. That makes sure that bindings of other plugins are not trigger accidentially. The scenario for that is e.g. Scale being bound to Ctrl+Shift+Up and some other binding being bound to Ctrl+Shift+Left/Right.
      Added options for making scale's key and button bindings adding as toggle switches.
      Check focusWindow function before focussing a window due to click or enter event.
      Drop type check in resize validation function.
      Don't set demands_attention state if the window explicitly requested not to get focus.
      Also check focusWindow function when processing focus request client messages.
      Revert "Also check focusWindow function when processing focus request client messages."
      Sync validated size on initial map to X before placement to make sure the window placement function picks up the new size.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      We have 5 options, not 4.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Load scale after fade.
      Always set the LIBGL_ALWAYS_INDIRECT environment variable to 1 if indirect rendering was requested.
      Fix typo.
      Added support for reading icons from old-school icon pixmaps if _NET_WM_ICON is not present.
      Raise window on move/resize initiation in raise-on-click mode.
      Fix typo.
      Optimizations.
      Fix fix formatting for RTL languages.
      Invert button layout for RTL languages.
      Align window menu to the right for RTL languages.
      Fix whitespace.
      Handle "cleared WM hints" case properly.
      Also save process ID to session manager.
      Bring desktop files in line with gnome-session 2.24 changes.
      Enforce 'toggle' mode for key bindings without modifiers. Rationale is that 'non toggle' mode can only be sensibly use with modifiers held down. It can't be used with holding a key only due to autorepeat.
      Don't try to place windows over unmanaged parents.
      SM spec says that SmUserID is a required property.
      Always register as "compiz" to the SM, even if that does not match the binary name.
      Plug minor memory leak.
      Plug small memory leak.
      Allow "toggle maximize horizontally" and "toggle maximize vertically" as
      Update Gnome WM applet for gtk-window-decorator changes.
      Make strings translatable.
      Optimization.
      Use glib i18n header file and compiz text domain.
      Cleanup: Use glib i18n headers.
      Ignore desktop hints set by previous WM by default.
      Respect DESTDIR for desktop file installation.
      Screens are not necessarily initialized at InitDisplay time.
      Screens are not necessarily initialized at InitDisplay time.
      Try to keep windows on their viewports on screen size changes.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Make sure active fullscreen windows are always on top.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Move hide_skip_taskbar_windows option out of keybindings group.
      Use "any" as default match for alpha blur.
      Always show error messages generated by dlopen().
      Support _NET_WM_FULLSCREEN_MONITORS EWMH hint.
      Set PAINT_WINDOW_TRANSLUCENT_MASK when modifying opacity.
      Load obs after blur so blur sees PAINT_WINDOW_TRANSLUCENT_MASK set by
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Cleanup.
      Apply fixed placement rules even for unmovable windows.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Bring fullscreen rectangle calculation in line with EWMH.
      Make sure active fullscreen windows are always on top.
      Move hide_skip_taskbar_windows option out of keybindings group.
      Use "any" as default match for alpha blur.
      Set PAINT_WINDOW_TRANSLUCENT_MASK when modifying opacity.
      Load obs after blur so blur sees PAINT_WINDOW_TRANSLUCENT_MASK set by
      Apply fixed placement rules even for unmovable windows.
      Check return value of XGetWindowAttributes().
      Clear CWWidth/CWHeight for maximized windows before constraining window
      Make sure we never decorate desktop and dock windows.
      Only clip struts to output devices they're visible on.
      Stick strictly to the spec when calculation strut sizes.
      Sanity check work area after applying struts.
      Reduce indention depth.
      Fix off-by-one errors in in-output check.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Plasma::PanelSvg was renamed to Plasma::FrameSvg in KDE 4.2.
      Adapt for new krunner DBus interface in KDE 4.2.
      Implement KDecorationBridge unstable API, needed for KDE 4.2.
      Keep window above other fullscreen windows if its fullscreen state changes.
      Skip frame windows when adding window stack changes.
      Prettify usage output.
      Add obs metadata file to POTFILES.in.
      Map windows that requested not to get focus on top. Rationale is that when not mapping them on top, chances are high the user won't notice the appearance of a new window.
      Added commands plugin which provides bindings for arbitrary commands.
      Remove command binding support from core.
      Add commands.xml.in to POTFILES.in.
      Add Gnome compatibility plugin that receives key bindings only relevant for Gnome.
      Remove Gnome specific key binding support from core.
      Remove run dialog and main menu action support from decorators.
      Update key binding description to gnomecompat plugin addition.
      Bump ABIVERSION.
      Also remove Gnome specific bindings from metadata.
      Fix panel actions not being executed properly.
      Only auto-maximize windows that have a title bar and are allowed to be maximized.
      Move window position validation to validateWindowResizeRequest function.
      Fix window resize validation. - Don't do any validation if window geometry wasn't actually changed. - Fix calculations for windows that had the left and/or top edges offscreen before the validation. Reference: http://bugs.freedesktop.org/show_bug.cgi?id=19516
      Fix whitespace.
      Revert "Do not change input focus when EnterNotify event is generated from"
      Also set foreground color for switcher.
      Merge branch 'master' of git+ssh://maniac@git.freedesktop.org/git/xorg/app/compiz
      Only use desktop from startup properties if it's actually set.
      Try to load core plugin before attempting to dlopen() files in order to
      Add --debug command line switch.
      Add debug output for "plugin not readable" errors.
      Merge branch 'compiz-0.8' of git+ssh://maniac@git.compiz-fusion.org/git/compiz/core into compiz-0.8
      Rename short descriptions of command bindings from 1...12 to 0...11. While 1...12 makes more sense, it breaks the translation strings of the last binding, which is not acceptable at this point.
      Update translation files to get "Run command 0" translated again.
      Set libwnck client type to "pager" so "move to desktop x" works properly
      Add NEWS entry and bump version for 0.8.0 release.

David Reveman (1):
      Fix placement of windows that can't fit in workspace.

Dennis Kasprzyk (1):
      Use only visible windows for "unredirect fullscreen windows" test.

Erkin Bahceci (5):
      Fix reading of floats in metadata for some locales.
      Don't damage window region on minimize/shade ending.
      Add category, group, subgroup info to metadata.
      Optionally get default plugins from configure param.
      Avoid conflict with Animation by suppressing fading.

Guillaume Seguin (1):
      Update Makefile.am for new releases location

Jigish Gohil (1):
      remove zoom from POTFILES.in too

Kristian Lyngstol (8):
      Remove zoom plugin, this is replaced by Enhanced Zoom in Compiz Fusion
      Remove bogus XCB dependency
      Add ABI-saftey net and bump ABI
      Merge branch 'master' into comp-0.8
      Revert "remove zoom from POTFILES.in too"
      Revert "Remove zoom plugin, this is replaced by Enhanced Zoom in Compiz Fusion"
      Fix warnings in plugins
      Merge branch 'compiz-0.8' of git+ssh://kristianl@git.freedesktop.org/git/xorg/app/compiz into compiz-0.8

Michael Vogt (1):
      Build fix for srcdir != builddir.

---
 Makefile.am                                 |    8 
 NEWS                                        |   37 
 configure.ac                                |    9 
 gtk/gnome/50-compiz-desktop-key.xml.in      |   10 
 gtk/gnome/Makefile.am                       |   21 
 gtk/gnome/compiz-window-manager.c           |   86 
 gtk/gnome/compiz-wm.desktop.in              |   17 
 gtk/gnome/compiz.desktop.in                 |    8 
 gtk/window-decorator/gtk-window-decorator.c |  280 +--
 include/compiz-core.h                       |  126 -
 include/compiz-scale.h                      |    6 
 kde/window-decorator-kde4/decorator.cpp     |    9 
 kde/window-decorator-kde4/switcher.cpp      |   20 
 kde/window-decorator-kde4/switcher.h        |    4 
 kde/window-decorator-kde4/utils.cpp         |    6 
 kde/window-decorator-kde4/utils.h           |    2 
 kde/window-decorator-kde4/window.cpp        |   25 
 kde/window-decorator-kde4/window.h          |    8 
 kde/window-decorator/decorator.cpp          |   14 
 kde/window-decorator/utils.cpp              |    6 
 kde/window-decorator/utils.h                |    2 
 libdecoration/decoration.c                  |    2 
 metadata/Makefile.am                        |   70 
 metadata/annotate.xml.in                    |    1 
 metadata/blur.xml.in                        |    3 
 metadata/clone.xml.in                       |    1 
 metadata/commands.xml.in                    |  225 ++
 metadata/core.xml.in                        |  462 -----
 metadata/core.xml.in.in                     |  335 +++
 metadata/cube.xml.in                        |  236 +-
 metadata/dbus.xml.in                        |    1 
 metadata/decoration.xml.in                  |    1 
 metadata/fade.xml.in                        |    7 
 metadata/fs.xml.in                          |    1 
 metadata/glib.xml.in                        |    1 
 metadata/gnomecompat.xml.in                 |   52 
 metadata/inotify.xml.in                     |    1 
 metadata/minimize.xml.in                    |    1 
 metadata/move.xml.in                        |    1 
 metadata/obs.xml.in                         |    1 
 metadata/place.xml.in                       |   88 -
 metadata/png.xml.in                         |    1 
 metadata/regex.xml.in                       |    1 
 metadata/resize.xml.in                      |   64 
 metadata/rotate.xml.in                      |  339 ++-
 metadata/scale.xml.in                       |  312 +--
 metadata/screenshot.xml.in                  |    1 
 metadata/svg.xml.in                         |    1 
 metadata/switcher.xml.in                    |  140 -
 metadata/video.xml.in                       |    1 
 metadata/water.xml.in                       |    1 
 metadata/wobbly.xml.in                      |    2 
 metadata/zoom.xml.in                        |    1 
 plugins/Makefile.am                         |    8 
 plugins/annotate.c                          |    3 
 plugins/blur.c                              |   16 
 plugins/clone.c                             |    3 
 plugins/commands.c                          |  352 ++++
 plugins/cube.c                              |   15 
 plugins/dbus.c                              |    2 
 plugins/decoration.c                        |   34 
 plugins/fade.c                              |   65 
 plugins/gconf.c                             |   17 
 plugins/gnomecompat.c                       |  344 +++
 plugins/minimize.c                          |   29 
 plugins/move.c                              |    7 
 plugins/obs.c                               |   10 
 plugins/place.c                             |  200 +-
 plugins/resize.c                            |    9 
 plugins/rotate.c                            |    5 
 plugins/scale.c                             |  105 -
 plugins/screenshot.c                        |    5 
 plugins/svg.c                               |    3 
 plugins/switcher.c                          |   24 
 plugins/video.c                             |    5 
 plugins/water.c                             |    3 
 plugins/wobbly.c                            |    3 
 plugins/zoom.c                              |    3 
 po/POTFILES.in                              |    6 
 po/af.po                                    | 1481 ++++++++++------
 po/ar.po                                    | 1420 ++++++++++------
 po/bg.po                                    | 1852 +++++++++++++--------
 po/bn.po                                    | 1600 +++++++++++-------
 po/bn_IN.po                                 | 1598 +++++++++++-------
 po/bs.po                                    | 1456 ++++++++++------
 po/ca.po                                    | 1614 +++++++++++-------
 po/cs.po                                    | 1539 +++++++++++------
 po/cy.po                                    | 1495 ++++++++++-------
 po/da.po                                    | 1617 +++++++++++-------
 po/de.po                                    | 1585 +++++++++++-------
 po/el.po                                    | 1584 +++++++++++-------
 po/en_GB.po                                 | 1529 +++++++++++------
 po/en_US.po                                 | 1443 ++++++++++------
 po/es.po                                    | 1619 +++++++++++-------
 po/et.po                                    | 1533 +++++++++++------
 po/eu.po                                    | 1536 +++++++++++------
 po/fi.po                                    | 1527 +++++++++++------
 po/fr.po                                    | 1588 +++++++++++-------
 po/gl.po                                    | 2461 ++++++++++++++++------------
 po/gu.po                                    | 1563 +++++++++++------
 po/he.po                                    | 1551 +++++++++++------
 po/hi.po                                    | 1622 +++++++++++-------
 po/hr.po                                    | 1547 +++++++++++------
 po/hu.po                                    | 1547 +++++++++++------
 po/id.po                                    | 1445 ++++++++++------
 po/it.po                                    | 1656 ++++++++++++------
 po/ja.po                                    | 1639 +++++++++++-------
 po/ka.po                                    | 1420 ++++++++++------
 po/km.po                                    | 1531 +++++++++++------
 po/ko.po                                    | 1534 +++++++++++------
 po/lo.po                                    | 1420 ++++++++++------
 po/lt.po                                    | 1528 +++++++++++------
 po/mk.po                                    | 1423 ++++++++++------
 po/mr.po                                    | 1481 ++++++++++------
 po/nb.po                                    | 1581 +++++++++++------
 po/nl.po                                    | 1591 +++++++++++-------
 po/or.po                                    | 1558 +++++++++++------
 po/pa.po                                    | 1605 +++++++++++-------
 po/pl.po                                    | 1586 +++++++++++-------
 po/pt.po                                    | 1637 +++++++++++-------
 po/pt_BR.po                                 | 1604 +++++++++++-------
 po/ro.po                                    | 1587 +++++++++++-------
 po/ru.po                                    | 1630 +++++++++++-------
 po/sk.po                                    | 1537 +++++++++++------
 po/sl.po                                    | 1522 ++++++++++-------
 po/sr.po                                    | 1578 +++++++++++------
 po/sv.po                                    | 1584 +++++++++++-------
 po/ta.po                                    | 1422 ++++++++++------
 po/tr.po                                    | 1735 ++++++++++++-------
 po/uk.po                                    | 1612 +++++++++++-------
 po/vi.po                                    | 1420 ++++++++++------
 po/xh.po                                    | 1483 ++++++++++------
 po/zh_CN.po                                 | 1575 +++++++++++------
 po/zh_TW.po                                 | 1591 +++++++++++-------
 po/zu.po                                    | 1483 ++++++++++------
 src/action.c                                |    6 
 src/display.c                               |  185 --
 src/event.c                                 |  140 -
 src/main.c                                  |   31 
 src/metadata.c                              |   10 
 src/paint.c                                 |    9 
 src/plugin.c                                |   58 
 src/screen.c                                |  199 +-
 src/session.c                               |   60 
 src/texture.c                               |    2 
 src/window.c                                |  688 +++++--
 146 files changed, 59678 insertions(+), 33949 deletions(-)
---


Reply to: