Change logs for compiz source package in Vivid

  • compiz (1:0.9.12.1+15.04.20150922-0ubuntu1) vivid; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * No change rebuild, to get ddebs built for vivid
    
      [ CI Train Bot ]
      * No-change rebuild.
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 22 Sep 2015 09:44:21 +0000
  • compiz (1:0.9.12.1+15.04.20150410.1-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Chris Townsend ]
      * Expo plugin: Make sure the Expo animation is completed before
        allowing clicks to be handled. (LP: #1026553)
      * Grid plugin: Float to int division truncating caused a 1 px gap on
        the right side of right semi-maximized window when the workspace has
        an odd width. Fix is to add 0.5 to the float division first to
        account for any truncation error. (LP: #1294864)
    
      [ Eleni Maria Stea ]
      * Change in GLVector implementation
      * Minor change: when the skydome was working (in the c version of
        compiz) it was rendered on top of the background so, there was no
        need to clear the screen before drawing (the skydome was rendered on
        top of the garbage from previous renderings, hiding it). In the c++
        plugin, the skydome is buggy and the background is visible (as well
        as some garbage from previous renderings). A temporary
        glClear(GL_COLOR_BUFFER_BIT) was added until we fix the skydome and
        the other cube bugs.
      * glDisableOutputClipping was not implemented in 3d.cpp => a parent
        class glDisableOutputClipping was called, causing 2d clipping
        artifacts (the 3d cube was clipped and you couldn't see the windows
        move)
    
      [ Marco Trevisan (Treviño) ]
      * OpenGL: don't hardcode X11 sync blacklisted models, but use settings
        instead (LP: #1441190)
    
      [ Stephen M. Webb ]
      * (Ubuntu packaging) migrate migration scripts to Python3. (LP:
        #1440548)
      * exclude Wine applications from window close animations (LP: #957879)
     -- CI Train Bot <email address hidden>   Fri, 10 Apr 2015 21:55:34 +0000
  • compiz (1:0.9.12.1+15.04.20150330-0ubuntu1) vivid; urgency=medium
    
      [ Chris Townsend ]
      * Change default behavior of focus-follows-mouse where the desktop
        will get focus when the mouse is over it. Also add option to allow
        old behavior. (LP: #1427636)
      * Clear out the lastMask vars when using the mouse to resize. (LP:
        #1348254)
    
      [ Eleni Maria Stea ]
      * Minor optimisation fix: Replaced glLoadIdentity, glMultMatrixf with
        glLoadMatrixf to avoid the unnecessary matrix multiplication:
        identity * some projection matrix
    
      [ Kevin Lange ]
      * WinRules plugin: boost arbitrary window size limits to something
        more reasonable (LP: #1431923)
    
      [ Stephen M. Webb ]
      * animations plugin: fixed a potential null pointer dereference (LP:
        #1101573)
     -- CI Train Bot <email address hidden>   Mon, 30 Mar 2015 15:58:21 +0000
  • compiz (1:0.9.12.1+15.04.20150303-0ubuntu1) vivid; urgency=medium
    
      [ Andrea Azzarone ]
      * Do not cache textures in animation.cpp. (LP: #729979, #1072206)
    
      [ Martin Wimpress ]
      * tweak MATE profile INI
     -- CI Train Bot <email address hidden>   Tue, 03 Mar 2015 18:31:02 +0000
  • compiz (1:0.9.12.1+15.04.20150227-0ubuntu1) vivid; urgency=medium
    
      [ Chris Townsend ]
      * Add a blacklist of Nvidia integrated GPU's affected by the Nvidia
        X11 Sync patch. (LP: #1424013)
    
      [ Martin Wimpress ]
      * Tweak 'recommends' runtime dependencies for compiz-gnome and compiz-
        mate.
     -- CI Train Bot <email address hidden>   Fri, 27 Feb 2015 15:37:04 +0000
  • compiz (1:0.9.12.1+15.04.20150213-0ubuntu1) vivid; urgency=medium
    
      [ Stephen M. Webb ]
      * Upstream 0.9.12.1 release.
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Martin Wimpress ]
      * add MATE integration
     -- CI Train Bot <email address hidden>   Fri, 13 Feb 2015 20:25:25 +0000
  • compiz (1:0.9.12.0+15.04.20150202-0ubuntu1) vivid; urgency=medium
    
      [ Brandon Schaefer ]
      * Add a '/' to the path of std::string(home) + '/' HOME_PLUGINDIR (LP:
        #1410436)
    
      [ Eleni Maria Stea ]
      * Fixes the bugs: #1413966 and #1199316. (LP: #1199316, #1413966)
    
      [ Charles Bos ]
      * libdecoration.pc: fix formatting
     -- Ubuntu daily release <email address hidden>   Mon, 02 Feb 2015 14:21:10 +0000
  • compiz (1:0.9.12.0+15.04.20141219-0ubuntu1) vivid; urgency=low
    
      [ Alberts Muktupāvels ]
      * Fix crash with titlebar-uses-system-font enabled. LP: #1404054 (LP:
        #1404054)
     -- Ubuntu daily release <email address hidden>   Fri, 19 Dec 2014 15:22:37 +0000
  • compiz (1:0.9.12.0+15.04.20141210.2-0ubuntu1) vivid; urgency=medium
    
      [ James Jones ]
      * Added support for GL_EXT_x11_sync_object OpenGL extension for Nvidia
        based GPUs to avoid screen refresh issues. (LP: #269904)
    
      [ Kyle Brenneman ]
      * Added support for GL_EXT_x11_sync_object OpenGL extension for Nvidia
        based GPUs to avoid screen refresh issues. (LP: #269904)
    
      [ Viktor A. Danilov ]
      * Added support for GL_EXT_x11_sync_object OpenGL extension for Nvidia
        based GPUs to avoid screen refresh issues. (LP: #269904)
    
      [ Chris Townsend ]
      * Added support for GL_EXT_x11_sync_object OpenGL extension for Nvidia
        based GPUs to avoid screen refresh issues. (LP: #269904)
    
      [ Stephen M. Webb ]
      * Added support for GL_EXT_x11_sync_object OpenGL extension for Nvidia
        based GPUs to avoid screen refresh issues. (LP: #269904)
      * libdecoration/CMakeLists.txt: use correct variable for link
        directories (LP: #1392715)
      * Switcher Plugin: renamed a local variable so it does not hide a
        function parameter. (LP: #1101585)
      * added support for multi-arch installations (LP: #1395105, #959282)
      * libcompizconfig: reorder stat() and open() calls to eliminate a race
        condition (LP: #1101608)
      * dodge plugin: avoid potential null pointer dereferences (LP:
        #1101554)
      * PrivateScreen unit tests: added additional assertions to verify the
        tests are run in an expected state (LP: #1101413)
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Brandon Schaefer ]
      * Rev 3891 change caused 2 known regressions. (Could be more).
        Reverting. (LP: #1398512, #1393020)
     -- Ubuntu daily release <email address hidden>   Wed, 10 Dec 2014 19:52:06 +0000
  • compiz (1:0.9.12.0+15.04.20141120-0ubuntu3) vivid; urgency=medium
    
      * Drop gnome-python dependenices, as python-gconf was only used in 2012
        migrations and we are now post-LTS release.
     -- Dimitri John Ledkov <email address hidden>   Sat, 06 Dec 2014 19:42:15 +0000
  • compiz (1:0.9.12.0+15.04.20141120-0ubuntu2) vivid; urgency=medium
    
      * Rebuild against libprotobuf9.
     -- Colin Watson <email address hidden>   Thu, 04 Dec 2014 17:03:31 +0000
  • compiz (1:0.9.12.0+15.04.20141120-0ubuntu1) vivid; urgency=low
    
      [ Alberts Muktupāvels ]
      * Update gtk-window-decorator to support Metacity 3.14. (LP: #1394135)
     -- Ubuntu daily release <email address hidden>   Thu, 20 Nov 2014 13:08:00 +0000
  • compiz (1:0.9.12.0+15.04.20141105-0ubuntu1) vivid; urgency=medium
    
      [ Stephen M. Webb ]
      * upstream release 0.9.12.0
      * debian/compiz-core.lintian-overrides: updated libcompiz-coreABI soname
      * debian/control: updated Standards-Version to 3.9.6 (no changes)
        - added Homepage field
        - added python dependency to compiz-gnome package for upgrade scripts
        - fixed capitalization of "Python" in descriptions
        - turned package short descriptions into sentence fragments
      * debian/copyright: fixed formatting, updated dates
      * debian/patches/99_valid_ccsm_desktop_file.patch: merged changes upstream
        compizconfig/ccsm/ccsm_desktop.in: to here
      * debian/rules: used recommended way of stripping LDFLAGS
      * debian/source/format: new file (forces v1 instead of assuming default)
    
      [ Ubuntu daily release ]
      * New rebuild forced
     -- Ubuntu daily release <email address hidden>   Wed, 05 Nov 2014 13:31:09 +0000
  • compiz (1:0.9.12+15.04.20141031-0ubuntu1) vivid; urgency=low
    
      [ Stephen M. Webb ]
      * filter debian/ from upstream dist tarball (LP: #1075995)
      * removed distro-patch for #873384 because it's now upstream (LP:
        #873384)
      * removed inappropriate executable permissions from some source and
        data files (LP: #1086165)
      * window_decorator: renamed a local to unhide a parameter (LP:
        #957600)
      * opengl plugin: free shaders and uniforms (LP: #1227449)
      * debian/compizconfig: renamed from debian/config to avoid debconf
        clashes (LP: #1156294)
      * animation plugin: initialize mPrevAnimSelectionRow (LP: #1101630)
    
      [ Klaus Knopper ]
      * Forces non-opaque pointer in the ezoom plugin. (LP: #1362005)
    
      [ Henry Hu ]
      * place plugin: correct min and default placement modes in
        configuration
    
      [ Matija Skala ]
      * remove 'extern "C"' hack (LP: #1286562)
    
      [ Dariusz Gadomski ]
      * CompScreen: Save focused window id before changing viewport.
     -- Ubuntu daily release <email address hidden>   Fri, 31 Oct 2014 17:03:50 +0000
  • compiz (1:0.9.12+14.10.20140918-0ubuntu1) utopic; urgency=low
    
      [ Michael Thayer ]
      * Fix for LP #1353675: _NET_WM_FULLSCREEN_MONITORS not handled
        correctly. An (x, y, w, h) (LP: #1353675)
    
      [ Alberts Muktupāvels ]
      * Port gtk-window-decorator to GTK+ 3.
      * Re-enable metacity theme support (LP: #1356981)
      * Remove/replace deprecated functions. (LP: #1356981)
     -- Ubuntu daily release <email address hidden>   Thu, 18 Sep 2014 11:01:08 +0000