|
|
|
|
Changelog for mutter-lang-3.4.1-4.1.2.noarch.rpm :
* Thu May 31 2012 fcrozatAATTsuse.com- Add mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch: Fix window texturing on hardware without ARB_texture_non_power_of_two (rh#813648, bgo#674731, bgo#672711). * Sat May 05 2012 zaitorAATTopensuse.org- Add mutter-fix-crash-when-frame-is-NULL.patch: fixes crashes in various extensions. * Wed Apr 18 2012 vuntzAATTopensuse.org- Update to version 3.4.1: + API change: the meta_display_add_keybinding() function added in 3.4 wasn\'t usable from a GNOME Shell extension, so has been changed to take a GSettings object rather than the name of a schema [bgo#673014] + Don\'t try to auto-maximize not-maximizable windows; this fixes the problem with the Nautilus desktop window being mis-positioned when enabled [bgo#673566] + Fix a crash in the default plugin (not used in GNOME) [bgo#673809] + Make the key work when set as the mouse button modifier [bgo#662476] + Updated translations. * Mon Mar 26 2012 vuntzAATTopensuse.org- Update to version 3.4.0: + Fix crash when a full-screen window is opened [bgo#672797] + Fix memory leaks [bgo#672640] + Updated translations. * Tue Mar 20 2012 dimstarAATTopensuse.org- Update to version 3.3.92: + Automaximize large windows on map (bgo#671677). + When unmaximizing windows, make sure the unminimized size is signficantly less than the maximized size (bgo#671677). + Don\'t offer maximize option for windows larger than the screen (bgo#643606). + Always focus the window immediately underneath without restacking when closing a window (bgo#620744). + Avoid drawing shadows when two windows are tiled together (bgo#643075). + Remove tooltips for window decorations (bgo#645101) + Add org.gnome.mutter.dynamic-workspaces GSetting - when this is set to true, workspace counts are never saved to GSettings, avoiding pointless disk traffic for GNOME dynamic workspaces (bgo#671568). + Add ::grab-op-begin, ::grab-op-end signals to MetaDisplay (bgo#670658). + Add meta_display_get_ignored_modifier_mask() (bgo#665215). + Remove pointless wrapper methods on MetaPlugin (bgo#671103). + Fix frame drawing with 3.3.x GTK+ releases (bgo#671796). + Build fixes. + Bugs fixed: bgo#661256, bgo#667437, bgo#671087, bgo#671601, bgo#672374. + Updated translations. * Thu Feb 23 2012 vuntzAATTopensuse.org- Update to version 3.3.90: + Update for Cogl API changes + Bug fixes (including bgo#659643) + Build fixes + Updated translations.- Change clutter-devel and gtk3-devel BuildRequires to pkgconfig(clutter-1.0) and pkgconfig(gtk+-3.0).- Add explicit pkgconfig() BuildRequires: cairo, cogl-1.0, gio-2.0, pango. * Mon Feb 20 2012 vuntzAATTopensuse.org- Add explicit libSM-devel, libX11-devel, libXext-devel, libXinerama-devel, libXrandr-devel, pkgconfig(xcomposite), pkgconfig(xcursor), pkgconfig(xdamage), pkgconfig(xfixes), pkgconfig(xrender) BuildRequires: we need all of those, and some are not implicitly brought in after the big xorg-x11 packaging change. * Wed Feb 08 2012 vuntzAATTopensuse.org- Update to version 3.3.5: + MetaShapedTexture no longer is a ClutterTexture subclass [bgo#660941] + Add meta_shaped_texture_get_image() [bgo#660941] + Cleanups [bgo#657639] + Updated translations.- Remove xz BuildRequires now that it comes for free in the build system.- Split non-essential tools to a mutter-tools subpackage.- Stop checking for non-supported versions of openSUSE (<= 11.1).- Stop passing --disable-schemas-install to configure: there is no gconf schema anymore.- Stop changing libexecdir in configure: there is no need for that. * Fri Jan 20 2012 vuntzAATTopensuse.org- Update to version 3.3.4: + Adapt to changes in GtkStateFlags + Redo properties for applications menu corresponding to GTK+ changes - they are now _GTK_ * not DBUS_ *. + Fix crash on gnome-shell restart when a modal dialog is open [bgo#668299] + Code cleanup [bgo#666039] + Updated translations.- Drop mutter-fix-build-latest-gtk3.patch: fixed upstream. * Wed Jan 18 2012 vuntzAATTopensuse.org- Add mutter-fix-build-latest-gtk3.patch: fix build caused by an API change in GTK+ 3.3.8. * Thu Jan 05 2012 vuntzAATTopensuse.org- Update to version 3.3.3: + Add keybindings for tiling to left or right [bgo#648700] + Support GTK+\'s hide-titlebar-when-maximized hint [bgo#665617] + Load _DBUS_APPLICATION_ID, _DBUS_UNIQUE_NAME, _DBUS_OBJECT_PATH property [bgo#664851] + Handle changes to workspaces-only-on-primary GSetting [bgo#664853] + Don\'t use the Clutter default stage [bgo#664028] + Fix compilation with --disable-introspection [bgo#661871] + Fix problem where stage could end up mis-sized on startup with multiple monitors + Misc bug fixes [bgo#666015] + Updated translations.- Add xz BuildRequires because we can\'t build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. * Mon Dec 12 2011 vuntzAATTopensuse.org- Drop mutter-clutter-1.10.patch: this actually breaks mutter as we need a clutter patch too, which is not ready yet.- Pass --enable-compile-warnings=maximum to configure: the default is error, and we don\'t want to have -Werror in our CFLAGS. * Tue Nov 22 2011 dimstarAATTopensuse.org- Update to version 3.3.2: + Move from GConf to GSettings for preferences [bgo#635378] + meta_display_add_keybinding()/meta_display_remove_keybinding() added to allow creating new keybindings at runtime [bgo#663428] + Add suport for new _NET_WM_STATE_FOCUSED atom in _NET_WM_STATE to allow applications to draw unfocused windows differently [bgo#661427] + Add meta_window_move_resize_frame() to allow specifying the size and position of a window via the outside dimensions of the window frame. + Don\'t activate window tiling when moving in snap mode [bgo#662270] + Remove the ability to resize a window from the inner edge of the titlebar [bgo#660129] + Fix for deprecations in GTK+ [bgo#662574, bgo#662895] + Bugs fixed: bgo#662895, bgo#642652, bgo#660941, bgo#662225 + Updated translations.- Add mutter-clutter-1.10.patch: Fix build with clutter 1.10.- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new dependency.- Drop gconf-devel BuildRequires: migration to GSettings completed.- Replace gconf schema packaging machinery with %glib2_gsettings_schema_ * macros. * Tue Oct 18 2011 dimstarAATTopensuse.org- Update to version 3.2.1: + Allow keyboard window switching (alt-Tab) during drag-and-drop [bgo#660457] + Don\'t add invisible resize borders to fullscreen windows [bgo#659854] + Fix crash when toplevel windows were set to unexpected window types [bgo#599988] + Correct problems with windows moving when restarting or switching window managers [bgo#660848] + Fix interaction of tiled windows with multiple monitors [bgo#657519] + Make meta_display_unmanage_screen() public [bgo#660848] + Fix problem with turning off window decorations on the fly [bgo#660773] + Fix spurious assertion failures with themes such as Nodoka [bgo#661286] + Misc bug fixes [bgo#660464, bgo#660854, bgo#662053] + Updated translations. * Mon Sep 26 2011 vuntzAATTopensuse.org- Update to version 3.2.0: + Fix _NET_WM_FRAME_EXTENTS not to include invisible borders [bgo#659848] + Fix application-specified window placement (-geometry) for invisible borders [bgo#659848] + Updated translations. * Wed Sep 21 2011 vuntzAATTopensuse.org- Update to version 3.1.92: + Fix bug with unredirecting full-screen windows on multi-monitor, notably affected gnome-screensaver [bgo#657869] + Disable top resizing of attached dialogs [bgo#657795] + Code cleanup + Misc bug fixes [bgo#658069, bgo#659266, bgo#659523, bgo#659477] + Updated translations. * Thu Sep 15 2011 vuntzAATTopensuse.org- Update to version 3.1.91.1: + Fix problem where certain application updates would get lost [bgo#657071] + Fix a problem where after resuming from the screensaver, things got slow [bgo#658228] + When a monitor is plugged or unplugged, keep existing windows on their current monitor [bgo#645408] + Remove \'Mutter\' title from alerts such as \"The window \'%s\' is not responding\" + Remove pointless warning: Received a _NET_WM_MOVERESIZE message for %s; these messages lack timestamps and therefore suck. + Misc bug fixes + Build fixes + Updated translations. * Thu Sep 01 2011 vuntzAATTopensuse.org- Update to version 3.1.90.1: + Fix crash when no windows are open [bgo#657692] + Fix annotations for new strictness in gobject-introspection + Fix some errors with rounded frame drawing [bgo#657661]- Changes from version 3.1.90: + Extend the draggable portion of window borders outside the visible frame for easy resizing with thin borders. (New draggable_border_width GConf key controls the total width of visible and invisible borders.) [bgo#644930] + Draw rounded window corners with antialising [bgo#628195] + Unredirect override-redirect fullscreen windows, such as full-screen 3D games to avoid any performance impact [bgo#597014] + Add :resizable and :above properties to MetaWindow. [bgo#653858] + Add MUTTER_DISABLE_FALLBACK_COLOR environment variable to allow visualizing places where a color is missing for gtk:custom() colors [bgo#656112] + Don\'t attach modal dialogs to special windows like the desktop; add meta_window_is_attached_dialog() [bgo#646761] + Make MetaBackgroundActor public, allow creating multiple instances (sharing a common texture), and add a :dim-factor property [bgo#656433] + Fix attached dialogs to not be resizable from the top and to be position correctly [bgo#656619] + Misc bug fixes [bgo#656335, bgo#657583] + Updated translations. * Thu Jul 28 2011 vuntzAATTopensuse.org- Update to version 3.1.4: + Use better, much more subtle shadow definitions [bgo#649374] + Add the ability to use named GTK+ colors in theme files as gtk:custom(name,fallback) [bgo#648709] + Port from GdkColor to GdkRGBA and from GtkStyle to GtkStyleContext [bgo#650586] + Try to fix window bindings using the Super key [bgo#624869] + Update to using more modern Cogl and Clutter APIs [bgo#654551, bgo#654729, bgo#654730, bgo#655064] + Fix for srcdir != builddir builds [bgo#624910] + Make handling of focus appearance for attached dialogs more robust [bgo#647712] + Misc bug fixes: bgo#642957, bgo#649374, bgo#650661, bgo#654489, bgo#654539. * Sat Jul 02 2011 vuntzAATTopensuse.org- Update to version 3.1.3.1: + Back API version down to \"3.0\": the change to Meta-3.1.gir was unintentional. + Updated translations. * Fri Jul 01 2011 dimstarAATTopensuse.org- Update to version 3.1.3: + bgo#645355: Support dark window theme variants for windows with a dark widget theme; this is selected by the _GTK_THEME_VARIANT property + bgo#635268: Don\'t draw a shadow under windows with an alpha- channel - this fixes transparency for GNOME Terminal + bgo#649315: Add a MetaWindow:wm-class property for notification + Add a MetaWindow:minimized property for notification + bgo#627880: Fix handling of unusual window shapes that Wine was setting causing some applications to draw wrong + bgo#653121: Improve replacing another compositor and being replaced: release compositor selection in the right order and wait for compositors that get it wrong. + bgo#652369: Remove behavior where left clicking on a window border with the titlebar offscreen gave the window menu + bgo#649202: Don\'t set the global default textdomain, since Mutter is a library as well as an application + Exit with the right (success or failure) exit status + Code cleanup + Other bugs fixed: bgo#649114, bgo#652507 + Updated translations.- Process %{_datadir}/gnome/wm-properties/mutter-wm.desktop with suse_update_desktop_file to fix a rpmlint warning. * Thu May 26 2011 dimstarAATTopensuse.org- Update to version 3.0.2.1: + bgo#648828: When saving the session, use the \"program name\" rather than harcoding mutter, fixing session saving for gnome-shell.- Changes from version 3.0.2: + bgo#647777: Fix a crash when running without XKB support + bgo#649500, bgo#649504: Fix smallish memory leaks + bgo#649299: Ignore mirrored monitors when listing monitors, fixing drag-and-drop problems in GNOME Shell + Don\'t allow side-by-side tiling of non-maximizable windows like dialogs and utility windows + bgo#648613: Fix interaction of _NET_WM_WINDOW_OPACITY with window effects, making it work again with GNOME Shell + Updated translations. * Wed Apr 27 2011 fcrozatAATTnovell.com- Update to version 3.0.1: + bgo#647662: if WM_CLIENT_MACHINE isn\'t set, don\'t assume a window is remote; fixes behavior of Fox toolkit applications under GNOME Shell. + bgo#647613: fix cases where windows could get stuck drawing as focused after an attached modal dialog was closed. + Fix a bug where a window that is too big to be tiled side-by-side would behave strangely when using the gesture of dragging to the top to maximize. + Updated translations. * Tue Apr 05 2011 fcrozatAATTnovell.com- Update to version 3.0.0: + Avoid crashing when you have a single window and try to move it between workspaces. bgo#642957. + Updated translations. * Tue Mar 29 2011 fcrozatAATTnovell.com- Update to version 2.91.93: + bgo#645408: Fix bug where, when a monitor was hot-plugged, all workspaces would collapse to a single workspace. (There are still issues when a secondary monitor is hot-plugged to the left of the primary monitor). + bgo#645843: Fix a crash for the cycle_group action + bgo#636904: Fix misdrawing of window shadows on some focus changes. + bgo#645590: Export meta_get_replace_current_wm() to allow fixing a GNOME Shell bug with --replace. + Updated translations.- Changes from version 2.91.92: + Add a workspaces_only_on_primary preferences. When set, this makes workspaces switching only apply to windows on the primary monitor, while windows on other monitors are unaffected. + Export API for monitor handling: MetaScreen::monitors-changed signal meta_screen_get_primary_monitor() meta_window_is_on_primary_monitor() meta_window_get_monitor() MetaWindow::window-entered-monitor, MetaWindow::window-left-monitor. meta_window_move_to_monitor() + Behavior improvements for attached modal dialogs: - Allow dragging dragging on the titlebar to move the parent - Allow resizing - Constrain to be on the current monitor + Don\'t turn on XSMP autorestart + Combine libmutter-wm and libmutter-private into a single libmutter. + Export methods to move and resize windows meta_window_move(), meta_window_resize(), meta_window_move_frame(). + Add a MUTTER_WM_CLASS_FILTER environment variable to allow existing windows to be ignored when performance testing. + Add a new compositor-based flash for visual bell + Fix bug where application specified values for properties like \"skip taskbar\" were sometimes ignored. + Bug fixes. + Build fixes- Changes from version 2.91.91: + Build a libmutter-wm that contains all of the logic and that can be linked to to create custom executables. The mutter executable becomes a small stub linked to this library. + Move installed headers files into a meta/ subdirectory instead of polluting the toplevel namespace. + Remove various unused complications: - Ability to set the set of plugins via GConf - Plugin \'params\' - meta_restart() and \"mutter-message restart\" + Don\'t exit when we are requested to exit via XSMP, assume we\'ll be killed along with the X server; this avoids visual artifacts from unmanaging windows when logging out. + Build fixes- Changes from version 2.91.90: + Change Above_Tab from being a cycle_group binding to a switch_group binding + Make plugin-loading failure fatal + Add \'position-changed\' signal to MetaWindowActor + When \'live_hidden_previews\' is enabled, position hidden windows to allow the creation of workspace previews + Fix bug with opacity of MetaBackgroundActor- Fix BuildRequires to use pkgconfig(libcanberra-gtk3) * Mon Feb 14 2011 sbrabecAATTsuse.cz- Added support for translation-update-upstream. * Sun Feb 13 2011 vuntzAATTopensuse.org- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file.- Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Change Requires of lang subpackage to Recommends, since the english documentation is not there anymore. * Fri Feb 11 2011 fcrozatAATTnovell.com- Update to version 2.91.6: + Add meta_screen_override_window_layout() to let a plugin set the workspace layout + Add a \'size-changed\' signal to MetaWindowActor + Add meta_window_actor_is_destroyed() + Fix problems with window tile previews when cancelling a move + Port theme elements that use GTK+ drawing to use GtkStyleContext instead of the deprecated GtkStyle. + Fix compiler warnings that were causing compilation failures + Misc bug fixes + Updated translations.- Add support for source service checkout, with %BUILD_FROM_VCS: + Add gnome-common BuildRequires. + Add call to ./autogen.sh.- Change libcanberra-devel BuildRequires to pkgconfig(libcanberra-gtk).- Remove --with-gtk=3.0 configure option: it\'s always built against GTK+ 3 now. * Fri Jan 14 2011 vuntzAATTopensuse.org- Update to version 2.91.5: + Add a Above_Tab key symbol that can be used in key bindings to mean the key above the Tab key. This is now the default binding for cycle_group in both Mutter and Metacity. + Add new frame states for tiled-on-the-left and tiled-on-the-right + Add new background drawing functions that can be defined in a theme for single buttons. + Draw the right button backgrounds for all custom button layouts + Remove vestigal --composite/--no-composite command line options + Fix building on GLES + Code cleanups + Bugs fixed: bgo#613124, bgo#626875, bgo#629282, bgo#635569, bgo#635683, bgo#635686, bgo#637330. + Updated translations. * Fri Jan 07 2011 vuntzAATTopensuse.org- Update to version 2.91.4: + Update for GTK+ 3 changes. + Support maximizing a window by dragging to the top of the screen in the same way you can tile by dragging to the edge of the screen. + Misc bug fixes. + Bugs fixed: bgo#630548, bgo#636083, bgo#636301, bgo#636302, bgo#636491, bgo#637802. + Updated translations.- Drop mutter-gdk_functions.patch, mutter-gtk_states.patch, mutter-port-testgradients-to-gtk3.patch: they\'re all fixed upstream.- Move %{_libdir}/mutter/Meta-2.91.gir to devel subpackage. * Tue Dec 14 2010 dimstarAATTopensuse.org- Add patches from upstream git to fix build with latest gtk3L: + mutter-gdk_functions.patch: commit 8994e6 + mutter-port-testgradients-to-gtk3.patch: commit d74659 + mutter-gtk_states.patch: commit 544c8. * Tue Nov 30 2010 dimstarAATTopensuse.org- Update to version 2.91.3: + Better shadows: - Shadows can be different for different window types and focus states - Shadows are larger by default, especially for the currently active eindow - Shadows for attached modal dialogs and menus are drawn not to overlap the attachment point. - Shadows follow the shape of shaped windows + Optimization: - Avoid repainting in situations when windows are potentially restacked but aren\'t actually restacked. - Pay attention to partial stage repaints in obscured window calculations - Better optimization of painting obscured shadows; turn off shadows for maximized windows. - Move background repainting into Mutter; doing it here rather than in plugins allows not painting obscured parts of the background. + A new frame type \'attached\' is added for attached modal dialogs and can be referenced in theme files with a theme version 3.2. + Fix updating key bindings when the keyboard layout changes + Bug fixes + Build fixes + Updated translations. * Tue Nov 09 2010 vuntzAATTopensuse.org- Update to version 2.91.2: + Remove support for GTK+ 2 + Adapt to deprecation of size_request deprecation in GTK+ + Include change from Metacity to fix confusion of mouse tracking when double-clicking on title bar + Fix bug with the the window menu getting stuck when you alt-Tab + Bugs fixed: bgo#633133, bgo#633352, bgo#633398, bgo#633401 + Updated translations. * Thu Oct 28 2010 vuntzAATTopensuse.org- Update to version 2.91.1: + Default build is now GTK+ 3 build + Mutter namespace prefix is removed, in favor of consistent meta_ namespace prefixing. Naming changes: MutterWindow => MetaWindowActor mutter_get_windows => meta_get_window_actors mutter_plugin_get_windows => meta_plugin_get_window_actors + Add missing values in MetaKeyBindingAction; this fixes a problem where key binding lookup wasn\'t working properly for some key bindings. + Remove keysym parameter to meta_display_get_keybinding_action(); the function expected the default keysym for the keycode to always be passed + Clean up installed header files; in particular, theme-parser.h is merged into a new public-only theme.h and private internals are moved to theme-private.h. + Fix problems with antialiased rendering of themes + Fix problem with parsing color constants in themes + Build fixes + Miscellaneous bug fixes + Fixed bugs: bgo#628401, bgo#628520, bgo#631487, bgo#632116, bgo#632149, bgo#632155, bgo#632474, bgo#632494. + Updated translations. * Thu Oct 14 2010 vuntzAATTopensuse.org- Remove explicit Requires for clutter-devel and gtk2-devel in devel package: they will automatically be added the pkgconfig() way. * Tue Oct 05 2010 vuntzAATTopensuse.org- Update to version 2.91.0: + Enable side-by-side tiling via a gesture of dragging to the left or right edge of the screen. (enabled with an off-by-default GConf key) + Allow breaking out of maximization/tiling using a alt-middle-button window resize + Add the ability to have modal dialogs attached to their parent window (enabled with an off-by-default GConf key) + Draw with Cairo rather than GDK + Add compatibility for changes in GTK+ 3 - libmutter-private is now only installed for GTK+ 3 builds - Theme parts of libmutter-private API are changed to take cairo_t rather than GdkDrawable + Update introspection build and annotations for new behavior of g-ir-scanner + Fix bug that caused window menu options not to work + Fix misbehavior of Wine windows + Fix crashes from missing error traps + Build fixes + Misc bug fixes + Cleanups + Updated translations.- Drop mutter-gdk-cairo.patch, mutter-no-gdk_display.patch, mutter-gdk-keys.patch: fixed upstream. * Sat Sep 18 2010 vuntzAATTopensuse.org- Add mutter-no-gdk_display.patch: stop using gdk_display that got removed in recent GTK+ 3 versions.- Add mutter-gdk-keys.patch: update the code after some API changes in GDK 3. * Thu Sep 02 2010 dimstarAATTopensuse.org- Add mutter-gdk-cairo.patch: replace GDK Drawing API with cairo. This fixes building with GTK3 2.90.6. * Wed Sep 01 2010 vuntzAATTopensuse.org- Drop gir-repository BuildRequires: the introspection files that were needed from there are now directly with the appropriate libraries. * Fri Jul 16 2010 dimstarAATTopensuse.org- Update to 2.31.5: + Support building with GTK+ 3.0 + Remove deprecated usages for compatibility with GTK+ 3.0 + Export a boxed type for MetaRectangle + Allow disabling -Werror with --enable-compile-warnings=yes + Build fixes- Build against GTK+ 3: use gtk3-devel BuildRequires instead of gtk2-devel and pass --with-gtk=3.0 to configure. * Mon Jul 05 2010 dimstarAATTopensuse.org- Update to version 2.31.4: + Clean up MutterPlugin effect interface + Track damage as the bounding box, a significant optimizations for rapidly drawing clients + Add meta_window_is_remote() + Add meta_add_debug_topic() for turning on logging of specific topics + Fix bug with window unmaximization + Bugs fixed: - bgo#611838: expose sub-stage redraws by streaming raw updates to ClutterX11TexturePixmap - bgo#620585: Add meta_window_is_remote - bgo#620860: function ‘meta_display_open’ - bgo#621082: MutterPluginManager should call plugin->switch_workspace, when screen doesn\'t have any window. Or function should be renamed. - bgo#621413: Maximize/Unmaximize not behaving properly for some non-gnome based programs + Updated translations. * Fri May 28 2010 dimstarAATTopensuse.org- Update to version 2.31.2: + Theme enhancements - Add a flexible version mechanism for themes - metacity-theme-3.xml is now supported, and can include version=\"> 3.2\" type attributes on the root element or any subelement. - Add frame_x_center/frame_y_center variables - Allow a theme to turn on title ellipsization + Performance enhancements: - Stream raw damage updates to ClutterX11TexturePixmap to enable partial stage updates when windos change - Don\'t trap XErrors in meta_compositor_process_event + Add meta_prefs_override_preference_location(); this allows a plugin like GNOME Shell to redirect preferences to a plugin-specific location. + Support a _MUTTER_HINTS window property; this is a string property holding key-value pairs with plugin-specific interpretation + Build with GSEAL_ENABLE + Add meta_display_get_leader_window() + Add meta_display_sort_windows_by_stacking + Export meta_display_get_last_user_time() meta_display_xserver_time_is_before() meta_window_foreach_ancestor(), meta_window_foreach_transient() meta_window_lower() meta_window_raise() meta_window_set_demands_attention() meta_window_unset_demands_attention() + Bug fixes + Build fixes- Drop mutter-gcc45.patch, fixed upstream. * Fri Mar 19 2010 dimstarAATTopensuse.org- Update to version 2.29.1: + Support and require Clutter 1.2 + Add meta_display_get_keybinding_action() + Add meta_window_get_wm_class_instance() + Remove workaround for bug fixed in intel driver Q2/2009 release + Build fixes + Updated translations.- Drop upstreamed patch mutter-cogl_texture-deprecated.patch. * Thu Feb 25 2010 dominique.leuenbergerAATTtmf-group.com- Refresh mutter-cogl_texture-deprecated.patch to also take care of cogl_material_[un]ref, which is deprecated with clutter 1.1.14. * Fri Feb 19 2010 dimstarAATTopensuse.org- Update to version 2.29.0: + Improve appearance of scaled down windows using mipmap emulation + Added signals: MetaDisplay::window-created, MetaDisplay::window-marked-urgent, MetaDisplay::window-demands-attention, MetaWindow::unmanaged + Added properties: MetaWindow:demands-attention, MetaWindow:urgent, MetaWindow:maximized-horizontally, MetaWindow:maximized-vertically + Fix nasty crash when workspace \"struts\" changed during a window move + Bug fixes + Build fixes + Merge Metacity changes since 2.26. Includes themable sound support via libcanberra- BuildRequire libcanberra-devel for new themable sounds.- Add mutter-cogl_texture-deprecated.patch to fix build against clutter 1.1.12. Reported upstream as bgo#610454. * Wed Feb 03 2010 vuntzAATTopensuse.org- Add mutter-fix-build.patch and mutter-gl-no-cgl.patch to fix the build with recent introspection data and with recent clutter. * Wed Dec 02 2009 vuntzAATTopensuse.org- Update the way we remove the ha, la, ig locales for old versions of openSUSE. * Thu Oct 08 2009 vuntzAATTopensuse.org- Update to version 2.28.0: + Add meta_window_get_stable_sequence + mutter_begin_modal_for_plugin(): Check result of XGrabKeyboard() + mutter_plugin_get_windows returns *Mutter *Window, not MetaWindow + Remove MetaAltTabHandler + Use \"later functions\" to fix priority problems with Clutter redraw + Create the dummy timeline for repaint laters with an \"infinite\" duration + Added meta_window_get_transient_for_as_xid() + Added workareas-changed signal + Work around race condition focusing a window on a different workspace + Updated translations. * Wed Sep 16 2009 lmedinasAATTopensuse.org- Update to version 2.27.5: + Fix bug in GConf schemas where the overview activation key was specified as \'\' not \'Super_L\'. + Updated translations. * Wed Sep 09 2009 vuntzAATTopensuse.org- Update to version 2.27.4: + See http://git.gnome.org/cgit/mutter/log/?id=2.27.4 + Add new API for plugins. + Refer to monitors as \"monitors\" rather than \"xineramas\" + Fix broken META_IS_SCREEN macro + Fix owner and applyto for /apps/mutter/general/overlay_key schema + Make user-time a GObject property + Use meta_window_set_user_time for setting user time consistently + Export a _GNOME_WM_KEYBINDINGS property + Build fixes. + Updated translations. * Sat Aug 29 2009 vuntzAATTnovell.com- Update to version 2.27.3: + See http://git.gnome.org/cgit/mutter/log/?id=2.27.3 + Do not run effects during WM startup + Remove meta_errors_register_foreign_display() + Check the opacity of the right actor + Always notify on title property change + Avoid accessing freed memory when being replaced + Fix alt-tab with urgent windows + Enforce a policy of single-handling of key events + Add a modal mode for plugins + Fix custom-alt-tabs for single-handling of key events + Check for NULL in meta_screen_tab_popup_destroy() instead of asserting + Unminimize windows passed to meta_workspace_activate_with_focus() + Add new API for plugins. + Various minor fixes. + Updated translations. * Wed Aug 12 2009 vuntzAATTnovell.com- Update to version 2.27.2: + Fix confusion about MetaPreview in introspection build + Queue redraws on MutterWindow\'s MutterShapedTexture + Pass event to clutter when the plugin doesn\'t have xevent_filter + Build using Clutter 1.0 + Don\'t explicitly set the size of the MutterWindow texture + Pass through all scroll events to compositor + Tolerate all standard _NET_WM_WINDOW_TYPE types for managed windows + Set up correct initial values for override redirect windows + Add focus-window property to MetaDisplay + Accessors for pid and name of client machine associated with MetaWindow + Added MetaWindow::window-type property + Added public prototype for meta_window_is_ancestor_of_transient() + Avoid overflow when window maximum size hint is set to INT_MAX + Fix check for zero-sized textures in MutterShaped texture + Remove deprecated glib/gtk symbols + Handle FocusIn events for override redirect windows correctly + Elimitate use of arithmetic expansion for portability + Don\'t allow override-redirect windows to be META_WINDOW_NORMAL + Free MutterWindow description string in finalize() not dispose() + Take extra reference on the texture inside MutterWindow + Use correct timestamp for focus stealing prevention + Export meta_screen_get_startup_sequences, add change signal + Fix use of uninitialized memory in edge-resistance.c + Updated translations.- Drop mutter-build-fix.patch: fixed upstream.- Drop mutter-clutter-1.0.patch: fixed upstream.- Remove gnome-common BuildRequires and gnome-autogen.sh call. * Mon Aug 03 2009 vuntzAATTnovell.com- Add mutter-clutter-1.0.patch to fix build with clutter 1.0. * Tue Jul 21 2009 vuntzAATTnovell.com- Update to version 2.27.1, first official tarball.- Add mutter-build-fix.patch to fix build. * Thu May 14 2009 vuntzAATTnovell.com- Update to git version as of May 14th. * Mon May 04 2009 vuntzAATTnovell.com- Add tarball created from git, and mutter-rename.patch.bz2 to make mutter parallel-installable with metacity. * Fri May 01 2009 vuntzAATTnovell.com- Initial package, based on the metacity package.
|
|
|