SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for compiz-plugins-extra-0.9.14.2-lp155.2.14.x86_64.rpm :

* Sun Aug 28 2022 Alexei Sorokin - Update to version 0.9.14.2 (changes since 0.9.14.1~git20211026.10902c1):
* opengl: Don\'t redefine GLX_BACK_BUFFER_AGE_EXT if already defined.
* opengl: Add BufferAgeFrameProvider for EGL case.
* opengl: Check for EGL_EXT_buffer_age extension string.
* blur: Use GLFramebufferObject::rebind with the returned framebuffer.
* blur: Set precision level in fragment shader in GL_ES case.
* screen: Use the BufferAgeFrameProvider on USE_GLES if bufferAge is available.
* core: EventManager::removeWatchFd() should remove the watch from the Glib::MainContext (lp#1879975).
* Enable EGL_EXT_buffer_age on USE_GLES where it is advertised.
* gtk-window-decorator: Set client type before using WnckScreen API.
* event: Use correct window when deciding if it should appear focused.
* Set cmake policies CMP0121 and CMP0072 to NEW behaviour.
* Fix boost warning about Bind placeholders.
* compizconfig-python: Fix syntax warning.
* cmake: Fix implicit conversion from FORCE to STRING.
* cmake: Remove stray $.
* cmake: Remove trailing slash from GSettings dir.
* window-decorator: Fix aggressive-loop-optimizations error.
* wallpaper: Initialise matrix.
* option: Initialise inst.
* gtk-window-decorator: Set client type before using WnckScreen API.
* event: Use correct window when deciding if it should appear focused.
* Fix build errors and warnings.
* Update translations.
* Thu Aug 04 2022 Dominique Leuenberger - Fold libcompizconfig.so.0 back into the libcompizconfig package. This library is not suitable for parallel installations as the plugin system is unversioned and mixing libs would most likely crash.- Filter rpmlint error \"E: shlib-policy-name-error\" as acceptable.
* Wed Apr 27 2022 Jan Engelhardt - Resolve rpmlint report \"libcompizconfig.x86_64: E: shlib-policy-name-error SONAME: libcompizconfig.so.0, expected package suffix: 0\"
* Sat Nov 20 2021 Alexei Sorokin - Update to version 0.9.14.1~git20211026.10902c1 (changes since 0.9.14.1):
* Don\'t change pkg-config search path (lp#1859778).
* screen: Add support for _GTK_WORKAREAS_Dn.
* window: Add support for _GNOME_WM_STRUT_AREA.
* ccsm: Remove HeaderStyleSet (lp#1863561).
* window-decorator: Remove shade, stick and above buttons.
* Make annotate plugin D-Bus interface working, and clean up code (lp#1878545).
* Use dbus_bool_t instead of bool.
* Initialise 3 arrays to zero to silence a new gcc-10 warning.
* Move window_type_frames to extern in the header file, fixing a build failure with gcc-10.
* Use unsigned long for getting/setting _NET_WM_USER_TIME property.
* Add support for CMake Unity builds (aka Jumbo builds) (lp#1882792).
* Remove unused empty private structs.
* Build the compizconfig Python extension using distutils. Bump required CMake version to 3.17 to make this possible (lp#1926046).
* Tue Jan 21 2020 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.1 (changes since 0.9.14.0+bzr20190223):
* MATE configuration has been removed from debian/. See this merge request for details: https://code.launchpad.net/~muktupavels/compiz/+git/compiz/+merge/374783
* Update translations.- Rebase compiz-suse-defaults.patch.- Drop compiz-gwd-metacity-3.18.patch: unnecessary for supported versions of openSUSE.
* Mon Mar 18 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.0+bzr20190223 (changes since 0.9.13.1+bzr20190217):
* ccsm: Fix UnicodeDecodeError caused by non-ASCII plugin descriptions (lp#1816629).
* ccsm: Fix TypeError when calling Gtk.Menu.popup() with invalid number of arguments.
* ccsm: Fix display of Copyright sign.
* Update translations.
* Mon Feb 18 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.14.0+bzr20190217 (changes since 0.9.13.1+bzr20190103):
* Fix visual-bell-type GSettings values.
* Fix some deprecation warnings.
* Fix regression in CCSM from Python 3 port (lp#1814462).
* Remove KDE support.
* Fix GNOME building.
* Clean up CMake files, and bump required version to 3.10.
* Fix fallout from deprecation fixes.
* Remove no longer needed button-layout workaround.
* Fix many PyGTKDeprecationWarning warnings.
* Fix protobuf warning by explicitly specifying proto2 syntax.
* Set Cython language_level directive.
* compizconfig: Remove unused MATE integration.
* Add support for loading configuration from multiple files.
* Remove unity configuration, will be added back in Unity.
* Fix GCC -Wstringop-truncation error.
* Fix window grabbing by title or ID.- Remove compiz-ccsm-fix-window-grab.patch: merged upstream.- Rebase compiz-gwd-metacity-3.18.patch.
* Sat Jan 12 2019 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20190103 (changes since 0.9.13.1+bzr20180930):
* Port CCSM to Python 3.
* Thu Oct 25 2018 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20180930 (changes since 0.9.13.1+bzr20180727):
* Fix missing icons in CCSM (lp#1794765).
* Fri Aug 03 2018 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20180727 (changes since 0.9.13.1+bzr20180302):
* Add \"Change\" to \"Zoom Speed\" and \"Zoom Timestep\".
* showmouse: Enable by default Guides instead of Emitters (lp#1763032).
* Add missing plugin description files to potfiles (lp#1722732).
* Do not enable \"Target Focused Window on Specific Zoom\" by default (lp#1763692).
* compizconfig-python: Replace pyrex with Cython.
* libcompizconfig: Improve error message when scandir fails.
* Properly set COMPIZ_SYSCONFDIR.
* compizconfig: Remove the \"Loading icons...\" debug message.
* ccsm: Port to PyGObject and GTK+ 3.
* decor: Don\'t use a hard-coded path as default command.
* ccsm: Remove python 2.4 support.
* ccsm: Force icon size.
* ccsm: Don\'t use star imports.
* ccsm: Fix few typos.
* ccsm: Add borders in few places.
* ccsm: Fix KeyError warnings.
* Fix build errors with GCC 8.1.
* Make tests build again with Google Test 1.8.0 and GCC 8.1.
* Build tests.
* Don\'t set CMP0000 policy to OLD.
* Don\'t set CMP0003 policy.
* Don\'t set CMP0005 policy to OLD.
* Don\'t set CMP0011 policy to OLD.
* Don\'t set CMP0022 policy to OLD.
* Don\'t set CMP0002 policy to OLD.
* Drop xig support (lp#1100128).
* Remove useless warnings.- Rebase compiz-suse-defaults.patch.
* Fri Mar 09 2018 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20180302 (changes since 0.9.13.1+bzr20171116):
* Region: Define static const functions returning infinite and empty regions (lp#1749957, lp#1750619).
* ezoom: Add an option to choose between no smoothing and linear smoothing (lp#1736446).
* Make docks and spashscreens appear focused.
* Thu Dec 07 2017 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20171116 (changes since 0.9.13.1+bzr20170703):
* Use AnyPropertyType when getting the _MOTIF_WM_HINTS property (lp#1702297).
* Tune the unity-lowgfx profile and add upgrades.
* Update the MATE profile defaults to include Print keybinding.
* Update animation matches that include MATE applications and show thumbnails and icons in the application switcher.
* X11: Keep the last MotionNotify when collapsing them (lp#1728870).
* compizconfig: Load modules in alphabetical order instead of an undefined order (lp#1729045).
* neg: Add a hook to react to changes in ccsm, for an autostart option.
* Sat Jun 03 2017 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20170703 (changes since 0.9.13.1+bzr20170515):
* MATE: Tune profile for faster switcher and Super+L support.
* showmouse: Add an autostart option.
* move: Damage all the border area in outline mode and ignore transparent colours (lp#1700859).
* grid: Ignore alpha in colours when not blending, and fix animations (lp#1700859),
* resize: Add support for disabling transparency and avoid over-damaging in outline mode (lp#1700859).
* Screen: Add averageColor to get the current desktop average colour.
* Wed May 17 2017 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20170515:
* mate: Avoid artefacts of Windows Thumbnail Previews (lp#1606369).- Rebase compiz-suse-defaults.patch.
* Tue May 02 2017 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20170427:
* Ensure that surfaces used by a metacity theme have device scale set to 1 (lp#1530277, lp#1530277).
* gtk-window-decorator: Require libmetacity 3.22.0 or newer.
* Fix initial serverFrame position (lp#1390157, lp#1579421).
* Fix move rectangle size.
* gtk-window-decorator: Scale window decorations on HiDPI (lp#1530277).
* Restore the ColorChooser plugin by porting it to new OpenGL plugin API.
* MATE: Don\'t use the workaround plugin (lp#1611797).
* obs: Add default o/b/s spawn values for new windows.- Rebase compiz-suse-defaults.patch, compiz-gwd-metacity-3.18.patch.
* Tue Apr 18 2017 sor.alexeiAATTmeowr.ru- Rename python-compizconfig to python2-compizconfig and python-ccm to python2-ccm.- Separate shared files from python2-ccm to compizconfig-settings-manager-common.
* Thu Jan 12 2017 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20170109:
* Move: Add options for showing only the window shape (filled or not).
* Sat Nov 19 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.1+bzr20161114:
* Fix build with -DUSE_METACITY=OFF.
* Negative: Add option to ensure windows are negative by default on startup.
* Tue Nov 08 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20161107 (changes since 0.9.13.0+bzr20160818):
* gtk-window-decorator: require libmetacity 3.20 or newer.
* gtk-window-decorator: Improve GTK+ theme support, full support requires Metacity 3.22+.
* gtk-window-decorator: Use `resize` not `invisible` border.
* gtk-window-decorator: Add support for Metacity 3.22+ (lp#1629749).
* Add an option to disable blend in grid plugin.
* Fix compile errors caused by unused test functions.- Remove compiz-metacity-3.22.patch: fixed upstream.- Add compiz-gwd-metacity-3.18.patch: bring back Metacity 3.16-3.18 support.
* Sun Oct 23 2016 sor.alexeiAATTmeowr.ru- Add compiz-metacity-3.22.patch: Add Metacity 3.22+ support, based on commits by Alberts Muktupāvels.
* Wed Aug 31 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20160818 (changes since 0.9.13.0+bzr20160726):
* focusDefaultWindow: Focus Most Recently Used (MRU) window and fallback to the top window in case MRU list is not available (lp#1073488, lp#1459671).
* Fix subtraction of unsigned ints in trailfocus plugin, to fix FTBFS.
* [expo] Limit scroll to workarea (lp#913880).- Remove compiz-gcc6.patch: fixed upstream.- Add compiz-fix-special-chars.patch by Herbert Poetzl: fix a crash when special characters are displayed with the cairo decorator.
* Tue Aug 02 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20160726:
* Don\'t activate expo if not needed (1x1 setup) (lp#1606254).
* Don\'t crash if GSettings key is not found. Default value will be used. (lp#1044662).
* Add in 100% to Grid\'s \'Cycle Through Multiple Sizes\'.
* Add in more \'Specific Zoom\' levels to eZoom.
* Unity MigrationScript: Sync gsettings on exit, and only use dconf on failure (lp#1605011).
* Animationsim: Fix typo in default bool value.
* Re-add the animationjc plugin.
* Add back simple-animations plugin.
* Re-add the animationsplus plugin.
* switcher: Add a size multiplier for A11Y purposes (sight impaired people).
* Mon Jul 18 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20160714:
* Add a new option in show desktop plugin that skips the fade animation: useful when performance is more important than eyecandy.
* ccsGSettingsBackend: Don\'t try to update setting if wrapper is not found (lp#1599900).
* migration scripts: Remove unsupported plugins for all the Unity profiles.
* Sat Jul 02 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20160705:
* Composite: Use C++ goodness for managing damaging rectangles.
* Add options for no animation in expo and scale plugins. They skip the intermediate fading steps that force several redraws.
* Sat Jul 02 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.13.0+bzr20160628:
* animationaddon: Port the animationaddon plugin to use modern GL API.- Rename compiz-enable-tooltips.patch to compiz-gwd-fix-tooltips.patch, don\'t patch tooltips to enabled.
* Wed Jun 29 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160621:
* gtk-window-decorator: Add new metacity-theme-type setting in GWDSettings.
* gtk-window-decorator: Stop using meta_frame_type_from_string.
* gtk-window-decorator: Improve titlebar font handling.
* gtk-window-decorator: Use only one style window.
* gtk-window-decorator: Improve Metacity theme.
* gtk-window-decorator: Support Metacity 3.20+.
* gtk-window-decorator: More code cleanup.- Remove compiz-metacity-3.20.patch: fixed upstream.
* Fri Jun 24 2016 sor.alexeiAATTmeowr.ru- Add compiz-gcc6.patch: fixes for GCC 6.x.- Add compiz-metacity-3.20.patch: add basic Metacity 3.20+ support.
* Tue Jun 07 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160606:
* Remove a line that includes a missing header file and breaks the build.
* Thu Jun 02 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160602:
* gtk-window-decorator: Remove broken 2D decoration mode.
* gtk-window-decorator: Replace get_title_scale with update_titlebar_font_size.
* gtk-window-decorator: Improve GWDSettingsStorage.
* showmouse: Add mouse vertical and horizontal guides (lp#1541059).- Rebase compiz-enable-tooltips.patch, compiz-gwd-fix-maximised-topedge-clicks.patch.
* Fri May 27 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160526 (changes since 0.9.12.2+bzr20160415):
* CMake: Remove USE_GSETTINGS option.
* Fix memory leaks in GWDSettingsStorage.
* OpenGL: Use the number of Opaque windows around to decide whether to paint the bg or not (lp#1574866).
* Remove GWDSettingsWritable, GDWSettingsNotified, GWDSettingsInterface, GWDSettingsStorageInterface, GWDSettingsNotifiedInterface.
* gtk-window-decorator: Remove global meta_button_layout and meta_button_layout_set variables.
* gtk-window-decorator: Remove gwd-cairo-window-decoration-util.[c/h].
* gtk-window-decorator: Don\'t use GWDSettings as global variable.
* Add GWDTheme, GWDThemeCairo and GWDThemeMetacity.
* Simplify GWDSettingsStorage.
* Add an option to notify that a key press is actually an \"auto repeat\" one.
* Expo, Scale: Add support for bottom offsets (lp#1573897, lp#1562346).
* Scale: Allow to iterate through windows using Tab key.
* Scale: Use the selectedWindow as starting point when focusing a window (lp#1575168).
* Window: Call stateChangeNotify when Compiz state changed but before changing the WM state (lp#1521302).
* Blur: Port the plugin to modern OpenGL.
* Add a YBottomOffset value when stretch maximised windows (lp#1562348).- Rebase compiz-enable-tooltips.patch, compiz-gwd-fix-maximised-topedge-clicks.patch.
* Tue Apr 19 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160415:
* mate.ini: Fix flickery thumbnails.- Rebase compiz-suse-defaults.patch.
* Mon Apr 04 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160331:
* gtk-window-decorator: fix typos in tests.- Obsolete compiz-plugins-experimental{,-lang,-devel}.
* Sat Mar 19 2016 sor.alexeiAATTmeowr.ru- Update to version 0.9.12.2+bzr20160318:
* MATE Compiz configuration is now consistent with composited Marco and Metacity.
* gtk-window-decorator: Use the Marco gsettings in MATE session.
* gtk-window-decorator: Add support for dark theme variant.- Rebase compiz-suse-defaults.patch, compiz-enable-tooltips.patch.- Remove compiz-marco-decoration.patch: added upstream.
* Thu Mar 17 2016 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20160311:
* Avoid GtkStyleContext warnings with GTK+ 3.20+.
* Remove GWDSettingsXPropertyStorageInterface.
* gtk-window-decorator: Remove an unused setting from Mutter.
* mate.ini: Enable \'Keep Minimised Windows\' by default for the MATE profile (lp#1067951)
* Fix broken tests.- Remove compiz-mate-lp1067951.patch: merged upstream.- Rebase compiz-suse-defaults.patch, compiz-marco-decoration.patch, compiz-gwd-fix-maximised-topedge-clicks.patch.
* Wed Mar 02 2016 sor.alexeiAATTmeowr.ru- Add compiz-mate-lp1067951.patch from Martin Wimpress: enable \"Keep Minimised Windows\" by default for the MATE profile (lp#1067951).- Fixes in compiz-marco-decoration.patch.
* Fri Feb 19 2016 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20160209:
* Chrome and Chromium windows are now considered Compiz windows in fullscreen to avoid tearing (lp#1442728).- Add compiz-ccsm-fix-window-grab.patch: fix window grabbing by title or ID.
* Mon Dec 14 2015 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20151211:
* FindXorgGTest: escape unscaped quotes on pkg-config variables (lp#1521366).
* Scale: use current monitor workarea to check whether the mouse is inside or not (lp#1516599)
* Backends: drop GConf support.
* Update the apport hook, get the gsettings config not the gconf one (lp#1508974).- compiz-marco-decoration.patch fixes.- compiz-gnome: do not require metacity.- Add compiz-enable-tooltips.patch: enable button tooltips and fix their appearance.
* Tue Dec 01 2015 sor.alexeiAATTmeowr.ru- Add compiz-decorator script.- Add compiz-suse-defaults.patch with customised defaults.
* Mon Nov 09 2015 sor.alexeiAATTmeowr.ru- Require compiz-decorator.- Make compiz-gnome provide compiz-mate.- Make python-ccm depend on python-gtk.
* Fri Nov 06 2015 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20151026:
* Move: remember the type of movement and use the proper grabbing for it (lp#1487637).
* Resize: remember the type of movement and use the proper grabbing for it (lp#1487637).
* Screen: add cursorChangeNotify function and call it on XA_RESOURCE_MANAGER.
* Screen: add pushKeyboardGrab and pushPointerGrab methods to add different kinds of grabs.
* Screen: monitor root RESOURCE_MANAGER and update cursors when Size or Theme changes (lp#1359211).
* Fri Oct 16 2015 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20151015:
* Apply all Ubuntu patches.
* Drop 100_workaround_virtualbox_hang.patch: no need anymore.- Stop using Ubuntu\'s patchset as it is merged upstream.
* Sat Oct 10 2015 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20151002:
* Fixes the texture coordinates of the cube and deformed cube caps so that the top and bottom images appear centered (lp#1498504).
* TestPrivateScreen: ignore unused init const (lp#1499108).
* Mon Sep 21 2015 sor.alexeiAATTmeowr.ru- Update to 0.9.12.2+bzr20150908.- Also use Ubuntu\'s patchset.- Add compiz-no-gnome-terminal-key.patch: remove gnomecompat terminal keybinding as gnome-settings-daemon no longer provides the possibility.- Add compiz-marco-decoration.patch: use Marco GSettings settings if current session is mate-session.- Drop compiz-kde4 and compiz-branding.- Drop GConf support, add GSettings support.- Split compiz-plugins and libdecoration0.- Add compiz-plugins-extra, libcompizconfig, python-compizconfig, compizconfig-settings-manager, compizconfig-settings-manager-lang, python-ccm packages.- Install keybindings support for MATE, and GNOME Control Centers.- Disable D-Bus plugin as it crashes Compiz.- Remove ExclusiveArch: Compiz is known to also work under ARM.- Remove 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch.- Remove update.sh: this is a released version.- Spec cleanup.
 
ICM